misp-objects/objects/whois/definition.json

98 lines
2.5 KiB
JSON
Raw Normal View History

2016-02-09 16:08:15 +01:00
{
2017-07-03 12:26:40 +02:00
"requiredOneOf": [
"registrant-email",
"registrant-phone",
"creation-date",
"registrant-name",
"registrar",
"text",
"domain",
"ip-address"
2017-07-03 12:26:40 +02:00
],
2017-02-13 11:18:42 +01:00
"attributes": {
2017-07-03 12:26:40 +02:00
"text": {
2017-08-29 18:36:46 +02:00
"description": "Full whois entry",
"disable_correlation": true,
2017-07-03 16:45:41 +02:00
"ui-priority": 1,
2017-07-03 12:26:40 +02:00
"misp-attribute": "text"
2017-02-13 11:18:42 +01:00
},
2017-12-02 23:08:56 +01:00
"registrar": {
2017-09-18 08:11:25 +02:00
"description": "Registrar of the whois entry",
2017-07-03 16:45:41 +02:00
"ui-priority": 0,
2017-09-18 08:11:25 +02:00
"misp-attribute": "whois-registrar"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"registrant-name": {
2017-08-29 18:36:46 +02:00
"description": "Registrant name",
2017-07-03 16:45:41 +02:00
"ui-priority": 0,
2017-07-03 12:26:40 +02:00
"misp-attribute": "whois-registrant-name"
2017-02-13 11:18:42 +01:00
},
"registrant-phone": {
2017-08-29 18:36:46 +02:00
"description": "Registrant phone number",
2017-07-03 16:45:41 +02:00
"ui-priority": 0,
2017-07-03 12:26:40 +02:00
"misp-attribute": "whois-registrant-phone"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"registrant-email": {
2017-08-29 18:36:46 +02:00
"description": "Registrant email address",
2017-07-03 16:45:41 +02:00
"ui-priority": 1,
2017-07-03 12:26:40 +02:00
"misp-attribute": "whois-registrant-email"
2017-02-13 11:18:42 +01:00
},
"registrant-org": {
"description": "Registrant organisation",
"ui-priority": 1,
"misp-attribute": "whois-registrant-org"
},
2017-07-03 12:26:40 +02:00
"creation-date": {
2017-08-29 18:36:46 +02:00
"description": "Initial creation of the whois entry",
"disable_correlation": true,
2017-08-29 18:36:46 +02:00
"ui-priority": 0,
"misp-attribute": "datetime"
},
"modification-date": {
"description": "Last update of the whois entry",
"disable_correlation": true,
2017-08-29 18:36:46 +02:00
"ui-priority": 0,
"misp-attribute": "datetime"
},
"expiration-date": {
"description": "Expiration of the whois entry",
"disable_correlation": true,
2017-07-03 16:45:41 +02:00
"ui-priority": 0,
2017-07-03 12:26:40 +02:00
"misp-attribute": "datetime"
2017-02-13 11:18:42 +01:00
},
"nameserver": {
"description": "Nameserver",
"ui-priority": 0,
"misp-attribute": "hostname",
"disable_correlation": true,
"multiple": true,
"to_ids": false
},
2017-07-03 12:26:40 +02:00
"domain": {
2017-08-29 18:36:46 +02:00
"description": "Domain of the whois entry",
2017-07-03 12:26:40 +02:00
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 0,
"multiple": true,
2017-07-03 12:26:40 +02:00
"misp-attribute": "domain"
},
"comment": {
"description": "Comment of the whois entry",
"ui-priority": 0,
"misp-attribute": "text"
},
"ip-address": {
"description": "IP address of the whois entry",
"ui-priority": 0,
"multiple": true,
"misp-attribute": "ip-src"
2017-02-13 11:18:42 +01:00
}
},
2018-04-26 16:53:24 +02:00
"version": 10,
"description": "Whois records information for a domain name or an IP address.",
2017-07-03 12:26:40 +02:00
"meta-category": "network",
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
"name": "whois"
2016-02-09 16:08:15 +01:00
}