{
  "name": "Automated DNS records lookup for subdomains with HackerTarget API reports",
  "nodes": [
    {
      "id": "18df8e48-3d79-413e-bac0-a08fdd167866",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -2120,
        20
      ]
    },
    {
      "id": "2ec4a837-11f3-4af3-ac37-345ce4fa9947",
      "name": "🌐 Target Domain",
      "type": "n8n-nodes-base.set",
      "position": [
        -1920,
        20
      ]
    },
    {
      "id": "8d9989c2-4f04-4a12-8eae-04a89152bae2",
      "name": "📡 Subdomain Enum",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1700,
        20
      ]
    },
    {
      "id": "1b26f151-215a-4898-b5a0-5e6f0ed2d39d",
      "name": "🧠 Parse Subdomains",
      "type": "n8n-nodes-base.code",
      "position": [
        -1480,
        20
      ]
    },
    {
      "id": "e9c560c3-4cb9-42f2-9cac-000f71c700d6",
      "name": "🌐 DNS Records",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1240,
        160
      ]
    },
    {
      "id": "3e10f83e-3ec6-41fe-8a9f-c2a62d077f72",
      "name": "📝 Format DNS Markdown",
      "type": "n8n-nodes-base.code",
      "position": [
        -640,
        40
      ]
    },
    {
      "id": "c25357fb-a67b-49dc-8614-28d2d0760884",
      "name": "🔗 Merge DNS + Subdomain",
      "type": "n8n-nodes-base.merge",
      "position": [
        -840,
        40
      ]
    },
    {
      "id": "c55d3e8f-0d07-4e57-a2e7-6658f74edba7",
      "name": "🧠 Parse DNS Records",
      "type": "n8n-nodes-base.code",
      "position": [
        -1020,
        160
      ]
    },
    {
      "id": "b4878f12-57b1-48ed-8662-d84227209abe",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -240,
        40
      ]
    },
    {
      "id": "ff036e1c-a60a-471d-a094-9dad49df4b82",
      "name": "🧩 Merge All Markdown",
      "type": "n8n-nodes-base.code",
      "position": [
        -440,
        40
      ]
    },
    {
      "id": "77583a90-95c4-4150-893f-c35c280e67d7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c732eca8-5fb8-439b-900e-567e8f00f86e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1980,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9f7c3150-286d-4c67-9230-312c72c119e3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "🌐 DNS Records": {
      "main": [
        [
          {
            "node": "🧠 Parse DNS Records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🌐 Target Domain": {
      "main": [
        [
          {
            "node": "📡 Subdomain Enum",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📡 Subdomain Enum": {
      "main": [
        [
          {
            "node": "🧠 Parse Subdomains",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Parse Subdomains": {
      "main": [
        [
          {
            "node": "🌐 DNS Records",
            "type": "main",
            "index": 0
          },
          {
            "node": "🔗 Merge DNS + Subdomain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Parse DNS Records": {
      "main": [
        [
          {
            "node": "🔗 Merge DNS + Subdomain",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "🧩 Merge All Markdown": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📝 Format DNS Markdown": {
      "main": [
        [
          {
            "node": "🧩 Merge All Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔗 Merge DNS + Subdomain": {
      "main": [
        [
          {
            "node": "📝 Format DNS Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "🌐 Target Domain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}