Skip to content

Commit

Permalink
#8 normalized config{} in JSON analizer's config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 16, 2017
1 parent f39783e commit 7ce8d22
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions analyzers/Abuse_Finder/Abuse_Finder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"baseConfig": "Abuse_Finder",
"config": {
"check_tlp": false,
"max_tlp":3,
"service":""
},
"description": "Use CERT-SG's Abuse Finder to find the abuse contact associated with domain names, URLs, IP and email addresses.",
Expand Down
5 changes: 5 additions & 0 deletions analyzers/File_Info/File_Info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "File_Info",
"version": "1.0",
"config": {
"check_tlp": false,
"max_tlp": 3,
"service": ""
},
"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"
Expand Down
1 change: 1 addition & 0 deletions analyzers/Hippocampe/Hippocampe_hipposcore.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"baseConfig": "Hippocampe",
"config": {
"check_tlp": false,
"max_tlp":3,
"service": "hipposcore"
},
"command": "Hippocampe/hippo.py"
Expand Down
1 change: 1 addition & 0 deletions analyzers/Hippocampe/Hippocampe_more.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"baseConfig": "Hippocampe",
"config": {
"check_tlp": false,
"max_tlp":3,
"service": "more"
},
"command": "Hippocampe/hippo.py"
Expand Down
5 changes: 5 additions & 0 deletions analyzers/MaxMind/MaxMind_GeoIP.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "MaxMind_GeoIP",
"version": "2.0",
"config": {
"check_tlp": false,
"max_tlp": 3,
"service": ""
},
"description": "MaxMind: Geolocation",
"dataTypeList": ["ip"],
"command": "MaxMind/geo.py"
Expand Down
5 changes: 5 additions & 0 deletions analyzers/MsgParser/Msg_Parser.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "Msg_Parser",
"version": "1.0",
"config": {
"check_tlp": false,
"max_tlp": 3,
"service": ""
},
"description": "Outlook .msg file parser",
"dataTypeList": [
"file"
Expand Down
4 changes: 2 additions & 2 deletions analyzers/OTXQuery/OTXQuery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"baseConfig": "OTXQuery",
"config": {
"check_tlp":true,
"max_tlp": 1,
"service": "query",
"max_tlp": 3,
"service": "query"

},
"command": "OTXQuery/otxquery.py"
Expand Down
4 changes: 2 additions & 2 deletions analyzers/PhishTank/PhishTank_CheckURL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"baseConfig": "PhishTank",
"config": {
"check_tlp": true,
"service": "query",
"max_tlp": 10
"max_tlp": 1,
"service": "query"
},
"command": "PhishTank/phishtank_checkurl.py"
}
4 changes: 2 additions & 2 deletions analyzers/VirusTotal/VirusTotal_GetReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"baseConfig": "VirusTotal",
"config": {
"check_tlp": true,
"service": "get",
"max_tlp": 10
"max_tlp": 3,
"service": "get"
},
"command": "VirusTotal/virustotal.py"
}

0 comments on commit 7ce8d22

Please sign in to comment.