Potential AVKkid.DLL Sideloading

Detects potential DLL sideloading of "AVKkid.dll"

Sigma rule (View on GitHub)

 1title: Potential AVKkid.DLL Sideloading
 2id: 952ed57c-8f99-453d-aee0-53a49c22f95d
 3status: test
 4description: Detects potential DLL sideloading of "AVKkid.dll"
 5references:
 6    - https://research.checkpoint.com/2023/beyond-the-horizon-traveling-the-world-on-camaro-dragons-usb-flash-drives/
 7author: X__Junior (Nextron Systems)
 8date: 2023-08-03
 9tags:
10    - attack.defense-evasion
11    - attack.privilege-escalation
12    - attack.t1574.001
13logsource:
14    category: image_load
15    product: windows
16detection:
17    selection:
18        ImageLoaded|endswith: '\AVKkid.dll'
19    filter_main_legit_path:
20        Image|contains:
21            - 'C:\Program Files (x86)\G DATA\'
22            - 'C:\Program Files\G DATA\'
23        Image|endswith: '\AVKKid.exe'
24        ImageLoaded|startswith:
25            - 'C:\Program Files (x86)\G DATA\'
26            - 'C:\Program Files\G DATA\'
27    condition: selection and not 1 of filter_main_*
28falsepositives:
29    - Unknown
30level: medium

References

Related rules

to-top