Skip to content

Commit

Permalink
use sequence scope instead of thread scope for "static: basic block" …
Browse files Browse the repository at this point in the history
…rules
  • Loading branch information
williballenthin committed Dec 17, 2024
1 parent 20e80d8 commit 1f4c7a4
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion anti-analysis/anti-av/check-for-sandbox-and-av-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@_re_fox"
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Anti-Behavioral Analysis::Virtual Machine Detection [B0009]
- Anti-Behavioral Analysis::Sandbox Detection [B0007]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Anti-Behavioral Analysis::Debugger Detection::OutputDebugString [B0001.016]
examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
att&ck:
- Defense Evasion::Impair Defenses::Disable Windows Event Logging [T1562.002]
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@_re_fox"
scopes:
static: basic block
dynamic: thread
dynamic: sequence
att&ck:
- Defense Evasion::Virtualization/Sandbox Evasion::System Checks [T1497.001]
mbc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@_re_fox"
scopes:
static: basic block
dynamic: thread
dynamic: sequence
att&ck:
- Discovery::System Network Configuration Discovery [T1016]
examples:
Expand Down
2 changes: 1 addition & 1 deletion communication/http/client/send-file-via-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Communication::HTTP Communication::Send Data [C0002.005]
examples:
Expand Down
2 changes: 1 addition & 1 deletion communication/socket/create-vmci-socket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Communication::Socket Communication::Create Socket [C0001.003]
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rule:
description: signals that driver has finished all processing for a given IRP (part of major function)
scopes:
static: basic block
dynamic: thread
dynamic: sequence
examples:
- Practical Malware Analysis Lab 10-03.sys_:0x10666
features:
Expand Down
2 changes: 1 addition & 1 deletion host-interaction/driver/interact-with-driver-via-ioctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
examples:
- Practical Malware Analysis Lab 10-03.exe_:0x40108c
features:
Expand Down
2 changes: 1 addition & 1 deletion host-interaction/gui/logon/references-logon-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@_re_fox"
scopes:
static: basic block
dynamic: thread
dynamic: sequence
examples:
- c3341b7dfbb9d43bca8c812e07b4299f:0x4066FC
features:
Expand Down
2 changes: 1 addition & 1 deletion host-interaction/mutex/check-mutex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Process::Check Mutex [C0043]
examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@mr-tz"
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Memory::Allocate Memory [C0007]
examples:
Expand Down
2 changes: 1 addition & 1 deletion host-interaction/process/list/get-explorer-pid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
att&ck:
- Discovery::Process Discovery [T1057]
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
att&ck:
- Privilege Escalation::Access Token Manipulation [T1134]
examples:
Expand Down
2 changes: 1 addition & 1 deletion host-interaction/thread/create/create-thread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
mbc:
- Process::Create Thread [C0038]
examples:
Expand Down
2 changes: 1 addition & 1 deletion nursery/check-for-windows-sandbox-via-subdirectory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "[email protected]"
scopes:
static: basic block
dynamic: thread
dynamic: sequence
att&ck:
- Defense Evasion::Virtualization/Sandbox Evasion::System Checks [T1497.001]
mbc:
Expand Down
2 changes: 1 addition & 1 deletion nursery/get-process-image-filename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
features:
- or:
- and:
Expand Down
2 changes: 1 addition & 1 deletion nursery/hook-routines-via-lsplant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rule:
description: LSPlant is an Android ART hook library, providing Java method hook/unhook and inline deoptimization
scopes:
static: basic block
dynamic: thread
dynamic: sequence
references:
- https://github.com/LSPosed/LSPlant
features:
Expand Down
2 changes: 1 addition & 1 deletion nursery/set-thread-name-on-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: basic block
dynamic: thread
dynamic: sequence
features:
- and:
- or:
Expand Down

0 comments on commit 1f4c7a4

Please sign in to comment.