Skip to content

DELETE /iocs/entities/indicators/v1 #1054

Answered by crowdstrikedcs
Sylverd asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Sylverd thanks for the question!

When browsing the Falcon Console, you can view the "IOC Management" dashboard here each of these records has a unique "ID" that will be used in your id_list above.

To get these values over API I recommend using the indicator_combined operation found here. This operation allows you to query and view details for indicators in your account.You may additionally for those indicators of a specified type or value. For Example here is a sample response:

You can see this indicator has a type and value (cnn.com & domain) as well as an id which will be used to delete from your operation above. Here is an example:

id_list = '0309d21b61b2682893a85d15394731a068d87…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sylverd
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants