mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
Merge pull request #44 from BitsOfBinary/master
Adding anti-vm rule to check for an unmoving mouse cursor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
rule:
|
||||
meta:
|
||||
name: check for unmoving mouse cursor
|
||||
namespace: anti-analysis/anti-vm/vm-detection
|
||||
author: BitsOfBinary
|
||||
scope: function
|
||||
att&ck:
|
||||
- Defense Evasion::Virtualization/Sandbox Evasion::User Activity Based Checks [T1497.002]
|
||||
references:
|
||||
- https://www.joesecurity.org/blog/5852460122427342172
|
||||
examples:
|
||||
- 7E17F0F35D50F49407841372F24FBD38:0x4010f6
|
||||
features:
|
||||
- and:
|
||||
- count(api(user32.GetCursorPos)): 2 or more
|
||||
Reference in New Issue
Block a user