SkillAgentSearch skills...

MalwarePersistenceScripts

A collection of scripts I've written to help red and blue teams with malware persistence techniques.

Install / Use

/learn @TestingPens/MalwarePersistenceScripts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Malware Persistence Scripts

A collection of scripts I've written to help red and blue teams with malware persistence techniques. I take no responsibility for how they're used.

Red Team Goals

These are techniques that I regularly use to ensure that my agents can survive reboots. Majority of my persistence scripts are written in PowerShell since it's an excuse for me to learn it. May these scripts help you evade many a blue team.

Blue Team Goals

I'm trying to help blue teams to add robust rule sets to their detection techniques. Most of the time I try to focus on simple userland tactics which don't require privilege escalation. Additionally, I try to find ways to trigger my agents based on user behaviour rather than system behaviour. May these techniques help you catch those pesky hackers.

Scripts

user_event_persistence.ps1

It looks through newest 500 events in the Windows event logs on the target system and schedules a user task, using the most commonly occurring event ID as a trigger, to run a specified application.

View on GitHub
GitHub Stars127
CategoryDevelopment
Updated6mo ago
Forks13

Languages

PowerShell

Security Score

77/100

Audited on Sep 15, 2025

No findings