Added target-system as object

pull/92/head
Dennis Rand 2018-04-10 16:03:05 +00:00
parent 26a53b7b19
commit c8e7cea45b
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
{
"name": "target-system",
"uuid": "3110944f-eca0-4c94-9d61-a84d022228a4",
"meta-category": "Targeting data",
"description": "Description about an targeted system, this could potentially be a compromissed internal system",
"version": 1,
"attributes": {
"targeted_machine": {
"description": "Targeted system",
"ui-priority": 1,
"misp-attribute": "target-machine",
"disable_correlation": true,
"categories": [
"Targeting data"
]
},
"targeted_ip_of_system": {
"description": "Targeted system IP address",
"ui-priority": 1,
"misp-attribute": "ip-src",
"disable_correlation": true,
"categories": [
"Network activity"
]
},
"timestamp_seen": {
"description": "Registered date and time",
"ui-priority": 1,
"misp-attribute": "datetime",
"disable_correlation": true,
"categories": [
"Other"
]
}
},
"requiredOneOf": [
"targeted_machine"
]
}