M3 - エンドポイントリスク・アグリゲーター

中級

これはSecOps分野の自動化ワークフローで、9個のノードを含みます。主にCron, Merge, Function, HttpRequest, GoogleSheetsなどのノードを使用。 EDR、脆弱性情報、Googleスプレッドシートを使ってエンドポイントのセキュリティリスクスコアを集約

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "H2HCZMMXmK78wDkA",
  "meta": {
    "instanceId": "6feff41aadeb8409737e26476f9d0a45f95eec6a9c16afff8ef87a662455b6df"
  },
  "name": "M3 - Endpoint Risk Aggregator",
  "tags": [],
  "nodes": [
    {
      "id": "14fe3db0-79b1-48f7-b511-cf9673606a8d",
      "name": "⏰ クロントリガー – 毎日",
      "type": "n8n-nodes-base.cron",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6bc84d47-2c24-4f8e-ac67-bd0791073866",
      "name": "🛡 EDRログ取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "47589ec4-9d8f-48b6-aa02-8cb9ec2bf26c",
      "name": "🗃 ファイル完全性ログ取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "68d90599-7f4e-43dd-b603-0a62228adb3a",
      "name": "🧬 脆弱性データ取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "80f9847c-87fc-4e22-a2c5-8bec50b9be91",
      "name": "🔀 エンドポイントシグナル統合",
      "type": "n8n-nodes-base.merge",
      "position": [
        420,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e4a1d4c4-f9cb-48e4-8532-0d15a76860f0",
      "name": "🔀 統合 + FIMログ",
      "type": "n8n-nodes-base.merge",
      "position": [
        420,
        360
      ],
      "parameters": {},
      "typeVersion": 3.1
    },
    {
      "id": "ecf40cba-8067-428b-a780-d7e56d7397c1",
      "name": "🧠 リスクスコア計算機",
      "type": "n8n-nodes-base.function",
      "position": [
        220,
        580
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "dae4094a-6907-4183-ba11-8c433d4c1356",
      "name": "Google シート",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        420,
        580
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "767a6b21-e2a6-4c16-ba73-ee40d4c91770",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1a3b8c62-b45a-40b8-a216-ca2523bcb866",
  "connections": {
    "6bc84d47-2c24-4f8e-ac67-bd0791073866": {
      "main": [
        [
          {
            "node": "80f9847c-87fc-4e22-a2c5-8bec50b9be91",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e4a1d4c4-f9cb-48e4-8532-0d15a76860f0": {
      "main": [
        [
          {
            "node": "ecf40cba-8067-428b-a780-d7e56d7397c1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "14fe3db0-79b1-48f7-b511-cf9673606a8d": {
      "main": [
        [
          {
            "node": "6bc84d47-2c24-4f8e-ac67-bd0791073866",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ecf40cba-8067-428b-a780-d7e56d7397c1": {
      "main": [
        [
          {
            "node": "dae4094a-6907-4183-ba11-8c433d4c1356",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "80f9847c-87fc-4e22-a2c5-8bec50b9be91": {
      "main": [
        [
          {
            "node": "e4a1d4c4-f9cb-48e4-8532-0d15a76860f0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "68d90599-7f4e-43dd-b603-0a62228adb3a": {
      "main": [
        [
          {
            "node": "80f9847c-87fc-4e22-a2c5-8bec50b9be91",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "47589ec4-9d8f-48b6-aa02-8cb9ec2bf26c": {
      "main": [
        [
          {
            "node": "e4a1d4c4-f9cb-48e4-8532-0d15a76860f0",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - セキュリティ運用

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数9
カテゴリー1
ノードタイプ6
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Adnan Tariq

Adnan Tariq

@adnantariq

Founder of CYBERPULSE AI — helping security teams and SMEs eliminate repetitive tasks through modular n8n automations. I build workflows for vulnerability triage, compliance reporting, threat intel, and Red/Blue/GRC ops. Book a session if you'd like custom automation for your use case. https://linkedin.com/in/adnan-tariq-4b2a1a47

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34