-
Notifications
You must be signed in to change notification settings - Fork 382
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
1 parent
fe5a847
commit 6495339
Showing
7 changed files
with
284 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,43 @@ | ||
{ | ||
"name": "Bluecoat_Categorization", | ||
"version": "1.0", | ||
"author": "CERT La Poste", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"description": "Retrieve Bluecoat categorization of a domain / url / FQDN", | ||
"dataTypeList": [ | ||
"domain", | ||
"url", | ||
"fqdn" | ||
], | ||
"license": "AGPL-V3", | ||
"command": "Bluecoat/categorization.py", | ||
"config": { | ||
"check_tlp": false, | ||
"max_tlp": 3, | ||
"service": "" | ||
} | ||
} | ||
|
||
{ | ||
"name": "Bluecoat_Categorization", | ||
"version": "1.0", | ||
"author": "CERT La Poste", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"description": "Retrieve Bluecoat categorization of a domain / url / FQDN", | ||
"dataTypeList": [ | ||
"domain", | ||
"url", | ||
"fqdn" | ||
], | ||
"license": "AGPL-V3", | ||
"command": "Bluecoat/categorization.py", | ||
"config": { | ||
"configurationItems": [ | ||
{ | ||
"name": "service", | ||
"description": "Service Name", | ||
"type": "string", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": "bluecoat_cat" | ||
}, | ||
{ | ||
"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 | ||
} | ||
] | ||
} | ||
} | ||
|
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,16 +1,55 @@ | ||
{ | ||
"name": "VirusTotal_GetReport", | ||
"version": "3.0", | ||
"author": "CERT-BDF", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Get the latest VirusTotal report for a file, hash, domain or an IP address.", | ||
"dataTypeList": ["file", "hash", "domain", "ip"], | ||
"baseConfig": "VirusTotal", | ||
"config": { | ||
"check_tlp": true, | ||
"max_tlp": 3, | ||
"service": "get" | ||
}, | ||
"command": "VirusTotal/virustotal.py" | ||
"name": "VirusTotal_GetReport", | ||
"version": "3.0", | ||
"author": "CERT-BDF", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Get the latest VirusTotal report for a file, hash, domain or an IP address.", | ||
"dataTypeList": ["file", "hash", "domain", "ip"], | ||
"command": "VirusTotal/virustotal.py", | ||
"baseConfig": "VirusTotal", | ||
"config": { | ||
"configurationItems": [ | ||
{ | ||
"name": "service", | ||
"description": "Service Name", | ||
"type": "string", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": "get" | ||
}, | ||
{ | ||
"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": "key", | ||
"description": "API key for Virustotal", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "<API key>" | ||
}, | ||
{ | ||
"name": "polling_interval", | ||
"description": "Define time interval between two requests attempts for the report", | ||
"type": "number", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": 60 | ||
} | ||
] | ||
} | ||
} |
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,16 +1,55 @@ | ||
{ | ||
"name": "VirusTotal_Scan", | ||
"version": "3.0", | ||
"author": "CERT-BDF", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Use VirusTotal to scan a file or URL.", | ||
"dataTypeList": ["file", "url"], | ||
"baseConfig": "VirusTotal", | ||
"config": { | ||
"check_tlp": true, | ||
"service": "scan", | ||
"max_tlp": 1 | ||
}, | ||
"command": "VirusTotal/virustotal.py" | ||
"name": "VirusTotal_Scan", | ||
"version": "3.0", | ||
"author": "CERT-BDF", | ||
"url": "https://github.com/CERT-BDF/Cortex-Analyzers", | ||
"license": "AGPL-V3", | ||
"description": "Use VirusTotal to scan a file or URL.", | ||
"dataTypeList": ["file", "url"], | ||
"baseConfig": "VirusTotal", | ||
"config": { | ||
"configurationItems": [ | ||
{ | ||
"name": "service", | ||
"description": "Service Name", | ||
"type": "string", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": "scan" | ||
}, | ||
{ | ||
"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": 1 | ||
}, | ||
{ | ||
"name": "key", | ||
"description": "API key for Virustotal", | ||
"type": "string", | ||
"multi": false, | ||
"required": true, | ||
"defaultValue": "<API key>" | ||
}, | ||
{ | ||
"name": "polling_interval", | ||
"description": "Define time interval between two requests attempts for the report", | ||
"type": "number", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": 60 | ||
} | ||
] | ||
}, | ||
"command": "VirusTotal/virustotal.py" | ||
} |