Skip to content

Commit

Permalink
#133 get it ready for Cortex 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 26, 2018
1 parent c44e761 commit c5683fa
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions analyzers/Cymon/Cymon_Check_IP.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
"author": "Julian Gonzalez",
"url": "https://github.com/ST2labs/Analyzers",
"license": "AGPL-V3",
"description": "Cymon.io Database Search / Report for IP",
"dataTypeList": ["ip"],
"command": "Cymon/cymon_analyzer.py",
"baseConfig": "Cymon",
"config": {
"check_tlp": true,
"max_tlp":1,
"service": "Check_IP"
},
"description": "Cymon.io Database Search / Report for IP",
"dataTypeList": ["ip"],
"command": "Cymon/cymon_analyzer.py"
}
"configurationItems": [
{
"name": "key",
"description": "API key for Cymon.io",
"type": "string",
"multi": false,
"required": true
}]
}


0 comments on commit c5683fa

Please sign in to comment.