Skip to content

Commit

Permalink
Fixes #237: Added ip to allowed dataTypes for analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed May 29, 2018
1 parent 972d0c3 commit 7cb1df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/CERTatPassiveDNS/CERTatPassiveDNS.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers",
"version": "2.0",
"description": "Checks CERT.at Passive DNS for a given domain.",
"dataTypeList": ["domain", "fqdn"],
"dataTypeList": ["domain", "fqdn", "ip"],
"baseConfig": "CERTatPassiveDNS",
"command": "CERTatPassiveDNS/certat_passivedns.py",
"configurationItems": [
Expand Down

0 comments on commit 7cb1df8

Please sign in to comment.