mirror of https://github.com/MISP/misp-objects
Adding registration-date to domain-ip
parent
39f85cc743
commit
424900b02d
|
@ -23,6 +23,12 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"registration_date": {
|
||||
"description": "Registration date of domain",
|
||||
"disable_correlation": false,
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"domain": {
|
||||
"description": "Domain name",
|
||||
"categories": [
|
||||
|
@ -43,7 +49,7 @@
|
|||
"multiple": true
|
||||
}
|
||||
},
|
||||
"version": 5,
|
||||
"version": 6,
|
||||
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
||||
"meta-category": "network",
|
||||
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
||||
|
|
Loading…
Reference in New Issue