Potential EACore.DLL Sideloading

Detects potential DLL sideloading of "EACore.dll"

Sigma rule (View on GitHub)

 1title: Potential EACore.DLL Sideloading
 2id: edd3ddc3-386f-4ba5-9ada-4376b2cfa7b5
 3status: test
 4description: Detects potential DLL sideloading of "EACore.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: '\EACore.dll'
19    filter_main_legit_path:
20        Image|contains|all:
21            - 'C:\Program Files\Electronic Arts\EA Desktop\'
22            - '\EACoreServer.exe'
23        ImageLoaded|startswith: 'C:\Program Files\Electronic Arts\EA Desktop\'
24    condition: selection and not 1 of filter_main_*
25falsepositives:
26    - Unlikely
27level: high

References

Related rules

to-top