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,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
|
"registration_date": {
|
||||||
|
"description": "Registration date of domain",
|
||||||
|
"disable_correlation": false,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"description": "Domain name",
|
"description": "Domain name",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
@ -43,7 +49,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 5,
|
"version": 6,
|
||||||
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
||||||
|
|
Loading…
Reference in New Issue