Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K photos
15 videos
157 files
131K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Persistence by writing/reading shellcode from Event Log.
Usage The SharpEventPersist tool takes 4 case-sensitive parameters: -file "C:\path\to\shellcode.bin" -instanceid 1337 -source Persistence -eventlog "Key Management (https://www.kitploit.com/search/label/Management) Service". The shellcode is converted to hex (https://www.kitploit.com/search/label/Hex) and written to the "Key Management Service", event level is set to "Information" and source is "Persistence".
Run the SharpEventLoader tool to fetch shellcode from event log and execute it. Ideally this should be converted to a DLL (https://www.kitploit.com/search/label/DLL) and sideloaded on program start/boot.
Remember to change the Event Log name and instanceId in the loader, if not running with default values. Default values will leave the following artifact: A new key will be written to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Key Management Service named "Persistance". This new "Persistance" key will not have a provider GUID or TypesSupported which the default key "KmsRequests" have. This can be used to build detections.

Download SharpEventPersist (https://github.com/improsec/SharpEventPersist)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
SharpEventPersist - Persistence By Writing/Reading Shellcode From Event Log

https://blogger.googleusercontent.com/img/a/AVvXsEgRMfk37AblQZmbdBi2KHVlWBTt4K-pOc5azb7oHK5IJ7Lr1HjKxciOtwaxutVVJhVG9-fMfhqaVASAEFL9LjXPWgqPD2Ao5TP416HB5ZykoQ52Z3ST2zyxiwtJa4Fdpg969MT5KFPZpaPBuYz1qUetD82_A6m7AR_m0mdykUOza0UsG_g84f_FXbRW=w640-h506

Persistence by writing/reading shellcode from Event Log.
Usage

The SharpEventPersist tool takes 4 case-sensitive parameters:

* -file "C:\path\to\shellcode.bin"
* -instanceid 1337
* -source Persistence
* -eventlog "Key Management Service".

The shellcode is converted to hex and written to the "Key Management Service", event level is set to "Information" and source is "Persistence".
Run the SharpEventLoader tool to fetch shellcode from event log and execute it. Ideally this should be converted to a DLL and sideloaded on program start/boot.
Remember to change the Event Log name and instanceId in the loader, if not running with default values.

Default values will leave the following artifact:

* A new key will be written to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Key Management Service named "Persistance".
* This new "Persistance" key will not have a provider GUID or TypesSupported which the default key "KmsRequests" have. This can be used to build detections.
Download SharpEventPersist

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Corel Acquires Awingu

The combination of Awingu and the Parallels Remote Application Server platform will enable end users to securely work from anywhere, at any time, on any device, or OS.

___________________________
@hacking_Attack
@Hacking_Video