Skip to content

Commit

Permalink
#172 Add baseConfig for CIRCL analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 6, 2018
1 parent 07abd06 commit ea44207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions analyzers/CIRCLPassiveDNS/CIRCLPassiveDNS.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": "2.0",
"description": "Check CIRCL's Passive DNS for a given domain or URL.",
"dataTypeList": ["domain", "url", "ip"],
"baseConfig": "CIRCL",
"command": "CIRCLPassiveDNS/circl_passivedns.py",
"configurationItems": [
{
Expand Down
2 changes: 1 addition & 1 deletion analyzers/CIRCLPassiveSSL/CIRCLPassiveSSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "2.0",
"description": "Check CIRCL's Passive SSL for a given IP address or a X509 certificate hash.",
"dataTypeList": ["ip", "certificate_hash", "hash"],
"baseConfig": "CIRCLPassiveSSL",
"baseConfig": "CIRCL",
"command": "CIRCLPassiveSSL/circl_passivessl.py",
"configurationItems": [
{
Expand Down

0 comments on commit ea44207

Please sign in to comment.