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
ERROR No values for required properties for Directory: (path). | timestamp=2025-01-28T23:30:19.637727Z name="Sentinel Incidents" exc_info=Traceback (most recent call last):
File "/opt/opencti-connector-sentinel-incidents/sentinel_incidents_connector/connector.py", line 326, in process_message
stix_objects = self._extract_intelligence(incident)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/opencti-connector-sentinel-incidents/sentinel_incidents_connector/connector.py", line 210, in _extract_intelligence
self.converter_to_stix.create_evidence_directory(file)
File "/opt/opencti-connector-sentinel-incidents/sentinel_incidents_connector/converter_to_stix.py", line 313, in create_evidence_directory
stix_directory = stix2.Directory(
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/stix2/v21/base.py", line 15, in init
super(_Observable, self).init(**kwargs)
File "/usr/local/lib/python3.12/site-packages/stix2/base.py", line 381, in init
super(_Observable, self).init(**kwargs)
File "/usr/local/lib/python3.12/site-packages/stix2/base.py", line 215, in init
raise MissingPropertiesError(cls, missing_kwargs)
stix2.exceptions.MissingPropertiesError: No values for required properties for Directory: (path). taskName=null
The text was updated successfully, but these errors were encountered:
blockanz
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Jan 28, 2025
Description
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Defender for Endpoint Incidents downloaded and added to OpenCTI. Originally worked on old Sentinel connector.
Actual Output
INFO [CONNECTOR] Connector last imported incident timestamp: | timestamp=2025-01-28T23:30:17.932312Z name="Sentinel Incidents" taskName=null attributes={"last_incident_datetime":1736477672}
INFO Initiate work | timestamp=2025-01-28T23:30:17.932597Z name=api taskName=null attributes={"connector_id":"ab273d9b-3d81-ea79-d6a7-7ac72df2ad1e"}
INFO [CONNECTOR] Running connector... | timestamp=2025-01-28T23:30:18.025673Z name="Sentinel Incidents" taskName=null attributes={"connector_name":""Sentinel Incidents""}
ERROR No values for required properties for Directory: (path). | timestamp=2025-01-28T23:30:19.637727Z name="Sentinel Incidents" exc_info=Traceback (most recent call last):
File "/opt/opencti-connector-sentinel-incidents/sentinel_incidents_connector/connector.py", line 326, in process_message
stix_objects = self._extract_intelligence(incident)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/opencti-connector-sentinel-incidents/sentinel_incidents_connector/connector.py", line 210, in _extract_intelligence
self.converter_to_stix.create_evidence_directory(file)
File "/opt/opencti-connector-sentinel-incidents/sentinel_incidents_connector/converter_to_stix.py", line 313, in create_evidence_directory
stix_directory = stix2.Directory(
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/stix2/v21/base.py", line 15, in init
super(_Observable, self).init(**kwargs)
File "/usr/local/lib/python3.12/site-packages/stix2/base.py", line 381, in init
super(_Observable, self).init(**kwargs)
File "/usr/local/lib/python3.12/site-packages/stix2/base.py", line 215, in init
raise MissingPropertiesError(cls, missing_kwargs)
stix2.exceptions.MissingPropertiesError: No values for required properties for Directory: (path). taskName=null
The text was updated successfully, but these errors were encountered: