-
Notifications
You must be signed in to change notification settings - Fork 1
/
MISP_request_with_attributes_example.json
81 lines (81 loc) · 2.44 KB
/
MISP_request_with_attributes_example.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"Event": {
"id": "560",
"orgc_id": "1",
"org_id": "1",
"date": "2019-10-16",
"threat_level_id": "4",
"info": "Hackers detected on the wild",
"published": false,
"uuid": "5d87e78f-ef58-43da-bfca-0d84c0a802ae",
"attribute_count": "1",
"analysis": "0",
"timestamp": "1569190512",
"distribution": "1",
"proposal_email_lock": false,
"locked": false,
"publish_timestamp": "0",
"sharing_group_id": "0",
"disable_correlation": false,
"extends_uuid": "",
"event_creator_email": "[email protected]",
"Org": {
"id": "1",
"name": "ORGNAME",
"uuid": "5d836a9c-3390-4042-a200-0ca44e941be6",
"local": true
},
"Orgc": {
"id": "1",
"name": "ORGNAME",
"uuid": "5d836a9c-3390-4042-a200-0ca44e941be6",
"local": true
},
"Attribute": [
{
"id": "2024",
"type": "ip-src",
"category": "Network activity",
"to_ids": true,
"uuid": "5d87e78f-1cf0-4c2b-8233-0f2cc0a802ae",
"event_id": "560",
"distribution": "5",
"timestamp": "1569187727",
"comment": "",
"sharing_group_id": "0",
"deleted": false,
"disable_correlation": false,
"object_id": "0",
"object_relation": null,
"value": "100.200.101.207",
"Galaxy": [],
"ShadowAttribute": [],
"Tag": [
{
"id": "1",
"name": "kaspersky_apt_ioc_ip",
"colour": "#000000",
"exportable": true,
"user_id": "0",
"hide_tag": false,
"numerical_value": null
}
]
}
],
"ShadowAttribute": [],
"Galaxy": [],
"Object": [],
"Tag": [
{
"id": "1",
"name": "kaspersky_apt_ioc_ip",
"colour": "#000000",
"exportable": true,
"user_id": "0",
"hide_tag": false,
"numerical_value": null
}
]
}
}