2016-02-08 15:09:46 +01:00
|
|
|
{
|
2017-07-03 12:08:42 +02:00
|
|
|
"required": [
|
|
|
|
"ip",
|
|
|
|
"domain"
|
|
|
|
],
|
2017-02-13 11:18:42 +01:00
|
|
|
"attributes": {
|
2017-07-03 12:08:42 +02:00
|
|
|
"text": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "A description of the tuple",
|
2017-12-05 11:05:56 +01:00
|
|
|
"disable_correlation": true,
|
2017-07-03 16:41:53 +02:00
|
|
|
"ui-priority": 1,
|
2017-08-29 18:36:46 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"recommended": false
|
2017-07-03 12:08:42 +02:00
|
|
|
},
|
|
|
|
"last-seen": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Last time the tuple has been seen",
|
2017-12-05 11:05:56 +01:00
|
|
|
"disable_correlation": true,
|
2017-07-03 16:41:53 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:08:42 +02:00
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
|
|
|
"first-seen": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "First time the tuple has been seen",
|
2017-12-05 11:05:56 +01:00
|
|
|
"disable_correlation": true,
|
2017-07-03 16:41:53 +02:00
|
|
|
"ui-priority": 0,
|
2017-07-03 12:08:42 +02:00
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
|
|
|
"domain": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "Domain name",
|
2017-02-13 11:18:42 +01:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
2017-07-03 12:08:42 +02:00
|
|
|
],
|
2017-07-03 16:41:53 +02:00
|
|
|
"ui-priority": 1,
|
2017-07-03 12:08:42 +02:00
|
|
|
"misp-attribute": "domain"
|
2017-02-13 11:18:42 +01:00
|
|
|
},
|
2017-07-03 12:08:42 +02:00
|
|
|
"ip": {
|
2017-08-29 18:36:46 +02:00
|
|
|
"description": "IP Address",
|
2017-02-13 11:18:42 +01:00
|
|
|
"categories": [
|
|
|
|
"Network activity",
|
|
|
|
"External analysis"
|
2017-07-03 12:08:42 +02:00
|
|
|
],
|
2017-07-03 16:41:53 +02:00
|
|
|
"ui-priority": 1,
|
2017-11-07 09:34:26 +01:00
|
|
|
"misp-attribute": "ip-dst",
|
|
|
|
"multiple": true
|
2017-02-13 11:18:42 +01:00
|
|
|
}
|
|
|
|
},
|
2017-12-05 11:05:56 +01:00
|
|
|
"version": 5,
|
2017-07-03 12:08:42 +02:00
|
|
|
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
|
|
|
"meta-category": "network",
|
|
|
|
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
2017-10-16 11:41:22 +02:00
|
|
|
"name": "domain-ip"
|
2016-02-08 15:09:46 +01:00
|
|
|
}
|