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 rath...
  • securityxpert1122's avatar
    Jul 28, 2023

    yes, thats exactly I wanted. Thank you so much for your help.

Resources