mirror of https://github.com/MISP/misp-objects
commit
285635c04c
|
@ -12,6 +12,7 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"text": {
|
"text": {
|
||||||
"description": "Full whois entry",
|
"description": "Full whois entry",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
@ -42,19 +43,30 @@
|
||||||
},
|
},
|
||||||
"creation-date": {
|
"creation-date": {
|
||||||
"description": "Initial creation of the whois entry",
|
"description": "Initial creation of the whois entry",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"modification-date": {
|
"modification-date": {
|
||||||
"description": "Last update of the whois entry",
|
"description": "Last update of the whois entry",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"expiration-date": {
|
"expiration-date": {
|
||||||
"description": "Expiration of the whois entry",
|
"description": "Expiration of the whois entry",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
|
"nameserver": {
|
||||||
|
"description": "Nameserver",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "hostname",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"multiple": true,
|
||||||
|
"to_ids": false
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"description": "Domain of the whois entry",
|
"description": "Domain of the whois entry",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
@ -65,7 +77,7 @@
|
||||||
"misp-attribute": "domain"
|
"misp-attribute": "domain"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 6,
|
"version": 7,
|
||||||
"description": "Whois records information for a domain name.",
|
"description": "Whois records information for a domain name.",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
|
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
|
||||||
|
|
Loading…
Reference in New Issue