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.persistence
11    - attack.privilege-escalation
12    - attack.execution
13    - attack.stealth
14    - attack.t1574.001
15logsource:
16    category: image_load
17    product: windows
18detection:
19    selection:
20        ImageLoaded|endswith: '\AVKkid.dll'
21    filter_main_legit_path:
22        Image|contains:
23            - 'C:\Program Files (x86)\G DATA\'
24            - 'C:\Program Files\G DATA\'
25        Image|endswith: '\AVKKid.exe'
26        ImageLoaded|startswith:
27            - 'C:\Program Files (x86)\G DATA\'
28            - 'C:\Program Files\G DATA\'
29    condition: selection and not 1 of filter_main_*
30falsepositives:
31    - Unknown
32level: medium

References

Related rules

to-top