mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
added gsuite domain configurationitem
This commit is contained in:
parent
cce8357dda
commit
97248f7464
75
responders/Gmail/Gmail.json
Normal file
75
responders/Gmail/Gmail.json
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "Gmail",
|
||||
"version": "0.2",
|
||||
"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": {
|
||||
"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": true
|
||||
},
|
||||
{
|
||||
"name": "thehive_api_key",
|
||||
"description": "API key for TheHive instance",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_domain",
|
||||
"description": "Gsuite Domain",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_project_id",
|
||||
"description": "GCP Project ID",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_private_key_id",
|
||||
"description": "Service account private key id",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_private_key",
|
||||
"description": "Service Account private key (PEM Format)",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_client_email",
|
||||
"description": "Service Account E-Mail address",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_client_id",
|
||||
"description": "OAuth Client ID",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Gmail_BlockDomain",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"author": "David Strassegger, OSCD",
|
||||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
||||
"license": "MIT",
|
||||
@ -30,6 +30,13 @@
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_domain",
|
||||
"description": "Gsuite Domain",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_project_id",
|
||||
"description": "GCP Project ID",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Gmail_BlockSender",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"author": "David Strassegger, OSCD",
|
||||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
||||
"license": "MIT",
|
||||
@ -30,6 +30,13 @@
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_domain",
|
||||
"description": "Gsuite Domain",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_project_id",
|
||||
"description": "GCP Project ID",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Gmail_DeleteMessage",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"author": "David Strassegger, OSCD",
|
||||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
||||
"license": "MIT",
|
||||
@ -30,6 +30,13 @@
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_domain",
|
||||
"description": "Gsuite Domain",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_project_id",
|
||||
"description": "GCP Project ID",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Gmail_UnblockDomain",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"author": "David Strassegger, OSCD",
|
||||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
||||
"license": "MIT",
|
||||
@ -30,6 +30,13 @@
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_domain",
|
||||
"description": "Gsuite Domain",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_project_id",
|
||||
"description": "GCP Project ID",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Gmail_UnblockSender",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"author": "David Strassegger, OSCD",
|
||||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
||||
"license": "MIT",
|
||||
@ -30,6 +30,13 @@
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_domain",
|
||||
"description": "Gsuite Domain",
|
||||
"type": "string",
|
||||
"multi": false,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "gmail_project_id",
|
||||
"description": "GCP Project ID",
|
||||
|
Loading…
Reference in New Issue
Block a user