
Analyzing Persistence Mechanisms In Linux
- 254 installs
- 27.3k repo stars
- Updated August 2, 2026
- mukul975/anthropic-cybersecurity-skills
Analyzing Persistence Mechanisms In Linux is an agent skill that guides systematic review of Linux persistence tradecraft for solo operators.
About
Analyzing persistence mechanisms in Linux is an agent skill for solo and indie builders who run Linux APIs, CLIs, or self-hosted agents and need disciplined ways to find how attackers survive reboots. The skill name targets cron jobs, systemd units, startup scripts, authorized keys, and similar footholds that are easy to miss when you ship fast without a dedicated SOC. Use it during ship security reviews, after a suspected breach, or when operate-phase logs show recurring unknown processes. It lives in a cybersecurity skills collection so your coding agent can walk checklists instead of improvising grep one-liners. Expect procedural guidance rather than a live scanner MCP; you still run commands on the host. Best for builders who own their VPS, homelab, or small fleet and want repeatable persistence triage without hiring a full-time analyst.
- Structures Linux persistence analysis for incident response and threat-hunting workflows
- Aligns with cybersecurity skill packs aimed at solo operators auditing servers and agents
- Apache 2.0 licensed material suitable for reuse in agent skill libraries
- Complements ship-phase hardening before expose-to-internet launches
- Pairs with broader anthropic-cybersecurity-skills for defense-in-depth reviews
Analyzing Persistence Mechanisms In Linux by the numbers
- 254 all-time installs (skills.sh)
- +16 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #680 of 2,203 Security skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mukul975/anthropic-cybersecurity-skills --skill analyzing-persistence-mechanisms-in-linuxAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 254 |
|---|---|
| repo stars | ★ 27.3k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 2, 2026 |
| Repository | mukul975/anthropic-cybersecurity-skills ↗ |
What it does
Guide an agent through systematic detection and analysis of Linux persistence techniques after compromise or during hardening reviews.
Who is it for?
Best when you're self-hosting on Linux and need a repeatable persistence checklist during security reviews or incident triage.
Skip if: Skip if you only build on managed PaaS with no SSH access, or cases where you already have a completed EDR report and only need ticket closure.
When should I use this skill?
You need to analyze or document Linux persistence mechanisms during a security review, incident, or post-deploy audit.
What you get
You get a structured persistence review plan your agent can execute so residual access paths are documented and prioritized for removal.
- Prioritized list of suspicious persistence locations
- Notes tying each finding to evidence commands and remediation steps
Files
Analyzing Persistence Mechanisms in Linux
Overview
Adversaries establish persistence on Linux systems through crontab jobs, systemd service/timer units, LD_PRELOAD library injection, shell profile modifications (.bashrc, .profile), SSH authorized_keys backdoors, and init script manipulation. This skill scans for all known persistence vectors, checks file timestamps and integrity, and correlates findings with auditd logs to build a timeline of persistence installation.
When to Use
- When investigating security incidents that require analyzing persistence mechanisms in linux
- When building detection rules or threat hunting queries for this domain
- When SOC analysts need structured procedures for this analysis type
- When validating security monitoring coverage for related attack techniques
Prerequisites
- Root or sudo access on target Linux system (or forensic image)
- auditd configured with file watch rules on persistence paths
- Python 3.8+ with standard library (os, subprocess, json)
- Optional: OSSEC/Wazuh agent for file integrity monitoring alerts
Steps
1. Scan Crontab Entries — Enumerate all user crontabs, /etc/cron.d/, /etc/cron.daily/, and anacron jobs for suspicious commands 2. Audit Systemd Units — Check /etc/systemd/system/ and ~/.config/systemd/user/ for non-package-managed service and timer units 3. Detect LD_PRELOAD Hijacking — Check /etc/ld.so.preload and LD_PRELOAD environment variable for injected shared libraries 4. Inspect Shell Profiles — Scan .bashrc, .bash_profile, .profile, /etc/profile.d/ for injected commands or reverse shells 5. Check SSH Authorized Keys — Audit all authorized_keys files for unauthorized public keys with command restrictions 6. Correlate Auditd Logs — Search auditd logs for file modification events on persistence paths to build an installation timeline 7. Generate Persistence Report — Produce a risk-scored report of all discovered persistence mechanisms
Expected Output
- JSON report of all persistence mechanisms found with risk scores
- Timeline of persistence installation from auditd correlation
- MITRE ATT&CK technique mapping (T1053, T1543, T1574, T1546)
- Remediation commands for each detected persistence mechanism
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to the Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by the Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding any notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. Please do not remove or change
the license header comment from a contributed file except when
necessary.
Copyright 2026 mukul975
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Linux Persistence Mechanisms Detection API Reference
Crontab Inspection Commands
# List current user crontab
crontab -l
# List crontab for a specific user (requires root)
crontab -l -u username
# List all system cron jobs
ls -la /etc/cron.d/ /etc/cron.daily/ /etc/cron.hourly/ /etc/cron.weekly/ /etc/cron.monthly/
cat /etc/crontab
# Find recently modified cron files
find /var/spool/cron/ /etc/cron* -mtime -7 -type f 2>/dev/nullSystemd Unit Audit Commands
# List all enabled services
systemctl list-unit-files --type=service --state=enabled
# List all active timers
systemctl list-timers --all
# Show service details
systemctl cat suspicious.service
# Find non-package-managed unit files
find /etc/systemd/system/ -name '*.service' -exec sh -c \
'dpkg -S "$1" 2>/dev/null || echo "UNMANAGED: $1"' _ {} \;
# Check for user-level systemd units
find /home -path '*/.config/systemd/user/*.service' 2>/dev/nullLD_PRELOAD Detection
# Check ld.so.preload file
cat /etc/ld.so.preload 2>/dev/null
# Check environment for LD_PRELOAD
env | grep LD_PRELOAD
cat /proc/*/environ 2>/dev/null | tr '\0' '\n' | grep LD_PRELOAD
# Check running processes for injected libraries
for pid in /proc/[0-9]*; do
grep -l LD_PRELOAD "$pid/environ" 2>/dev/null && echo "PID: $(basename $pid)"
doneAuditd Rules for Persistence Monitoring
# Monitor crontab modifications
-w /etc/crontab -p wa -k cron_modification
-w /etc/cron.d/ -p wa -k cron_modification
-w /var/spool/cron/ -p wa -k cron_modification
# Monitor systemd unit changes
-w /etc/systemd/system/ -p wa -k systemd_modification
# Monitor ld.so.preload
-w /etc/ld.so.preload -p wa -k ld_preload_modification
# Monitor shell profiles
-w /etc/profile -p wa -k profile_modification
-w /etc/profile.d/ -p wa -k profile_modification
# Monitor authorized_keys
-w /root/.ssh/authorized_keys -p wa -k ssh_key_modification
# Search audit logs for persistence events
ausearch -k cron_modification --start today
ausearch -k systemd_modification -iSSH Authorized Keys Audit
# Find all authorized_keys files
find / -name authorized_keys -type f 2>/dev/null
# Check for command restrictions in keys
grep 'command=' /home/*/.ssh/authorized_keys /root/.ssh/authorized_keys 2>/dev/nullMITRE ATT&CK Techniques
| Technique | ID | Persistence Vector |
|---|---|---|
| Scheduled Task/Job: Cron | T1053.003 | Crontab entries |
| Create/Modify System Process: Systemd | T1543.002 | Systemd units |
| Hijack Execution Flow: LD_PRELOAD | T1574.006 | Shared library injection |
| Event Triggered Execution: Unix Shell | T1546.004 | .bashrc/.profile |
| Account Manipulation: SSH Keys | T1098.004 | authorized_keys |
#!/usr/bin/env python3
"""Analyze Linux persistence mechanisms: crontab, systemd, LD_PRELOAD, shell profiles, SSH keys."""
import os
import re
import json
import glob
import subprocess
import argparse
from datetime import datetime
from collections import defaultdict
CRON_PATHS = [
"/etc/crontab", "/etc/cron.d/", "/etc/cron.daily/", "/etc/cron.hourly/",
"/etc/cron.weekly/", "/etc/cron.monthly/", "/var/spool/cron/crontabs/",
"/var/spool/cron/",
]
SYSTEMD_PATHS = [
"/etc/systemd/system/", "/lib/systemd/system/", "/usr/lib/systemd/system/",
"/run/systemd/system/",
]
SHELL_PROFILES = [".bashrc", ".bash_profile", ".profile", ".zshrc", ".bash_logout"]
SUSPICIOUS_PATTERNS = [
r"(nc|ncat|netcat)\s+.*-[elp]", r"(bash|sh)\s+-i\s+>&", r"/dev/tcp/",
r"curl\s+.*\|\s*(bash|sh)", r"wget\s+.*-O\s*-\s*\|\s*(bash|sh)",
r"python.*-c\s+.*socket", r"base64\s+--decode", r"chmod\s+\+s\s",
r"(socat|openssl)\s+.*exec", r"crontab\s+-r",
]
def scan_crontabs():
"""Scan all crontab locations for suspicious entries."""
findings = []
for path in CRON_PATHS:
if os.path.isfile(path):
findings.extend(_scan_cron_file(path))
elif os.path.isdir(path):
for entry in os.listdir(path):
full_path = os.path.join(path, entry)
if os.path.isfile(full_path):
findings.extend(_scan_cron_file(full_path))
user_crontabs = subprocess.run(
["bash", "-c", "for u in $(cut -d: -f1 /etc/passwd); do crontab -l -u $u 2>/dev/null && echo \"__USER:$u\"; done"],
capture_output=True, text=True,
timeout=120,
)
if user_crontabs.returncode == 0:
current_user = None
for line in user_crontabs.stdout.splitlines():
if line.startswith("__USER:"):
current_user = line.split(":")[1]
elif line.strip() and not line.startswith("#") and current_user:
risk = _assess_cron_risk(line)
findings.append({
"type": "user_crontab", "user": current_user,
"command": line.strip(), "risk": risk,
"mitre": "T1053.003",
})
return findings
def _scan_cron_file(filepath):
"""Scan a single cron file for entries."""
entries = []
try:
with open(filepath) as f:
for line in f:
line = line.strip()
if line and not line.startswith("#"):
risk = _assess_cron_risk(line)
entries.append({
"type": "cron_file", "path": filepath,
"command": line, "risk": risk,
"mtime": datetime.fromtimestamp(os.path.getmtime(filepath)).isoformat(),
"mitre": "T1053.003",
})
except PermissionError:
entries.append({"type": "cron_file", "path": filepath, "error": "Permission denied"})
return entries
def _assess_cron_risk(command):
"""Assess risk level of a cron command."""
for pattern in SUSPICIOUS_PATTERNS:
if re.search(pattern, command, re.IGNORECASE):
return "critical"
if any(kw in command.lower() for kw in ["wget", "curl", "/tmp/", "base64", "chmod"]):
return "high"
return "low"
def scan_systemd_units():
"""Scan systemd service and timer units for persistence."""
findings = []
for base_path in SYSTEMD_PATHS:
if not os.path.isdir(base_path):
continue
for unit_file in glob.glob(os.path.join(base_path, "*.service")) + \
glob.glob(os.path.join(base_path, "*.timer")):
try:
stat = os.stat(unit_file)
with open(unit_file) as f:
content = f.read()
risk = "low"
exec_lines = re.findall(r"ExecStart\s*=\s*(.+)", content)
for ex in exec_lines:
if any(s in ex for s in ["/tmp/", "/dev/shm/", "curl", "wget", "bash -c"]):
risk = "high"
for pattern in SUSPICIOUS_PATTERNS:
if re.search(pattern, ex, re.IGNORECASE):
risk = "critical"
dpkg_check = subprocess.run(
["dpkg", "-S", unit_file], capture_output=True, text=True,
timeout=120,
)
package_managed = dpkg_check.returncode == 0
if not package_managed:
risk = max(risk, "medium", key=lambda x: ["low", "medium", "high", "critical"].index(x))
findings.append({
"type": "systemd_unit", "path": unit_file,
"exec_start": exec_lines, "package_managed": package_managed,
"risk": risk, "mtime": datetime.fromtimestamp(stat.st_mtime).isoformat(),
"mitre": "T1543.002",
})
except (PermissionError, FileNotFoundError):
continue
return findings
def scan_ld_preload():
"""Check for LD_PRELOAD hijacking."""
findings = []
preload_file = "/etc/ld.so.preload"
if os.path.exists(preload_file):
with open(preload_file) as f:
content = f.read().strip()
if content:
findings.append({
"type": "ld_preload_file", "path": preload_file,
"libraries": content.splitlines(), "risk": "critical",
"mitre": "T1574.006",
})
env_check = subprocess.run(["env"], capture_output=True, text=True, timeout=120)
for line in env_check.stdout.splitlines():
if line.startswith("LD_PRELOAD="):
findings.append({
"type": "ld_preload_env", "value": line.split("=", 1)[1],
"risk": "critical", "mitre": "T1574.006",
})
return findings
def scan_shell_profiles():
"""Scan shell profile files for injected commands."""
findings = []
for home_dir in glob.glob("/home/*") + ["/root"]:
for profile in SHELL_PROFILES:
filepath = os.path.join(home_dir, profile)
if not os.path.exists(filepath):
continue
try:
with open(filepath) as f:
content = f.read()
for pattern in SUSPICIOUS_PATTERNS:
matches = re.findall(pattern, content, re.IGNORECASE)
if matches:
findings.append({
"type": "shell_profile", "path": filepath,
"matched_pattern": pattern, "risk": "critical",
"mitre": "T1546.004",
})
except PermissionError:
continue
etc_profiles = glob.glob("/etc/profile.d/*.sh")
for filepath in etc_profiles:
dpkg = subprocess.run(["dpkg", "-S", filepath], capture_output=True, text=True, timeout=120)
if dpkg.returncode != 0:
findings.append({
"type": "etc_profile_d", "path": filepath,
"package_managed": False, "risk": "medium", "mitre": "T1546.004",
})
return findings
def scan_ssh_authorized_keys():
"""Audit SSH authorized_keys files for unauthorized entries."""
findings = []
for home_dir in glob.glob("/home/*") + ["/root"]:
auth_keys = os.path.join(home_dir, ".ssh", "authorized_keys")
if not os.path.exists(auth_keys):
continue
try:
with open(auth_keys) as f:
for i, line in enumerate(f, 1):
line = line.strip()
if not line or line.startswith("#"):
continue
risk = "low"
if "command=" in line:
risk = "high"
if "no-pty" not in line and "command=" in line:
risk = "critical"
findings.append({
"type": "authorized_key", "path": auth_keys,
"line_number": i, "key_snippet": line[:80] + "...",
"has_command_restriction": "command=" in line,
"risk": risk, "mitre": "T1098.004",
})
except PermissionError:
continue
return findings
def generate_report(cron, systemd, ld_preload, profiles, ssh_keys):
"""Generate persistence analysis report."""
all_findings = cron + systemd + ld_preload + profiles + ssh_keys
risk_counts = defaultdict(int)
for f in all_findings:
risk_counts[f.get("risk", "unknown")] += 1
return {
"report_time": datetime.utcnow().isoformat(),
"total_findings": len(all_findings),
"risk_summary": dict(risk_counts),
"crontab_findings": len(cron),
"systemd_findings": len(systemd),
"ld_preload_findings": len(ld_preload),
"shell_profile_findings": len(profiles),
"ssh_key_findings": len(ssh_keys),
"findings": all_findings,
}
def main():
parser = argparse.ArgumentParser(description="Linux Persistence Mechanism Analyzer")
parser.add_argument("--output", default="linux_persistence_report.json")
parser.add_argument("--scan", nargs="+", default=["all"],
choices=["all", "cron", "systemd", "ldpreload", "profiles", "ssh"])
args = parser.parse_args()
scans = set(args.scan) if "all" not in args.scan else {"cron", "systemd", "ldpreload", "profiles", "ssh"}
cron = scan_crontabs() if "cron" in scans else []
systemd = scan_systemd_units() if "systemd" in scans else []
ld_preload = scan_ld_preload() if "ldpreload" in scans else []
profiles = scan_shell_profiles() if "profiles" in scans else []
ssh_keys = scan_ssh_authorized_keys() if "ssh" in scans else []
report = generate_report(cron, systemd, ld_preload, profiles, ssh_keys)
with open(args.output, "w") as f:
json.dump(report, f, indent=2, default=str)
print(f"[+] Scanned {len(scans)} persistence categories")
print(f"[+] Found {report['total_findings']} persistence artifacts")
print(f"[+] Risk: critical={report['risk_summary'].get('critical', 0)} "
f"high={report['risk_summary'].get('high', 0)}")
print(f"[+] Report saved to {args.output}")
if __name__ == "__main__":
main()
Related skills
How it compares
Use as a procedural hunt playbook instead of ad-hoc shell greps or assuming a generic linter catches backdoors.
FAQ
Who is analyzing persistence mechanisms in linux for?
Developers and small teams who operate Linux servers, CLIs, or agents and need agent-guided persistence analysis without a full security operations team.
When should I use analyzing persistence mechanisms in linux?
During ship security hardening before launch, after suspicious operate-phase alerts, or when validating a recovered VPS before putting it back in production.
Is analyzing persistence mechanisms in linux safe to install?
Review the Security Audits panel on this Prism page and the upstream repo license; the bundled readme here is license text only, so verify SKILL.md and scripts before granting shell on production hosts.