Built a Linux persistence hunting & artifact collection tool in Bash - persisthunt

Posted by Longjumping_Year6448@reddit | linuxadmin | View on Reddit | 2 comments

I’ve been working on a Bash-based Linux persistence detection and artifact collection script called persisthunt.

The goal is to help defenders and incident responders quickly identify suspicious persistence mechanisms and collect relevant artifacts during investigations without immediately jumping into full disk forensics.

The script currently hunts for a variety of Linux persistence techniques including:

Findings are categorized as:

based on confidence and severity.

The project is designed to be lightweight and easily customizable depending on the environment and threat model.

Would appreciate feedback, ideas for additional persistence mechanisms to cover, and suggestions.

GitHub: https://github.com/raj3shp/persisthunt