mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
Update analyzer descriptor file names
This commit is contained in:
parent
5d03dc5636
commit
0633251088
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "File_Info",
|
||||
"version": "1.0",
|
||||
"description": "Technical information about a File.",
|
||||
"description": "Parse files in several formats such as OLE and OpenXML to detect VBA macros, extract their source code, generate useful information on PE, PDF files and much more.",
|
||||
"dataTypeList": [
|
||||
"file"
|
||||
],
|
||||
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "File_Info",
|
||||
"version": "1.0",
|
||||
"description": "Parse files in several formats such as OLE and OpenXML to detect VBA macros, extract their source code, generate useful information on PE, PDF files and much more.",
|
||||
"dataTypeList": [
|
||||
"file"
|
||||
],
|
||||
"command": "File_Info/fileinfo_analyzer.py"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "Fortiguard_URLCategory",
|
||||
"version": "1.0",
|
||||
"dataTypeList": ["domain", "url"],
|
||||
"description": "URL Category by Fortiguard: checks the category of a specific URL or domain",
|
||||
"baseConfig": "Fortiguard_URLCategory",
|
||||
"config": {
|
||||
"service": "query",
|
||||
"max_tlp": 10
|
||||
},
|
||||
"command": "Fortiguard_URLCategory/urlcategory.py"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "PhishTank_CheckURL",
|
||||
"version": "1.0",
|
||||
"description": "Check URL against PhishTank to determine if it's a verified phishing site",
|
||||
"dataTypeList": ["url"],
|
||||
"baseConfig": "PhishTank_CheckURL",
|
||||
"config": {
|
||||
"service": "query",
|
||||
"max_tlp": 10
|
||||
},
|
||||
"command": "PhishTank_CheckURL/phishtank_checkurl.py"
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
"version": "1.0",
|
||||
"description": "Check URL against Phishing Initiative to determine if it's a verified phishing site",
|
||||
"dataTypeList": ["url"],
|
||||
"baseConfig": "PhishingInitiative_Lookup",
|
||||
"baseConfig": "PhishingInitiative",
|
||||
"config": {
|
||||
"service": "query",
|
||||
"max_tlp": 2,
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "PhishingInitiative_Lookup",
|
||||
"version": "1.0",
|
||||
"description": "Check URL against Phishing Initiative to determine if it's a verified phishing site",
|
||||
"dataTypeList": ["url"],
|
||||
"baseConfig": "PhishingInitiative",
|
||||
"config": {
|
||||
"service": "query",
|
||||
"max_tlp": 2,
|
||||
"check_tlp": true
|
||||
},
|
||||
"command": "PhishingInitiative/phishinginitiative_lookup.py"
|
||||
}
|
Loading…
Reference in New Issue
Block a user