Stream-Sentinel-Intel Connector Not Deleting Indicators from Defender #3177
Labels
bug
use for describing something not working as expected
filigran support
[optional] use to identify an issue related to feature developed & maintained by Filigran.
regression
Description
The Stream Sentinel Intel connector has been deployed in our dev environment and can successfully create indicators within our MDE tenant; however, when records are removed from the stream and a corresponding 'delete' event is observed being sent to the connector, no corresponding deletion occurs on the MDE tenant.
The functions responsible for deleting indicators begin by pulling a list of indicators within the MDE tenant, looking for a indicators with an externalID field matching the OpenCTI ID of the indicator to be deleted. I don't think that this externalID is being passed when indicators are added. I have pulled our list of indicators added to the platform through this connector, and they do not have an externalID.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Expect the indicator to be deleted.
Actual Output
Indicator remains in MDE, likely because no externalID is associated with the indicator to allow the delete operation to proceed.
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: