-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#172 remove check_tlp/max_tlp from configuration
- Loading branch information
Showing
78 changed files
with
926 additions
and
2,140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,20 @@ | ||
{ | ||
"name": "CERTatPassiveDNS", | ||
"author": "Nils Kuhnert, CERT-Bund", | ||
"license": "AGPL-V3", | ||
"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"], | ||
"command": "CERTatPassiveDNS/certat_passivedns.py", | ||
"baseConfig": "CERTatPassiveDNS", | ||
"config": {}, | ||
"configurationItems": [ | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": true | ||
}, | ||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
}, | ||
"name": "CERTatPassiveDNS", | ||
"author": "Nils Kuhnert, CERT-Bund", | ||
"license": "AGPL-V3", | ||
"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"], | ||
"command": "CERTatPassiveDNS/certat_passivedns.py", | ||
"configurationItems": [ | ||
{ | ||
"name": "limit", | ||
"description": "Define the maximum number of results per request", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 100 | ||
}, | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.