Forum Discussion

securityxpert1122's avatar
securityxpert1122
Copper Contributor
Jul 27, 2023
Solved

Runtime transformation in Sentinel

I want to exclude windows EventID 4663 and ObjectType =file using runtime transformation. I applied below:

 

| where EventID != 4663 and ObjectType != "File"

 

but it removes all 4663 events rather removing based on objecttype which I made combination with eventid. please help. Thanks 

Resources