Commit Graph

24 Commits

Author SHA1 Message Date
William Ballenthin 8b8b584e2d injection: add ATT&CK Reflective Code Loading
closes #477
2021-10-22 12:43:30 -06:00
Moritz Raabe 25938ca10c change to mandiant.com 2021-09-28 12:21:11 +02:00
Moritz Raabe b2118b01df focus on os windows 2021-09-14 10:38:10 +02:00
William Ballenthin f6b9564332 *: fix ntdll/ntoskrnl lints 2021-08-26 17:52:24 -06:00
Joakim Kennedy 5678afad06 Fix some FPs in ELF files by adding os requirement 2021-08-26 11:40:35 +01:00
Moritz Raabe d81e757728 adding rules based on more PMA labs 2021-06-30 23:38:17 +02:00
William Ballenthin 6e501e8151 rules: convert inline comments to descriptions
closes #1
2021-05-18 10:45:41 -06:00
William Ballenthin 0f28d4a763 capafmt 2021-04-13 09:49:02 -06:00
William Ballenthin f1b450edf0 update ATT&CK and MBC mappings
thanks to Regina Elwell @ FireEye and @evandrix
closes #316
2021-04-13 09:37:10 -06:00
Ana Maria Martinez Gomez e0cefa438d update translate-characteristic-into-permission.yml
- rename it to `inspect section memory permissions` and add a
description so it is clear what it is meant.
- use the `3 or more` feature to improve the rule. Note that `optional`
doesn't behave as you may expect for this feature. Use `and` to ensure
`optional` behaves as we want.
2021-03-29 11:04:42 +02:00
Ana Maria Martinez Gomez e46c667bdb add translate-characteristic-into-permission.yml
Identify translation of PE characteristics into permissions. It could be
used in reflective dll injection to replicate the permissions of the
dll mapped in memory.
2021-03-25 19:37:39 +01:00
Ana Maria Martinez Gomez be2c552cff add load-code/pe/inject-dll-reflectively.yml
Identify reflective dll injection using `copy PE sections` and `rebuild
import table`.
References:
- https://0x00sec.org/t/reflective-dll-injection/3080
- https://www.ired.team/offensive-security/code-injection-process-injection/reflective-dll-injection
2021-03-25 19:37:29 +01:00
Ana Maria Martinez Gomez b7aa190381 add load-code/pe/parse-pe-exports.yml
Identify parsing PE export data, used when writing your own
`GetProcAddress()` implementation.

reference: Practical Malware Analysis, Chapter 19

f
2021-03-25 19:34:47 +01:00
Ana Maria Martinez Gomez 684f817111 add load-code/pe/rebuild-import-table.yml
Identify rebuilding of import table, used in reflective-dll-injection.
References:
- https://0x00sec.org/t/reflective-dll-injection/3080
- https://www.ired.team/offensive-security/code-injection-process-injection/reflective-dll-injection
2021-03-25 19:34:47 +01:00
Ana Maria Martinez Gomez 02915b3ade add load-code/pe/enumerate-pe-sections.yml
Identify copying of PE sections, used in reflective-dll-injection.
References:
- https://0x00sec.org/t/reflective-dll-injection/3080
- https://www.ired.team/offensive-security/code-injection-process-injection/reflective-dll-injection
2021-03-25 19:34:31 +01:00
Moritz Raabe 873ed713e8 rule updates based on PMA labs
see #296
2021-03-22 09:45:56 +01:00
Michael Hunhoff 750e164a41 removing ntdll requirement from function features exported by both ntdll and ntoskrnl 2021-02-16 18:28:05 -07:00
Moritz Raabe 30d6da2362 new rule and some tweaks 2020-10-06 18:28:38 +02:00
William Ballenthin 54cfb05bd0 rules: address comments in #14 2020-06-26 17:45:56 -06:00
William Ballenthin 7b4f4d10fb rules: remove empty ATT&CK/MBC tags, format ATT&CK tags better 2020-06-21 17:54:01 -06:00
William Ballenthin 5f57dbdbc9 rules: reorganize rule names, namespaces, and ATT&CK mappings 2020-06-21 17:25:43 -06:00
William Ballenthin e9ad899b0f rules: add trailing newline to end of each file 2020-06-21 15:50:42 -06:00
William Ballenthin 69507875b0 rules: reformat all rules using capafmt 2020-06-21 15:47:02 -06:00
William Ballenthin eaae0e89a7 import existing rules, forgetting about 938 prior commits 2020-06-18 07:27:35 -06:00