Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Malware persistence consists of techniques that adversaries use to keep access t
* [Windows](#windows)
* [Cloud](#cloud)
* [Firmware](#firmware)
* [Databases](#databases)
* [Persistence Removal](#persistence-removal)
* [Generic](#generic-1)
* [Windows](#windows-1)
Expand Down Expand Up @@ -86,6 +87,10 @@ _Persistence techniques and detection._

* [MoonBounce: the dark side of UEFI firmware](https://securelist.com/moonbounce-the-dark-side-of-uefi-firmware/105468) - An in-depth write up about one particular UEFI bootkit.

### Databases

* [Database Triggers as Persistence Mechanisms](https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/the-attack-vector-database-triggers-as-persistence-mechanisms/) - An in-depth write up about database triggers providing persistence.

## Persistence Removal

_Tools and commands for persistence mechanisms removal. Beside the tools mentioned below, use standard OS commands to remove the persistence._
Expand Down