Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:vincenzocaputo/foxyrecon into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
vincenzocaputo committed Dec 7, 2024
2 parents f7e1cc9 + fa6bfd8 commit d002732
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- IBM X-Force Exchange web resource
- PhishTank web resource
- Snyk web resource for vulnerabilities lookup
- ioc[.]one web resource

### Fix
- Minor stylesheets bugs
Expand Down
Binary file added assets/tools-icons/iocone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/json/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,22 @@
"tags": ["sandbox"],
"autoGraph": false
},
{
"name": "ioc[.]one",
"url": {
"ip": "https://ioc.one/auth/attribute?search=%s",
"domain": "https://ioc.one/auth/attribute?search=%s",
"url": "https://ioc.one/auth/attribute?search=%s",
"email": "https://ioc.one/auth/attribute?search=%s",
"hash": "https://ioc.one/auth/attribute?search=%s"
},
"desc": "OSINT Cyber Threat Intelligence Database",
"icon": "iocone.png",
"color": "#103834",
"types": ["ip","domain","url","email","hash"],
"tags": ["ioc"],
"autoGraph": false
},
{
"name": "IPQualityScore",
"url": {
Expand Down

0 comments on commit d002732

Please sign in to comment.