Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
EnumX: Auto DNS Lookup for Subdomains with Markdown Export Who’s it for Security engineers, red teamers, or automation curious teams looking to enhance passive reconnaissance with minimal effort...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Adnan Tariq.
Original n8n.io source🧠 EnumX: Auto DNS Lookup for Subdomains with Markdown Export
Who’s it for
Security engineers, red teamers, or automation-curious teams looking to enhance passive reconnaissance with minimal effort. Ideal for early-stage security setups, bug bounty hunters, and SME SOC analysts.
What it does
This workflow performs passive subdomain enumeration and DNS record lookup for a given domain. It parses the data, generates a clean markdown report, and sends it via email.
🌐 Uses HackerTarget APIs for subdomain and DNS data
🧠 Parses records (A, AAAA, CNAME, TXT, MX, NS, SOA)
📨 Sends a structured markdown report to a designated inbox
🛡️ Useful for recon, misconfiguration detection, and compliance evidence
How to set up Replace the email address in the Gmail node with your recipient.
(Optional) Replace HackerTarget API with your own recon APIs.
Click Execute Workflow or trigger via cron on schedule.
View the full markdown output in your inbox.
Requirements Free Gmail account (with n8n Gmail OAuth2 configured)
(Optional) Replace example.com with your target domain
Internet access (API calls use HTTPS)
How to customize the workflow Modify the target domain via the "🌐 Target Domain" Set node
Adjust markdown format in “📝 Format DNS Markdown”
Replace Gmail node with Slack/Telegram/Notion if preferred
Add additional enrichment nodes (e.g., Shodan, VirusTotal) for deeper analysis
*💼 This template is part of the CYBERPULSE AI BlueOps/RedOps suite.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated DNS records lookup for subdomains with HackerTarget API reports |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | SecOps |
| Author | Adnan Tariq |
| Published | 24 Jul 2025 |
Use the JSON export at /data/workflows/6355/6355.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
EnumX: Auto DNS Lookup for Subdomains with Markdown Export Who’s it for Security engineers, red teamers, or automation curious teams looking to enhance passive reconnaissance with minimal effort...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps use case.