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",
|
2018-03-16 13:13:35 +01:00
|
|
|
"registrar",
|
2018-03-16 13:29:39 +01:00
|
|
|
"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",
|
2017-12-20 15:22:45 +01:00
|
|
|
"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
|
|
|
},
|
2017-12-18 14:04:53 +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",
|
2017-12-20 15:22:45 +01:00
|
|
|
"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",
|
2017-12-20 15:22:45 +01:00
|
|
|
"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",
|
2017-12-20 15:22:45 +01:00
|
|
|
"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
|
|
|
},
|
2017-12-20 15:22:45 +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"
|
|
|
|
],
|
2018-03-16 13:29:39 +01:00
|
|
|
"ui-priority": 0,
|
2018-04-26 16:50:25 +02:00
|
|
|
"multiple": true,
|
2017-07-03 12:26:40 +02:00
|
|
|
"misp-attribute": "domain"
|
2018-03-16 13:29:39 +01:00
|
|
|
},
|
|
|
|
"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,
|
2018-04-26 16:50:25 +02:00
|
|
|
"multiple": true,
|
2018-03-16 13:29:39 +01:00
|
|
|
"misp-attribute": "ip-src"
|
2017-02-13 11:18:42 +01:00
|
|
|
}
|
|
|
|
},
|
2018-04-26 16:53:24 +02:00
|
|
|
"version": 10,
|
2018-03-16 13:29:39 +01:00
|
|
|
"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
|
|
|
}
|