Merge pull request #92 from eCrimeLabs/master

Added target-system
pull/93/head
Alexandre Dulaunoy 2018-04-10 21:37:32 +02:00 committed by GitHub
commit ef9f3d1e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "internal",
"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"
]
}