ac8dd2cfec
Initial Checkin
14 lines
303 B
Markdown
14 lines
303 B
Markdown
## Rundll32
|
|
|
|
MITRE ATT&CK Technique: [T1085](https://attack.mitre.org/wiki/Technique/T1085)
|
|
|
|
### Executes an export inside of a dll.
|
|
|
|
rundll32 AllTheThings.dll,EntryPoint
|
|
|
|
## Test Script
|
|
|
|
[AlltheThings.dll](https://github.com/redcanaryco/atomic-red-team/tree/master/Windows/Payloads/AllTheThings)
|
|
|
|
|