Alert when a XLL was created/read/deleted

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Alert when a XLL was created/read/deleted

L4 Transporter

Hello dear community, 

what is the best way to setup a query for bioc to get an alert. Maybe correlation rule is a better place for my project?

It should alert, when a XLL File was written or read or deleted. 

Should I setup a specific file location in my query or is this not neccasary and I can take any file location? I ask because of the ressources on the client. 

 

BR

 

Rob

1 REPLY 1

L5 Sessionator

Hi @RFeyertag , certainly you can do that.

 

Try playing around with this query:
dataset = xdr_data
| filter agent_hostname = "bbarmanroyWinDemo"
|filter event_type = FILE and (event_sub_type = FILE_CREATE_NEW or event_sub_type = FILE_WRITE or event_sub_type = ENUM.FILE_REMOVE or event_sub_type = ENUM.FILE_RENAME )
|filter action_file_extension in ("txt") and action_file_path in("C:\users\IEUser\Desktop\*","C:\BGinfo\*")

bbarmanroy_0-1659928819868.png

 

  • 1049 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!