-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: PDF Reports are being created as File and Artifact objects #39
Comments
@chrisr3d any update on this? Again, I believe File and Artifact objects are not meant to store intelligence PDF reports.
I believe we should create an The link to the external reference would be the direct link to the attachment on misp instance. In case the external reference attribute is a link instead of the attachment, then the report external reference should be that exact link. External Reference: https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_72bcfr3t79jx |
Hey there! I agree, the current implementation is not ideal, however, this is a trade-off when dealing with an export format that is doesn't fully cover all aspects of the initial format. Our options are basically to altogether lose this information, or accomodate it the best we can (I'd always vouch for the second option being the most prudent). Using external references is basically a no-go for the following reasons:
Therefore, I'd be happy to promote the idea of moving reports and supporting files at large to external references, once STIX starts providing a better home for such files. Perhaps the best course of action would be to take this up with the STIX TC? |
MISP-STIX usage
No response
Expected behavior
https://docs.oasis-open.org/cti/stix/v2.1/csprd01/stix-v2.1-csprd01.html#_Toc16070588
I believe the correct approach is to handle
external analysis:attachment
as an external reference with a link.Actual behavior
File and Artifact objects are created to represent a PDF Report.
Steps to reproduce
Parse an event with an
external analysis:attachment
attribute.Version
2.4.168
Python version
3.10
Relevant log output
No response
Extra attachments
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: