misp-objects/objects/whois/definition.json

52 lines
1.1 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",
"registar"
],
"required": [
"domain"
],
2017-02-13 11:18:42 +01:00
"attributes": {
2017-07-03 12:26:40 +02:00
"text": {
"ui-frequency": 1,
"misp-attribute": "text"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"registar": {
"ui-frequency": 0,
"misp-attribute": "whois-registar"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"registrant-name": {
"ui-frequency": 0,
"misp-attribute": "whois-registrant-name"
2017-02-13 11:18:42 +01:00
},
"registrant-phone": {
2017-07-03 12:26:40 +02:00
"ui-frequency": 0,
"misp-attribute": "whois-registrant-phone"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"registrant-email": {
"ui-frequency": 1,
"misp-attribute": "whois-registrant-email"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"creation-date": {
"ui-frequency": 0,
"misp-attribute": "datetime"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:26:40 +02:00
"domain": {
"categories": [
"Network activity",
"External analysis"
],
"ui-frequency": 1,
"misp-attribute": "domain"
2017-02-13 11:18:42 +01:00
}
},
2017-07-03 12:26:40 +02:00
"version": 1,
"description": "Whois records information for a domain name.",
"meta-category": "network",
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
"name": "whois"
2016-02-09 16:08:15 +01:00
}