Skip to content

Commit

Permalink
manual upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Oct 16, 2023
1 parent 364413c commit 1451da7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rule:
authors:
- "@mr-tz"
scopes:
- static: basic block
- dynamic: unspecified # TODO upgrade manually, contains match
static: basic block
dynamic: unspecified # TODO upgrade manually, contains match
mbc:
- Memory::Allocate Memory [C0007]
examples:
Expand Down
4 changes: 2 additions & 2 deletions lib/allocate-or-change-rw-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ rule:
- "@mr-tz"
lib: true
scopes:
- static: basic block
- dynamic: unspecified # TODO upgrade manually, contains match
static: basic block
dynamic: unspecified # TODO upgrade manually, contains match
mbc:
- Memory::Allocate Memory [C0007]
examples:
Expand Down
4 changes: 3 additions & 1 deletion lib/change-memory-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ rule:
authors:
- "@mr-tz"
lib: true
scope: basic block
scopes:
static: basic block
dynamic: unspecified # TODO upgrade manually, contains match
mbc:
- Memory::Change Memory Protection [C0008]
examples:
Expand Down
2 changes: 1 addition & 1 deletion persistence/startup-folder/get-startup-folder.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: call # TODO check if scope thread instead
dynamic: call
att&ck:
- Persistence::Boot or Logon Autostart Execution::Registry Run Keys / Startup Folder [T1547.001]
examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule:
- [email protected]
scopes:
static: function
dynamic: unspecified # TODO upgrade manually, contains match
dynamic: thread
att&ck:
- Persistence::Boot or Logon Autostart Execution::Registry Run Keys / Startup Folder [T1547.001]
examples:
Expand Down

0 comments on commit 1451da7

Please sign in to comment.