Skip to content

Commit

Permalink
Fix for Shodan, add fqdn to datatype list (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
malwareowl authored and nadouani committed Dec 25, 2019
1 parent d41bc9a commit c22579a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzers/Shodan/Shodan_DNSResolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/TheHive-Project/Cortex-Analyzers/Shodan",
"license": "AGPL-V3",
"description": "Retrieve domain resolutions on Shodan.",
"dataTypeList": ["domain"],
"dataTypeList": ["domain", "fqdn"],
"command": "Shodan/shodan_analyzer.py",
"baseConfig": "Shodan",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion analyzers/Shodan/Shodan_InfoDomain.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/TheHive-Project/Cortex-Analyzers/Shodan",
"license": "AGPL-V3",
"description": "Retrieve key Shodan information on a domain.",
"dataTypeList": ["domain"],
"dataTypeList": ["domain", "fqdn"],
"command": "Shodan/shodan_analyzer.py",
"baseConfig": "Shodan",
"config": {
Expand Down

0 comments on commit c22579a

Please sign in to comment.