Dağıt:s canary tokens and honeytokens (fake AWS credentials, DNS canaries, document beacons, database records) that trigger alerts when accessed by attackers. Uses the Canarytokens API and
Scanned 9/8/2026
Install to Claude Code
npx -y skills add MustafaKemal0146/fetih --skill implementing-honeytokens-for-breach-detection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Implementing Honeytokens For Breach Detection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mustafakemal0146-implementing-honeytokens-for-breach-detection)More formats (shields.io, HTML) on the badges page.
---
name: implementing-honeytokens-for-breach-Tespit
description: Dağıt:s canary tokens and honeytokens (fake AWS credentials, DNS canaries, document beacons, database records) that trigger alerts when accessed by attackers. Uses the Canarytokens API and
custom webhook integrations for breach Tespit. Use building yaparken deception-based early warning systems for intrusion Tespit.
tags:
- soc-operations
- for
- cybersecurity
- honeytokens
- security-operations
- fetih
- breach
- implementing
- siber-güvenlik
triggers:
- alert
- breach
- Tespit
- dns
- email
- honeytokens
- http
- implementing
- token
- web
category: soc-operations
source_subdomain: security-operations
nist_csf:
- DE.CM-01
- RS.MA-01
- GV.OV-01
- DE.AE-02
adapted_for: fetih
---
# Implementing Honeytokens for Breach Detection
## Ne Zaman Kullanılır
- Dağıt:ing yaparken or configuring implementing honeytokens for breach Tespit capabilities in your environment
- establishing yaparken: security controls aligned to compliance requirements
- building yaparken or improving security architecture for this domain
- conducting yaparken security assessments that require this implementation
## Ön Gereksinimler
- Familiarity with security operations concepts and tools
- Erişim: a test or lab environment for safe execution
- Python 3.8+ with required dependencies installed
- Appropriate authorization for any testing activities
## Instructions
Dağıt: honeytokens across critical systems to tespit etmeunauthorized access. Each token
type alerts via webhook when triggered by an attacker.
```python
import requests
resp = requests.post("https://canarytokens.org/generate", data={
"type": "dns",
"email": "soc@company.com",
"memo": "Production DB server honeytoken",
})
token = resp.json()
print(f"DNS token: {token['hostname']}")
```
Token types to Dağıt::
1. AWS credential files (~/.aws/credentials) with canary keys
2. DNS tokens embedded in configuration files
3. Document beacons (Word/PDF) in sensitive file shares
4. Database honeytoken records in user tables
5. Web bugs in internal wiki/documentation pages
## Örnekler
```python
aws_creds = f"[default]\naws_access_key_id = {canary_key_id}\naws_secret_access_key = {canary_secret}\n"
with open("/opt/backup/.aws/credentials", "w") as f:
f.write(aws_creds)
```
<!--
⚔ Bu skill FETIH AI Agent icin gelistirilmistir — https://github.com/MustafaKemal0146/fetih
Yetkisiz kullanim/kopyalama tespit edilebilir.
hash: 0cf01afd3884a22d
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!