mirror of https://github.com/MISP/misp-objects
chg: [person] add attributes to whois-related information which can be associated to a person
parent
db4dd408ef
commit
ae103f6080
|
@ -94,7 +94,7 @@
|
||||||
"misp-attribute": "redress-number"
|
"misp-attribute": "redress-number"
|
||||||
},
|
},
|
||||||
"social-security-number": {
|
"social-security-number": {
|
||||||
"description": "Social security number",
|
"description": "Social security number.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
@ -104,9 +104,39 @@
|
||||||
"misp-attribute": "nationality",
|
"misp-attribute": "nationality",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
|
},
|
||||||
|
"nic-hdl": {
|
||||||
|
"description": "NIC Handle (Network Information Centre handle) of the person.",
|
||||||
|
"ui-priority": 10,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
|
"phone-number": {
|
||||||
|
"description": "Phone number of the person.",
|
||||||
|
"ui-priority": 10,
|
||||||
|
"misp-attribute": "phone-number",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
|
"fax-number": {
|
||||||
|
"description": "Fax number of the person.",
|
||||||
|
"ui-priority": 10,
|
||||||
|
"misp-attribute": "phone-number",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
|
"address": {
|
||||||
|
"description": "Postal address of the person.",
|
||||||
|
"ui-priority": 10,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
|
"e-mail": {
|
||||||
|
"description": "Email address of the person.",
|
||||||
|
"ui-priority": 10,
|
||||||
|
"misp-attribute": "email-src",
|
||||||
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "An object which describes a person or an identity.",
|
"description": "An object which describes a person or an identity.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
|
|
Loading…
Reference in New Issue