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