2020-10-16 15:36:56 +00:00
|
|
|
{
|
|
|
|
"name": "Gmail_BlockDomain",
|
|
|
|
"version": "0.1",
|
|
|
|
"author": "David Strassegger, OSCD",
|
|
|
|
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
|
|
|
"license": "MIT",
|
|
|
|
"description": "Move emails from a given domain to trash on Gmail",
|
|
|
|
"dataTypeList": ["thehive:case_artifact"],
|
|
|
|
"command": "Gmail/Gmail.py",
|
|
|
|
"baseConfig": "Gmail",
|
|
|
|
"config": {
|
|
|
|
"service": "blockdomain",
|
|
|
|
"max_tlp": 2,
|
|
|
|
"check_tlp": false,
|
|
|
|
"max_pap": 2,
|
|
|
|
"check_pap": true
|
|
|
|
},
|
|
|
|
"configurationItems": [
|
|
|
|
{
|
|
|
|
"name": "thehive_url",
|
|
|
|
"description": "URL for thehive instance",
|
|
|
|
"type": "string",
|
|
|
|
"multi": false,
|
|
|
|
"required": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "thehive_api_key",
|
|
|
|
"description": "API key for TheHive instance",
|
|
|
|
"type": "string",
|
|
|
|
"multi": false,
|
|
|
|
"required": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|