- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-17-2025 09:03 AM - edited 02-17-2025 09:04 AM
We've recently use the Extrahop integration to create tickets in XSOAR for our analysts to keep track of Extrahop tickets without having to go into Extrahop's console. However, we're trying to stop it from fetching "Hidden" or tuned detections I'm tuning out in Extrahop. I only fetch for 60+ Risk Scores and for "Open" or .none per the filtering, detections only. I've tried "New" but I think you need to enable some type of ticketing process for it to get a "New" status as it isn't grabbing any new legit one's that are open now. Hidden detections stay in an "Open" state so this filter will stay grab them even if they're supposed to be tuned. Anyone know how I can tune out "Hidden" / tuned detections from Extrahop to stop being fetched by the Extrahop integration in XSOAR?
This is the Advanced Filter I'm using
{
"status": [".none"],
"risk_score_min": 60
}
02-18-2025 12:00 PM
Hi @C.Perez
Advanced Filter of ExtraHop Reveal(x) integration is dictated by ExtraHop API. On their API documentation (https://docs.extrahop.com/current/rest-api-guide/) under Detection categories, there is a list of supported categories that you can access via API and there is no .none.
It would be either .none categories is not available or not officially supported. I would reach out to ExtraHop since this is their API endpoint.
02-18-2025 12:00 PM
Hi @C.Perez
Advanced Filter of ExtraHop Reveal(x) integration is dictated by ExtraHop API. On their API documentation (https://docs.extrahop.com/current/rest-api-guide/) under Detection categories, there is a list of supported categories that you can access via API and there is no .none.
It would be either .none categories is not available or not officially supported. I would reach out to ExtraHop since this is their API endpoint.
02-20-2025 06:32 AM
Gotcha, I'll reach out to them thanks.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!