How IOCs are detected?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

How IOCs are detected?

L1 Bithead

Hi,

 

I've recently noticed that an IOC that we created a month ago is still somehow being triggered, therefore an incident is generated. The IOC is a domain that we've found in a phishing email. I haven't visited the domain or clicked on that quarantined email, but somehow an incident occurred this morning. What actions could trigger an added IOC without directly accessing the IOC'ed website, file or IP? What could be the reason for this and what would be the solution to prevent it from happening again? Thanks in advance.

1 REPLY 1

L2 Linker

Hello @paIoaItonetworks 
Thanks for reaching us using the Live Community.

 

If the indicator (Domain in this case) is seen and matched with EDR telemetry or XDR agent data and communication then an alert will be triggered.

 

Any established connections to that IP or domains will create an alert.

 

I understand you check the alert and found you haven’t visited the domain but I suggest investigating the event using XQL for more answers related to that event.

 

you may verify the event by running XQL query for “preset = network_story“ OR “dataset = xdr_data” dataset and then look for events related to that IOC Alert.

 

For domain IOCs the field its looking for is dst_action_external_hostname

 

Sample query: preset = network_story
| filter dst_action_external_hostname = “domain name”

 

For more help with XQL, please visit this article - https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-...

 

If this post answers your question, please click Accept as Solution to acknowledge that the answer to your question has been provided.

  • 262 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!