Install
openclaw skills install @nirhalfon/remnux-malware-triageperform concise malware triage, focused IOC extraction, infrastructure hunting, and markdown report writing on remnux when the user supplies a suspicious fil...
openclaw skills install @nirhalfon/remnux-malware-triageUse this skill for triage-first malware analysis on REMnux.
Default goals:
/home/remnux/files/outputLoad these references only when needed:
{baseDir}/references/triage-playbook.md{baseDir}/references/report-template.md{baseDir}/references/ioc-format.md{baseDir}/references/dynamic-analysis.mdUse the cheapest high-yield steps first.
Default first-pass budget:
Prefer these first-pass checks by artifact type:
Do not expand beyond the first-pass budget until one of these is true:
Extract from existing evidence before running more tools.
Always try to normalize and deduplicate:
For each IOC:
If the user asks for “all IOCs possible,” include lower-confidence infrastructure clues too, but keep them clearly labeled.
When the sample appears network-aware, explicitly answer these questions:
For mobile samples, also check for:
Use the triage playbook when you need more detail for a file type.
Escalate to deeper static reversing when at least one of these is true:
Before deeper reversing, state the exact question to answer, such as:
Escalate to dynamic analysis only when:
Before dynamic work, verify the environment exists first. If the host lacks emulator/device tooling, say so plainly and explain the missing prerequisite instead of pretending the run is possible.
Always produce both outputs when file writing is available:
/home/remnux/files/output/<sample-stem>_triage.mdIf the investigation goes materially deeper than first-pass triage, prefer writing a second report such as:
/home/remnux/files/output/<sample-stem>_deep_dive.md/home/remnux/files/output/<sample-stem>_dynamic.mdWrite reports using the template in {baseDir}/references/report-template.md.
Use this structure for the chat reply unless the user requested something different:
Verdict: [malicious | suspicious | likely benign | inconclusive] ([confidence])
Type: [real file type]
Summary: [2 to 4 short sentences]
Top IOCs: [up to 5 high-value items]
Report: [saved path]
Next step: [only if needed]