misp-objects/objects/domain-ip/definition.json

69 lines
1.7 KiB
JSON
Raw Normal View History

{
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",
"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",
"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",
"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"
},
2019-05-03 22:12:08 +02:00
"registration-date": {
2019-05-03 22:08:44 +02:00
"description": "Registration date of domain",
"disable_correlation": false,
"ui-priority": 0,
"misp-attribute": "datetime"
},
2017-07-03 12:08:42 +02:00
"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,
"misp-attribute": "domain",
"multiple": true
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
},
"port": {
"description": "Associated TCP port with the domain",
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 1,
"misp-attribute": "port",
"multiple": true
2017-02-13 11:18:42 +01:00
}
},
"version": 8,
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",
"name": "domain-ip"
}