An open API service indexing awesome lists of open source software.

awesome-malware-persistence

A curated list of awesome malware persistence tools and resources.
https://github.com/Karneades/awesome-malware-persistence

Last synced: 9 days ago
JSON representation

  • Collection

    • Generic

      • osquery - Query persistence mechanisms on clients.
      • Awesome Forensics - Use the tools from this list which includes awesome free (mostly open source) forensic analysis tools and resources. They help collecting the persistence mechanisms at scale, e.g. by using remote forensics tools.
      • OSSEC - Use rules and logs from the HIDS to detection configuration changes.
      • osquery - Query persistence mechanisms on clients.
    • Linux

      • Linux Security and Monitoring Scripts - Security and monitoring scripts you can use to monitor your Linux installation for security-related events or for an investigation. Among other finding systemd unit files used for malware persistence.
    • macOS

      • KnockKnock - A tool to uncover persistently installed software in order to generically reveal such malware. See [GitHub repository too for the source code](https://github.com/objective-see/KnockKnock).
      • Dylib Hijack Scanner or DHS - A simple utility that will scan your computer for applications that are either susceptible to dylib hijacking or have been hijacked. See [GitHub repository too for the source code](https://github.com/objective-see/DylibHijackScanner).
    • Windows

      • AutorunsToWinEventLog.ps1 - Instead of using CSV output and copy these file to the server, you can use the AutorunsToWinEventLog script to convert the Autoruns output to Windows event logs and rely on standard Windows event log forwarding.
      • RegRipper - Extracts various persistence mechanisms from the registry files directly.
      • KAPE - The tool allows collecting various predefined artifactgs using targets and modules, see [KapeFiles](https://github.com/EricZimmerman/KapeFiles) which include persistence mechanisms, among others there's a collection of [LNK files](https://github.com/EricZimmerman/KapeFiles/blob/master/Targets/Windows/LNKFilesAndJumpLists.tkape), [scheduled task files](https://github.com/EricZimmerman/KapeFiles/blob/master/Targets/Windows/ScheduledTasks.tkape) and [scheduled task listing](https://github.com/EricZimmerman/KapeFiles/blob/master/Modules/LiveResponse/schtasks.mkape) or a [WMI repository auditing](https://github.com/EricZimmerman/KapeFiles/blob/master/Modules/LiveResponse/WMI-Repository-Auditing.mkape) module.
      • PowerShell Autoruns - A PowerShell version of Autoruns.
      • PersistenceSniper - Powershell module to hunt for persistence implanted in Windows machines.
      • RECmd - Extract various persistence mechanisms, e.g. by using the config file [UserClassesASEPs](https://github.com/EricZimmerman/RECmd/blob/master/BatchExamples/UserClassesASEPs.reb) to extract user's CLSID information.
      • PyrsistenceSniper - A Python-based offline Windows persistence detection tool. Point it at a KAPE dump, a Velociraptor collection, or a mounted disk image and get offline Windows persistence detection. Runs on Windows, Linux, and macOS.
      • Autoruns - A powerful persistence collection tool on Windows is Autoruns. It collects different categories and persistence information from a live system and [in
  • Detection Testing

    • Generic

      • Atomic Red Team - A red team attack techniques framework supporting also the MITRE ATT&CK persistence techniques, see e.g. [T1044 "File System Permissions Weakness"](https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1044/T1044.yaml).
    • Linux

      • PANIX - A highly customizable Linux persistence tool. Perform various persistence techniques against Linux systems, among others Debian and RHEL.
      • Diamorphine - A loadable kernel module (LKM) rootkit for Linux Kernels (x86/x86_64 and ARM64).
    • macOS

      • PoisonApple - Perform various persistence techniques on macOS.
    • Windows

      • hasherezade persistence demos - Various (also non standard) persistence methods used by malware for testing own detection, among others COM hijacking demo is found in the repo.
  • Persistence Removal

    • Generic

      • Awesome Incident Response - Use the tools and resources for security incident response, aimed to help security analysts and DFIR teams.
    • Windows

      • Removing Backdoors – Powershell Empire Edition - Various blog posts handle the removal of WMI implants.
      • RegDelNull - Removal of registry keys with null bytes - used e.g. in run keys for evasion.
      • PowerSponse - A incident response tool covering various commands for cleanup of persistence mechanisms as well.
      • RegDelNull - Removal of registry keys with null bytes - used e.g. in run keys for evasion.
  • Prevention

    • macOS

      • BlockBlock - A tool which provides continual protection by monitoring persistence locations and protects them accordingly. Similar to KnockKnock but for blocking.
  • Techniques