-
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.
- Loading branch information
Showing
78 changed files
with
975 additions
and
2,230 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,26 @@ | ||
{ | ||
"name": "CIRCLPassiveSSL", | ||
"author": "Nils Kuhnert, CERT-Bund", | ||
"license": "AGPL-V3", | ||
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", | ||
"version": "2.0", | ||
"description": "Check CIRCL's Passive SSL for a given IP address or a X509 certificate hash.", | ||
"dataTypeList": ["ip", "certificate_hash", "hash"], | ||
"command": "CIRCLPassiveSSL/circl_passivessl.py", | ||
"baseConfig": "CIRCLPassiveSSL", | ||
"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": "CIRCLPassiveSSL", | ||
"author": "Nils Kuhnert, CERT-Bund", | ||
"license": "AGPL-V3", | ||
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", | ||
"version": "2.0", | ||
"description": "Check CIRCL's Passive SSL for a given IP address or a X509 certificate hash.", | ||
"dataTypeList": ["ip", "certificate_hash", "hash"], | ||
"command": "CIRCLPassiveSSL/circl_passivessl.py", | ||
"configurationItems": [ | ||
{ | ||
"name": "user", | ||
"description": "Username", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "username" | ||
"required": true | ||
}, | ||
{ | ||
"name": "password", | ||
"description": "Password", | ||
"type": "sring", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "password" | ||
"required": true | ||
} | ||
] | ||
} |
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,40 +1,20 @@ | ||
{ | ||
"name": "CuckooSandbox_File_Analysis_Inet", | ||
"version": "1.0", | ||
"author": "Andrea Garavaglia, LDO-CERT", | ||
"url": "https://github.com/garanews/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Cuckoo Sandbox file analysis with Internet access.", | ||
"dataTypeList": ["file"], | ||
"command": "CuckooSandbox/cuckoosandbox_analyzer.py", | ||
"baseConfig": "CuckooSandbox", | ||
"config": { | ||
"service": "file_analysis" | ||
}, | ||
"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": 1 | ||
}, | ||
"name": "CuckooSandbox_File_Analysis_Inet", | ||
"version": "1.0", | ||
"author": "Andrea Garavaglia, LDO-CERT", | ||
"url": "https://github.com/garanews/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Cuckoo Sandbox file analysis with Internet access.", | ||
"dataTypeList": ["file"], | ||
"command": "CuckooSandbox/cuckoosandbox_analyzer.py", | ||
"baseConfig": "CuckooSandbox", | ||
"configurationItems": [ | ||
{ | ||
"name": "url", | ||
"description": "URL", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "url" | ||
"required": true | ||
} | ||
] | ||
} |
Oops, something went wrong.