You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found issue during parsing on the following objects. dict_items([('bundle--3fc50ef4-4b21-497d-b590-1b8640cf6bce',
{'Error parsing the Observable object with id domain-name--bedb4899-d24b-5401-bc86-8f6b4cc18ec7:
File "/home/vscode/.local/lib/python3.10/site-packages/misp_stix_converter/stix2misp/external_stix2_to_misp.py", line 315, in _handle_unparsed_content
getattr(self.observable_object_parser, to_call)(object_id)\n\'STIX2ObservableObjectConverter\' object has no attribute \'_parse_domain_observable\''})])
Steps to reproduce
from misp_stix_converter import ExternalSTIX2toMISPParser
from stix2 import Bundle, DomainName
parser = ExternalSTIX2toMISPParser()
domain = DomainName(value="example.com")
bundle = Bundle([domain])
parser.load_stix_bundle(bundle)
parser.parse_stix_bundle()
event = parser.misp_event
if parser.errors:
print(f"Found issue during parsing on the following objects. {parser.errors.items()}")
Version
2.4.176
Python version
3.10
Relevant log output
No response
Extra attachments
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
MISP-STIX usage
standalone script
Expected behavior
normal event creation.
Actual behavior
Steps to reproduce
Version
2.4.176
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: