daemon-blockint-tech/agentic-enteprises-skill

d3fend-evict

Guides cybersecurity eviction and incident response using MITRE D3FEND—credential revocation, account locking, process termination, file removal, and system recovery. Covers containment actions during incidents: killing malicious processes, revoking compromised credentials, removing persistent files, and restoring systems. Use during active incident response, containment, eradication—not for detection (d3fend-detect), hardening (d3fend-harden), or forensic investigation (incident-management-eng…

First seen May 20, 2026

Installation

$ npx skills add daemon-blockint-tech/agentic-enteprises-skill --skill d3fend-evict

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 daemon-blockint-tech/agentic-enteprises-skill · top by installs.

npx skills add daemon-blockint-tech/agentic-enteprises-skill

Browse all from daemon-blockint-tech/agentic-enteprises-skill

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 8
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,557 B
  • docs SUMMARY.md 530 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 31 installs

SKILL.md

D3FEND — Evict

When to Use

  • Responding to active security incidents requiring containment
  • Revoking compromised credentials and locking accounts
  • Terminating malicious processes and sessions
  • Removing malicious files, registry keys, and email
  • Evicting adversary presence (shutdown, reboot, disk operations)
  • Coordinating takedowns (domain registration, DNS cache)

When NOT to Use

  • Building detection or monitoring → d3fend-detect
  • System hardening or prevention → d3fend-harden
  • Network segmentation → d3fend-isolate
  • Forensic investigation and evidence preservation → incident-management-engineer
  • Post-incident recovery and restoration → d3fend-restore

Core Workflows

1. Credential Eviction

Action When Considerations
Account locking Immediate containment May disrupt business; have unlock procedure
Authentication cache invalidation Session hijacking confirmed Force re-auth across all systems
Credential revocation Stolen cert/token Update CRL, rotate secrets

See references/credential_eviction.md

2. Object & File Eviction

  • File eviction (quarantine, delete, restore from clean backup)
  • Email removal (phishing, malware delivery)
  • Registry key deletion (persistence removal)
  • DNS cache eviction (poisoning response)
  • Domain registration takedown (phishing sites)

See references/object_eviction.md

3. Process & System Eviction

  • Process suspension (pause for analysis)
  • Process termination (kill malicious process)
  • Session termination (disconnect attacker)
  • Host shutdown/reboot (emergency containment)
  • Disk operations (format, erase, partition for sanitization)

See references/processsystemeviction.md

When to load references

  • Credential evictionreferences/credential_eviction.md
  • Object & file evictionreferences/object_eviction.md
  • Process & system evictionreferences/processsystemeviction.md