-
Notifications
You must be signed in to change notification settings - Fork 35
/
indicator.json
52 lines (52 loc) · 1.29 KB
/
indicator.json
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
51
52
{
"composite_indicator_expression" : {
"indicator_ids" : [ "string" ],
"operator" : "and"
},
"confidence" : "High",
"description" : "string",
"external_ids" : [ "string" ],
"external_references" : [ {
"description" : "string",
"external_id" : "string",
"hashes" : [ "string" ],
"source_name" : "string",
"url" : "string"
} ],
"id" : "string",
"indicator_type" : [ "Anonymization" ],
"kill_chain_phases" : [ {
"kill_chain_name" : "string",
"phase_name" : "string"
} ],
"language" : "string",
"likely_impact" : "string",
"negate" : true,
"producer" : "string",
"revision" : 10,
"schema_version" : "1.3.21",
"severity" : "Critical",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
"specification" : {
"judgements" : [ "string" ],
"required_judgements" : [ {
"confidence" : "High",
"judgement_id" : "string",
"relationship" : "string",
"source" : "string"
} ],
"type" : "Judgement"
},
"tags" : [ "string" ],
"test_mechanisms" : [ "string" ],
"timestamp" : "2016-01-01T01:01:01.000Z",
"title" : "string",
"tlp" : "green",
"type" : "indicator",
"valid_time" : {
"end_time" : "2016-01-01T01:01:01.000Z",
"start_time" : "2016-01-01T01:01:01.000Z"
}
}