misp-objects/objects/whois/definition.json

43 lines
1.5 KiB
JSON
Raw Normal View History

2016-02-09 16:08:15 +01:00
{
"name": "whois",
"meta-category": "network",
"description": "Whois records information for a domain name.",
"version": 1,
"attributes" :
{
"domain": {
"misp-attribute": "domain",
"misp-usage-frequency": 1,
"categories": ["Network activity","External analysis"]
},
"creation-date": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"registrant-email": {
"misp-attribute": "whois-registrant-email",
"misp-usage-frequency": 1
},
"registrant-phone": {
"misp-attribute": "whois-registrant-phone",
"misp-usage-frequency": 0
},
"registrant-name": {
"misp-attribute": "whois-registrant-name",
"misp-usage-frequency": 0
},
"registar": {
"misp-attribute": "whois-registar",
"misp-usage-frequency": 0
2016-02-09 21:46:45 +01:00
},
"text": {
"misp-attribute": "text",
2016-04-11 12:59:55 +02:00
"misp-usage-frequency": 1
2016-02-09 16:08:15 +01:00
}
2016-02-09 21:46:45 +01:00
2016-02-09 16:08:15 +01:00
},
"required": ["domain"],
"requiredOneOf": ["registrant-email", "registrant-phone", "creation-date", "registrant-name", "registar"]
}