Skip to content

Commit

Permalink
tighten scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Feb 3, 2025
1 parent 501ba74 commit 4455439
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ rule:
- michael.hunhoff@mandiant.com
- jakub.jozwiak@mandiant.com
scopes:
static: function
dynamic: span of calls
static: basic block
dynamic: call
att&ck:
- Defense Evasion::Debugger Evasion [T1622]
mbc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- william.ballenthin@mandiant.com
- michael.hunhoff@mandiant.com
scopes:
static: function
static: basic block
dynamic: call
att&ck:
- Defense Evasion::Obfuscated Files or Information [T1027]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rule:
authors:
- richard.weiss@mandiant.com
scopes:
static: function
dynamic: span of calls
static: basic block
dynamic: call
att&ck:
- Defense Evasion::Obfuscated Files or Information [T1027]
mbc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rule:
authors:
- daniel.stepanic@elastic.co
scopes:
static: function
dynamic: span of calls
static: basic block
dynamic: call
att&ck:
- Defense Evasion::Obfuscated Files or Information [T1027]
mbc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ rule:
- william.ballenthin@mandiant.com
- richard.weiss@mandiant.com
scopes:
static: function
dynamic: span of calls
static: basic block
dynamic: call
mbc:
- Cryptography::Generate Pseudo-random Sequence::Use API [C0021.003]
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rule:
authors:
- "@mr-tz"
scopes:
static: function
static: basic block
dynamic: span of calls
mbc:
- Memory::Allocate Memory [C0007]
Expand Down
2 changes: 1 addition & 1 deletion lib/allocate-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@mr-tz"
lib: true
scopes:
static: function
static: basic block
dynamic: call
mbc:
- Memory::Allocate Memory [C0007]
Expand Down
2 changes: 1 addition & 1 deletion lib/allocate-or-change-rw-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- "@mr-tz"
lib: true
scopes:
static: function
static: basic block
dynamic: call
mbc:
- Memory::Allocate Memory [C0007]
Expand Down
2 changes: 1 addition & 1 deletion lib/change-memory-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rule:
- "@mr-tz"
lib: true
scopes:
static: function
static: basic block
dynamic: call
mbc:
- Memory::Change Memory Protection [C0008]
Expand Down

0 comments on commit 4455439

Please sign in to comment.