{
  "name": "Monitor CISA critical vulnerability alerts with RSS feed & Slack notifications",
  "nodes": [
    {
      "id": "bf19314a-9ce9-4ecf-9674-4e2d6c75a6ca",
      "name": "CISA KEV List",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "0d146f40-12ff-41e1-8447-8ffac5ce96dc",
      "name": "Format Vulnerability Alert",
      "type": "n8n-nodes-base.code",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "825444b4-b8d1-44e3-a61a-74380919f8a9",
      "name": "Is Critical Vulnerability?",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "75c8738b-0f46-4cb6-a9a0-c3ffb2a91e0b",
      "name": "Send Critical Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        672,
        -96
      ]
    },
    {
      "id": "47984814-c736-45f2-8b20-03aa252dd853",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        672,
        96
      ]
    },
    {
      "id": "64aa387e-1cd2-4004-b691-a9803fcbf312",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        -192
      ],
      "parameters": {
        "width": 928,
        "height": 480,
        "content": "# Flow"
      }
    },
    {
      "id": "8a13ab3a-b055-40cc-bad2-4875d03aba4b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        352
      ],
      "parameters": {
        "width": 928,
        "height": 864,
        "content": "# 🚨 Automated Vulnerability News Digest 📰\n\n* **Problem Solved:**\n    Cybersecurity teams are constantly battling new threats. A major challenge is the **manual, time-consuming process of monitoring ne"
      }
    }
  ],
  "connections": {
    "CISA KEV List": {
      "main": [
        [
          {
            "node": "Format Vulnerability Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Vulnerability Alert": {
      "main": [
        [
          {
            "node": "Is Critical Vulnerability?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Critical Vulnerability?": {
      "main": [
        [
          {
            "node": "Send Critical Alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}