Microsoft XDR (Defender) - DeviceEvents - ShellLinkCreateFileEvent
Hi everyone,
I've been trying to create a hunting query in the Defender portal to identify when a malicious .lnk
file is created. I noticed that an interesting event to detect and analyze this is "DeviceEvents --> ShellLinkCreateFileEvent", as the AdditionalFields
include information such as ShellLinkIconPath
, ShellLinkRunAsAdmin
, or even the arguments used to execute the .lnk
file (ShellLinkCommandLine
, which is the most interesting one).
However, the target file of the shortcut is not displayed! This is the most basic information that should appear.
Do you know if this will be included in the future? Is it possible to obtain this information from another event by doing a join?