Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/misp_events_to_stix1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Events mapping
# MISP Events to STIX1 mapping

MISP Events are exported within STIX packages, where some of the metadata fields are embedded within incidents:
- Base event
Expand Down
2 changes: 1 addition & 1 deletion documentation/misp_events_to_stix20.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Events mapping
# MISP Events to STIX 2.0 mapping

MISP Events are exported within STIX Bundles and some of the metadata fields are embedded within Report objects:
- Base event
Expand Down
2 changes: 1 addition & 1 deletion documentation/misp_events_to_stix21.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Events mapping
# MISP Events to STIX 2.1 mapping

MISP Events are exported within STIX packages, where some of the metadata fields are embedded within incidents:
- Base event
Expand Down
2 changes: 1 addition & 1 deletion documentation/misp_objects_to_stix20.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MISP Objects to STIX1 mapping
# MISP Objects to STIX 2.0 mapping

MISP Objects are containers of single MISP attributes that are grouped together to highlight their meaning in a real use case scenario.
For instance, if you want to share a report with suspicious files, without object templates you would end up with a list of file names, hashes, and other attributes that are all mixed together, making the differentiation of each file difficult. In this case with the file object template, we simply group together all the attributes which belong to each file.
Expand Down
2 changes: 1 addition & 1 deletion documentation/misp_objects_to_stix21.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MISP Objects to STIX1 mapping
# MISP Objects to STIX 2.1 mapping

MISP Objects are containers of single MISP attributes that are grouped together to highlight their meaning in a real use case scenario.
For instance, if you want to share a report with suspicious files, without object templates you would end up with a list of file names, hashes, and other attributes that are all mixed together, making the differentiation of each file difficult. In this case with the file object template, we simply group together all the attributes which belong to each file.
Expand Down