DELETE /iocs/entities/indicators/v1 #1054
-
Anyone can help me identify what values I need to add? I can't understand where the hash goes or how to add several hashes to delete, I don't know where to find the IDs either. i using this code
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 To get these values over API I recommend using the You can see this indicator has a
Try this out and let us know if you have any additional questions. |
Beta Was this translation helpful? Give feedback.
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
andvalue
(cnn.com & domain) as well as anid
which will be used to delete from your operation above. Here is an example: