Skip to content

Commit

Permalink
#172 update datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard authored and To-om committed Mar 2, 2018
1 parent 8c68846 commit f7918a7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions analyzers/DomainTools/DomainTools_ReverseIP.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "DomainTools_ReverseIP",
"version": "2.0",
"author": "CERT-BDF",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Use DomainTools to get a list of domain names sharing the same IP address.",
"dataTypeList": ["ip", "domain", "fqdn"],
"command": "DomainTools/domaintools.py",
"baseConfig": "DomainTools",
"config": {
"service": "reverse-ip"
},
"configurationItems": [
"name": "DomainTools_ReverseIP",
"version": "2.0",
"author": "CERT-BDF",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Use DomainTools to get a list of domain names sharing the same IP address.",
"dataTypeList": ["ip", "domain","fqdn"],
"command": "DomainTools/domaintools.py",
"baseConfig": "DomainTools",
"config": {
"service": "reverse-ip"
},
"configurationItems": [
{
"name": "username",
"description": "DomainTools API credentials",
Expand Down

0 comments on commit f7918a7

Please sign in to comment.