Added some more
parent
401793af0d
commit
1868171747
|
@ -15,3 +15,5 @@ odbcad32.exe GUI DLL Loading
|
||||||
WseClientSvc.exe - https://blog.huntresslabs.com/abusing-trusted-applications-a719219220f
|
WseClientSvc.exe - https://blog.huntresslabs.com/abusing-trusted-applications-a719219220f
|
||||||
dvdplay.exe http://www.hexacorn.com/blog/2018/03/15/beyond-good-ol-run-key-part-73/
|
dvdplay.exe http://www.hexacorn.com/blog/2018/03/15/beyond-good-ol-run-key-part-73/
|
||||||
http://www.hexacorn.com/blog/category/living-off-the-land/pass-thru-command-execution/
|
http://www.hexacorn.com/blog/category/living-off-the-land/pass-thru-command-execution/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
|
||||||
[Powershell.exe](OSBinaries/Powershell.md)
|
[Powershell.exe](OSBinaries/Powershell.md)
|
||||||
[Presentationhost.exe](OSBinaries/Presentationhost.md)
|
[Presentationhost.exe](OSBinaries/Presentationhost.md)
|
||||||
[Print.exe](OSBinaries/Print.md)
|
[Print.exe](OSBinaries/Print.md)
|
||||||
|
[Qprocess.exe](OSBinaries/Qprocess.md)
|
||||||
[Reg.exe](OSBinaries/Reg.md)
|
[Reg.exe](OSBinaries/Reg.md)
|
||||||
[Regedit.exe](OSBinaries/Regedit.md)
|
[Regedit.exe](OSBinaries/Regedit.md)
|
||||||
[Regasm.exe](OSBinaries/Regasm.md)
|
[Regasm.exe](OSBinaries/Regasm.md)
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
## Qprocess.exe
|
||||||
|
|
||||||
|
* Functions: Credentials
|
||||||
|
|
||||||
|
```
|
||||||
|
qprocess /SERVER:RemoteServer
|
||||||
|
```
|
||||||
|
|
||||||
|
Acknowledgements:
|
||||||
|
* Rahmat Nurfauzi - @infosecn1nja
|
||||||
|
|
||||||
|
Code sample:
|
||||||
|
*
|
||||||
|
|
||||||
|
Resources:
|
||||||
|
* https://twitter.com/infosecn1nja/status/987268926139592706
|
||||||
|
|
||||||
|
Full path:
|
||||||
|
```
|
||||||
|
c:\windows\system32\Qprocess.exe
|
||||||
|
```
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
Some specific details about the binary file.
|
||||||
|
|
||||||
|
|
||||||
|
Detection:
|
||||||
|
Details about detection.
|
||||||
|
IOC, Behaviour , User Agents etc
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ Acknowledgements:
|
||||||
* Casey Smith - @subtee
|
* Casey Smith - @subtee
|
||||||
|
|
||||||
Code sample:
|
Code sample:
|
||||||
* [Wmic_calc.xsl](Payloads/Wmic_calc.xsl)
|
* [Wmic_calc.xsl](https://raw.githubusercontent.com/api0cradle/LOLBAS/master/OSBinaries/Payload/Wmic_calc.xsl)
|
||||||
|
|
||||||
Resources:
|
Resources:
|
||||||
* https://stackoverflow.com/questions/24658745/wmic-how-to-use-process-call-create-with-a-specific-working-directory
|
* https://stackoverflow.com/questions/24658745/wmic-how-to-use-process-call-create-with-a-specific-working-directory
|
||||||
|
|
Loading…
Reference in New Issue