-
Notifications
You must be signed in to change notification settings - Fork 394
Expand file tree
/
Copy pathIntelligenceCenter_observables.json
More file actions
50 lines (50 loc) · 1.39 KB
/
IntelligenceCenter_observables.json
File metadata and controls
50 lines (50 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "SEKOIAIntelligenceCenter_Observables",
"version": "1.0",
"author": "SEKOIA",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Query the Intelligence Center to retrieve known observables",
"dataTypeList": [
"domain",
"fqdn",
"url",
"hash",
"ip"
],
"command": "SEKOIAIntelligenceCenter/sekoia_intelligence_center_analyzer.py",
"baseConfig": "SEKOIAIntelligenceCenter",
"config": {
"service": "observables"
},
"configurationItems": [
{
"name": "api_key",
"description": "API key",
"type": "string",
"multi": false,
"required": true
},
{
"name": "url",
"description": "Base URL (default to https://app.sekoia.io)",
"type": "string",
"multi": false,
"required": false
}
],
"registration_required": true,
"subscription_required": true,
"free_subscription": false,
"service_homepage": "https://sekoia.io/",
"service_logo": {
"path": "assets/sekoia_logo.png",
"caption": "logo"
},
"screenshots": [
{
"path": "assets/SEKOIAIntelligenceCenter_Context_long.png",
"caption": "SEKOIAIntelligenceCenter_Context long report sample"
}
]
}