-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
39 lines (39 loc) · 1000 Bytes
/
definition.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
{
"attributes": {
"targeted_ip_of_system": {
"categories": [
"Network activity"
],
"description": "Targeted system IP address",
"disable_correlation": true,
"misp-attribute": "ip-src",
"ui-priority": 1
},
"targeted_machine": {
"categories": [
"Targeting data"
],
"description": "Targeted system",
"disable_correlation": true,
"misp-attribute": "target-machine",
"ui-priority": 1
},
"timestamp_seen": {
"categories": [
"Other"
],
"description": "Registered date and time",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
}
},
"description": "Description about an targeted system, this could potentially be a compromised internal system",
"meta-category": "internal",
"name": "target-system",
"requiredOneOf": [
"targeted_machine"
],
"uuid": "3110944f-eca0-4c94-9d61-a84d022228a4",
"version": 2
}