daemon-blockint-tech/agentic-enteprises-skill

d3fend-restore

Guides cybersecurity restoration using MITRE D3FEND—recovering access, objects, configurations, and systems after incidents. Covers credential reissuance, account unlocking, file restoration, database recovery, configuration rebuild, and software reinstallation. Use after incident containment for business continuity, disaster recovery, and return to normal operations—not for incident containment (d3fend-evict), detection (d3fend-detect), or hardening (d3fend-harden).

First seen May 20, 2026

Installation

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

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,510 B
  • docs SUMMARY.md 497 B

History

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

SKILL.md

D3FEND — Restore

When to Use

  • Restoring user access after incident containment (reissue credentials, unlock accounts)
  • Recovering files, databases, and configurations from backup
  • Rebuilding systems from disk images or clean baselines
  • Restoring email and software after malware removal
  • Validating restored systems before returning to production
  • Documenting recovery actions for post-incident review

When NOT to Use

  • Active incident containment or eviction → d3fend-evict
  • Detection engineering or monitoring → d3fend-detect
  • Hardening to prevent future incidents → d3fend-harden
  • Backup strategy design → infrastructure-engineer
  • Business continuity planning → cybersecurity

Core Workflows

1. Restore Access

Action Steps
Reissue credential Generate new token/cert/password; distribute securely
Unlock account Verify identity; reset MFA if compromised
Restore network access Re-enable firewall rules; verify no persistence
Restore user account access Validate AD/Azure AD; check group memberships

See references/restore_access.md

2. Restore Objects

  • Restore file (from backup, shadow copy, or clean source)
  • Restore email (from archive or backup)
  • Restore database (point-in-time recovery, transaction log replay)
  • Restore disk image (bare metal restore, VM snapshot)
  • Restore configuration (from version control or backup)

See references/restore_objects.md

3. Restore Software & Systems

  • Reinstall software from trusted source
  • Rebuild system from hardened gold image
  • Verify integrity (hash check, signature validation)
  • Re-apply patches and updates
  • Re-run vulnerability scan before rejoining network

See references/restore_systems.md

When to load references

  • Restore accessreferences/restore_access.md
  • Restore objectsreferences/restore_objects.md
  • Restore systemsreferences/restore_systems.md