daemon-blockint-tech/agentic-enteprises-skill

d3fend-detect

Guides cybersecurity detection engineering using MITRE D3FEND—file analysis, identifier reputation, network traffic analysis, physical access monitoring, and platform monitoring. Covers dynamic/emulated analysis, traffic signature detection, behavior analytics, and integrity monitoring. Use when building detection rules, analyzing malware, monitoring networks, or designing SOC workflows—not for hardening (d3fend-harden), isolation (d3fend-isolate), or deception (d3fend-deceive).

First seen May 20, 2026

Installation

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

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,903 B
  • docs SUMMARY.md 508 B

History

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

SKILL.md

D3FEND — Detect

When to Use

  • Building file analysis pipelines (static, dynamic, emulated)
  • Implementing identifier reputation checks (IP, domain, file hash, URL)
  • Designing network traffic analysis and anomaly detection
  • Monitoring platform health (OS, firmware, applications)
  • Setting up physical access controls and surveillance
  • Creating file integrity and behavioral monitoring

When NOT to Use

  • System hardening or secure configuration → d3fend-harden
  • Network segmentation or access mediation → d3fend-isolate
  • Honeypots or decoy operations → d3fend-deceive
  • Threat hunting playbooks → defensive-security-analyst
  • SIEM/SOAR engineering → cybersecurity

Core Workflows

1. File Analysis

Method What It Finds Tools
Static analysis File structure, hashes, strings, imports YARA, ssdeep, ExifTool
Dynamic analysis Runtime behavior, API calls, network Cuckoo, ANY.RUN
Emulated analysis Sandboxed execution, evasion detection Speakeasy, Unicorn
Content rules Signature matching, entropy analysis ClamAV, custom YARA

See references/file_analysis.md

2. Identifier & Reputation Analysis

  • IP reputation (blocklists, geo, ASN)
  • Domain reputation (age, DGA, homoglyphs)
  • File hash reputation (VT, local DB)
  • URL analysis (phishing, redirect chains)
  • Sender/MTP reputation (SPF, DKIM, DMARC)

See references/identifier_reputation.md

3. Network Traffic Analysis

  • Protocol command analysis (DNS, HTTP, RPC, IPC)
  • Payload profiling and byte sequence emulation
  • Certificate analysis (active/passive)
  • Connection attempt and session volume analysis
  • Community deviation and signature matching

See references/network_traffic.md

4. Platform & Physical Monitoring

  • File integrity monitoring (FIM)
  • Firmware behavior analysis and verification
  • OS and application performance/exception monitoring
  • Scheduled job and system daemon monitoring
  • Physical: electronic locks, motion, video, proximity

See references/platform_monitoring.md

When to load references

  • File analysisreferences/file_analysis.md
  • Identifier reputationreferences/identifier_reputation.md
  • Network trafficreferences/network_traffic.md
  • Platform monitoringreferences/platform_monitoring.md