Persistence
Maintaining Azure Persistence via Automation Accounts
How do you maintain a privileged persistence in Azure? Learn how to use Automation Accounts to create a webhook backdoor to give you a way back in.
Establishing Registry Persistence via SQL Server with PowerUpSQL
In this blog I’ll show how to use PowerUpSQL to establish persistence (backdoor) via the Windows registry through SQL Server. I’ll also provide a brief overview of the xp_regwrite stored procedure.
Maintaining Persistence via SQL Server – Part 2: Triggers
In this blog, I'll show how three types of SQL Server triggers can be abused to maintain access to Windows environments.
Maintaining Persistence via SQL Server – Part 1: Startup Stored Procedures
In this blog I show how to use SQL Server startup stored procedures to maintain access to Windows environments and share a PowerShell script to automate the attack...