-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathtest_events_collection_2.json
66 lines (66 loc) · 2.36 KB
/
test_events_collection_2.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"response": [
{
"Event": {
"uuid": "50bf87fc-d134-499f-9e26-806cbe89ed37",
"info": "MISP-STIX-Converter test event with domain|ip attribute",
"date": "2020-10-25",
"timestamp": "1603642920",
"threat_level_id": "2",
"Org": {
"name": "MISP-Project",
"uuid": "a0c22599-9e58-4da4-96ac-7051603fa951"
},
"Orgc": {
"name": "MISP-Project",
"uuid": "a0c22599-9e58-4da4-96ac-7051603fa951"
},
"Attribute": [
{
"uuid": "726f90e2-2ad6-44a2-b345-c05e55e850e5",
"type": "domain|ip",
"category": "Network activity",
"value": "circl.lu|149.13.33.14",
"timestamp": "1603642920",
"comment": "Domain|ip test attribute",
"to_ids": true
}
],
"Object": [],
"Galaxy": [],
"Tag": []
}
},
{
"Event": {
"uuid": "71356f2b-eefe-48db-a93a-4aa2233e3a59",
"info": "MISP-STIX-Converter test event with filename attribute",
"date": "2020-10-25",
"timestamp": "1603642920",
"threat_level_id": "2",
"Org": {
"name": "MISP-Project",
"uuid": "a0c22599-9e58-4da4-96ac-7051603fa951"
},
"Orgc": {
"name": "MISP-Project",
"uuid": "a0c22599-9e58-4da4-96ac-7051603fa951"
},
"Attribute": [
{
"uuid": "02de0847-dccf-481a-a96a-6a7654328658",
"type": "filename",
"category": "Payload delivery",
"value": "test_file_name",
"timestamp": "1603642920",
"comment": "Filename test attribute",
"to_ids": true
}
],
"Object": [],
"Galaxy": [],
"Tag": []
}
}
]
}