MISP / misp-objects

Definition, description and relationship types of MISP objects
https://www.misp-project.org/objects.html
Other
91 stars 122 forks source link

Added `contact_information` & `sector` attributes to the `organization` template #395

Closed chrisr3d closed 1 year ago

chrisr3d commented 1 year ago

As it mainly comes from the STIX 2.x Identity object, which has a contact_information field where you can put email addresses, phones and other contact information with no specific format requirement, here it is in this template, to make the import from STIX 2.x content easier. Users can still use the specific object relations such as phone number, address, email addres, and so on.

We also added the sector object relation to have information on the sector of activity for the organization.

adulau commented 1 year ago

Thank you!