Kusto Query LanguageMicrosoft SentinelSECUREVMware Carbon Black

List Banned File Written To Computer Detected By VMware Carbon Black App Control

Description

This KQL query identifies banned files written to computer detected by VMware Carbon Black App Control.

Risk

An adversary may rely upon a user opening a malicious file in order to gain execution. Users may be subjected to social engineering to get them to open a file that will lead to code execution. This user action will typically be observed as follow-on behavior from Spearphishing Attachment. Adversaries may use several types of files that require a user to execute them, including .doc, .pdf, .xls, .rtf, .scr, .exe, .lnk, .pif, and .cpl.

Query

Microsoft Sentinel
Kusto
CommonSecurityLog
| where DeviceVendor == "VMware Carbon Black"
| where DeviceProduct == "App Control"
| where Activity == "Banned file written to computer"
| project TimeGenerated, DestinationHostName, DestinationIP, DestinationUserName, FilePath, FileName

References

Leave a Reply

Your email address will not be published. Required fields are marked *