-
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
7 changed files
with
226 additions
and
273 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,30 @@ | ||
{ | ||
"name": "Abuse_Finder", | ||
"version": "2.0", | ||
"author": "CERT-BDF", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"baseConfig": "Abuse_Finder", | ||
"description": "Find abuse contacts associated with domain names, URLs, IPs and email addresses.", | ||
"dataTypeList": ["ip", "domain", "url", "mail"], | ||
"command": "Abuse_Finder/abusefinder.py", | ||
"config": { | ||
"configurationItems": [ | ||
{ | ||
"name": "service", | ||
"description": "Service Name", | ||
"type": "string", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": "abuse_finder" | ||
}, | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "bool", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": false | ||
}, | ||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
} | ||
] | ||
"name": "Abuse_Finder", | ||
"version": "2.0", | ||
"author": "CERT-BDF", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"baseConfig": "Abuse_Finder", | ||
"description": "Find abuse contacts associated with domain names, URLs, IPs and email addresses.", | ||
"dataTypeList": ["ip", "domain", "url", "mail"], | ||
"command": "Abuse_Finder/abusefinder.py", | ||
"config": {}, | ||
"configurationItems": [ | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": false | ||
}, | ||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
} | ||
] | ||
} |
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,39 +1,32 @@ | ||
{ | ||
"name": "Robtex_IP_Query", | ||
"version": "1.0", | ||
"author": "Nils Kuhnert", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Check IPs using the Robtex IP API", | ||
"dataTypeList": ["ip"], | ||
"baseConfig": "Robtex", | ||
"command": "Robtex/robtex.py", | ||
"config": { | ||
"configurationItems": [ | ||
{ | ||
"name": "service", | ||
"description": "Service Name", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "ipquery" | ||
}, | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "bool", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": false | ||
}, | ||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
} | ||
] | ||
"name": "Robtex_IP_Query", | ||
"version": "1.0", | ||
"author": "Nils Kuhnert", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Check IPs using the Robtex IP API", | ||
"dataTypeList": ["ip"], | ||
"baseConfig": "Robtex", | ||
"command": "Robtex/robtex.py", | ||
"config": { | ||
"service": "ipquery" | ||
}, | ||
"configurationItems": [ | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": false | ||
}, | ||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
} | ||
] | ||
} |
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,32 @@ | ||
{ | ||
"name": "Robtex_Reverse_PDNS_Query", | ||
"version": "1.0", | ||
"author": "Nils Kuhnert", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Check IPs using the Robtex reverse passive dns API", | ||
"dataTypeList": ["ip"], | ||
"baseConfig": "Robtex", | ||
"command": "Robtex/robtex.py", | ||
"config": { | ||
"configurationItems": [ | ||
{ | ||
"name": "service", | ||
"description": "Service Name", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "rpdnsquery" | ||
}, | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "bool", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": false | ||
}, | ||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
} | ||
] | ||
"name": "Robtex_Reverse_PDNS_Query", | ||
"version": "1.0", | ||
"author": "Nils Kuhnert", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Check IPs using the Robtex reverse passive dns API", | ||
"dataTypeList": ["ip"], | ||
"baseConfig": "Robtex", | ||
"command": "Robtex/robtex.py", | ||
"config": { | ||
"service": "rpdnsquery" | ||
}, | ||
"configurationItems": [ | ||
{ | ||
"name": "check_tlp", | ||
"description": "Define if the analyzer should check TLP of data before running", | ||
"type": "boolean", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": false | ||
}, | ||
|
||
{ | ||
"name": "max_tlp", | ||
"description": "Define the maximum TLP level autorized", | ||
"type": "number", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": 3 | ||
} | ||
] | ||
} |
Oops, something went wrong.