Files
atomic-red-team/Windows/Execution/Rundll32.md
T

14 lines
303 B
Markdown
Raw Normal View History

2017-10-11 10:35:17 -07:00
## 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)