mirror of https://github.com/MISP/misp-objects
chg: [person/organization] `impersonated` added to the role of person
and organization templates Thanks to NRC Cyber Security for the idea.pull/416/head
parent
3d12addd56
commit
173af552aa
|
@ -79,7 +79,8 @@
|
||||||
"Source",
|
"Source",
|
||||||
"Originator",
|
"Originator",
|
||||||
"Informant",
|
"Informant",
|
||||||
"Emitter"
|
"Emitter",
|
||||||
|
"Impersonated"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sector": {
|
"sector": {
|
||||||
|
@ -138,5 +139,5 @@
|
||||||
"alias"
|
"alias"
|
||||||
],
|
],
|
||||||
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
||||||
"version": 6
|
"version": 7
|
||||||
}
|
}
|
|
@ -223,7 +223,8 @@
|
||||||
"Source",
|
"Source",
|
||||||
"Originator",
|
"Originator",
|
||||||
"Informant",
|
"Informant",
|
||||||
"Emitter"
|
"Emitter",
|
||||||
|
"Impersonated"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"social-security-number": {
|
"social-security-number": {
|
||||||
|
@ -255,5 +256,5 @@
|
||||||
"handle"
|
"handle"
|
||||||
],
|
],
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
"version": 19
|
"version": 20
|
||||||
}
|
}
|
Loading…
Reference in New Issue