masriyan/gemini-security-skills · Archived

forensics-triage

Digital forensics and incident response triage skill for disk, memory, network, cloud, and endpoint artifacts.

Installation

$ npx skills add masriyan/gemini-security-skills --skill forensics-triage

Summary

  • Digital forensics and incident response triage skill for disk, memory, network, cloud, and endpoint artifacts.
  • Covers Volatility 3, Velociraptor, KAPE, Plaso, Autopsy, Chainsaw, Hayabusa, Zeek, Arkime, EVTX, AWS/Azure/GCP audit logs, and timeline reconstruction.
  • Use to extract IOCs, build incident timelines, and produce defensible analyst reports.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from masriyan/gemini-security-skills · top by installs.

npx skills add masriyan/gemini-security-skills

Browse all from masriyan/gemini-security-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,058 B
  • docs SUMMARY.md 373 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

Forensics Triage

Operating Rules

  • Preserve chain of custody: hash before and after handling; record acquisition method, examiner, and timezone (UTC preferred).
  • Work on copies; mount images read-only; document every tool, version, and flag.
  • Separate observation (what the artifact says) from inference (what likely happened).

Triage Workflow

  1. Collect: KAPE targets, velociraptor artifacts, memory via winpmem/avml, cloud logs via provider exports.
  2. Parse: plaso/log2timeline for super-timeline; chainsaw/hayabusa for Windows EVTX; volatility3 for RAM; bulk_extractor for carving.
  3. Reconstruct timeline: anchor on initial access, then enumerate execution, persistence, lateral movement, collection, exfil, impact.
  4. Extract IOCs: hashes, domains, IPs, mutexes, registry keys, scheduled tasks, services, cron, browser artifacts, cloud principals.
  5. Correlate: cross-host, cross-cloud, identity-tier; build a narrative with ATT&CK mapping.
  6. Report: timeline, scope, dwell time, attribution confidence, recommendations.

Cloud and Identity Focus

  • AWS: CloudTrail, GuardDuty, IAM Access Analyzer, Athena queries; assume-role chains.
  • Azure: AAD sign-in/audit, MCAS, Defender; OAuth consent abuse.
  • GCP: Cloud Audit, Workspace Login; service account key misuse.
  • Identity: token theft, primary refresh token abuse, federation trust manipulation.

Output Contract

  • chain-of-custody.md, acquisition.log.
  • timeline.csv super-timeline with annotations.
  • iocs.stix.json, findings.md per host/account.
  • report.md: executive narrative, root cause, dwell time, scope, recovery steps, lessons learned.