-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_events_collection_1.json
64 lines (64 loc) · 2.22 KB
/
test_events_collection_1.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
{
"response": [
{
"Event": {
"uuid": "e2e6a6ea-f69b-4d93-8564-f51d67cafe51",
"info": "MISP-STIX-Converter test event with AS 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": "2972c3a2-dda3-4de7-aca1-e96cf7ce5544",
"type": "AS",
"category": "Network activity",
"timestamp": "1603642920",
"value": "AS174"
}
],
"Object": [],
"Galaxy": [],
"Tag": []
}
},
{
"Event": {
"uuid": "d402185f-c129-4f65-8678-43edb2cee1cf",
"info": "MISP-STIX-Converter test event with domain 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": "4bb235a7-7d25-4aef-802f-2c6b45c5eceb",
"type": "domain",
"category": "Network activity",
"value": "circl.lu",
"timestamp": "1603642920",
"comment": "Domain test attribute",
"to_ids": true
}
],
"Object": [],
"Galaxy": [],
"Tag": []
}
}
]
}