Update analyzer descriptor file names

This commit is contained in:
jeromeleonard 2017-02-01 16:17:46 +01:00
parent 5d03dc5636
commit 0633251088
8 changed files with 2 additions and 48 deletions

View File

@ -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"
],

View 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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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,

View File

@ -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"
}