Skip to main content
PPPhishPondPhishing Tradecraft Intelligence

Attack · Detection · Validation

CampaignTradecraftInfrastructureDetectionResearchRadarNewsroomAboutSubscribe
CampaignTradecraftInfrastructureDetectionResearchRadarNewsroomAboutSubscribe

Research Desk

PhishPond

Phishing tradecraft research desk covering campaign analysis, adversary infrastructure, detection engineering, and validation workflows.

High signal for security teams who need tradecraft, not recycled filler.

Navigate

  • Home
  • Newsroom
  • Research
  • Subscribe

Signals

  • editorial@phishpond.dev
  • Research Mission & Ethics
  • Intel Brief
  • RSS Feed
  • Submit Research Tip
© 2026 PhishPond. Authorized security research use only.

GitHub RadarBlue team tool

ammnt/DeadEnd

The enhanced and optimized DNS filter for AdGuard Home🚧 Primary language: Adblock Filter List. 18 stars.

Adblock Filter List18 stars0 forkspushed Jun 11, 2026GPL-3.0

Project links:Open GitHub projectBack to radar

README Preview

Fetched from GitHub

<p align="center"> <img alt="DeadEnd sign logo" src="logo.png" /> </p>

![CI/CD](https://github.com/ammnt/DeadEnd/actions/workflows/build.yml) Image: Version ![GitHub stars](https://github.com/ammnt/DeadEnd/stargazers) ![GitHub stars](https://github.com/ammnt/DeadEnd/blob/main/CONTRIBUTING.md) ![GitHub issues open](https://github.com/ammnt/DeadEnd/issues) Image: Open Source Image: Maintained

***

Description

This repository contains an enhanced DNS filter designed specifically for AdGuard Home. The **filter.txt** file provides comprehensive blocking of various unwanted domains and their subdomains, including:

  • Advertising, CPA, and banner networks 💩
  • Tracking and telemetry services 📡
  • CNAME cloaking techniques, analytics, and metrics collection 🕵️
  • Chat widgets, cookie consent, and push notification services 🔕
  • Selected adware, spyware, and malware domains 🤬

You are free to use this filter in any way you see fit. The list is regularly updated and maintained to ensure ongoing effectiveness 🚀

Repository structure

DeadEnd/
├── 🤖 AGENTS.md                         # AI agent instructions and project context
├── 🤝 CODE_OF_CONDUCT.md                # Code of conduct for contributors
├── ⚙️ configuration.json                # Build configuration and external source lists
├── 💻 CONTRIBUTING.md                   # Contributing guidelines
├── 📝 .editorconfig                     # EditorConfig for consistent coding styles
├── ✅ exclusions.txt                    # Explicit domains to never block (false positives)
├── 🧹 filter.txt                        # Auto-generated blocklist for AdGuard Home
├── 🔧 .gitattributes                    # Git attributes for language detection
├── 🗂️ .github/                          # GitHub-specific configuration
│   ├── 🤖 dependabot.yml                # Automated dependency update rules
│   ├── 📋 ISSUE_TEMPLATE/               # Issue creation templates
│   │   ├── 🐛 bug_report.md             # False positive/negative or bug report
│   │   ├── ⚙️ config.yml                # Issue templates configuration
│   │   └── 💡 feature_request.md        # New feature or domain source request
│   ├── 🔀 PULL_REQUEST_TEMPLATE.md      # Pull request checklist and template
│   └── 🔄 workflows/                    # GitHub Actions CI/CD pipelines
│       ├── 🔨 build.yml                 # Scheduled filter building and testing
│       └── 🔒 codeql.yml                # CodeQL static security analysis
├── 🙈 .gitignore                        # Git ignore rules
├── ➕ inclusions.txt                    # Explicit domains to block (manual additions)
├── ⚖️ LICENSE                           # MIT License agreement
├── 🎨 logo.png                          # Project logo and branding
├── 📦 package.json                      # Node.js dependencies and build scripts
├── 📖 README.md                         # Main project documentation
├── 🔒 SECURITY.md                       # Security policy and vulnerability reporting
└── 🧶 yarn.lock                         # Yarn dependency lock file

Note

This filter is specifically optimized for use ONLY with AdGuard Home 🛡️ If you encounter any false positives or would like to suggest additional domains for blocking, please feel free to open a new Issue 🙋