M5 - 自動返信ボット
中級
これはSecOps分野の自動化ワークフローで、8個のノードを含みます。主にIf, Aggregate, EmailSend, HttpRequest, GoogleSheetsなどのノードを使用。 自動セキュリティインシデント対応:Google Sheets、メールアラート、EDRキュレつ
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "TnwffwDzH9RBOYrl",
"meta": {
"instanceId": "6feff41aadeb8409737e26476f9d0a45f95eec6a9c16afff8ef87a662455b6df"
},
"name": "M5 - Auto-Responder",
"tags": [],
"nodes": [
{
"id": "cb6ec5c4-564a-46ab-ae8d-d6afa03afdad",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-940,
260
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "7806a940-9fbd-4b08-a1cf-78d32a5efda4",
"name": "📧 メールアラート送信",
"type": "n8n-nodes-base.emailSend",
"position": [
40,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "10565b12-171a-4cd2-9601-dae128d66bd9",
"name": "HTTPリクエスト",
"type": "n8n-nodes-base.httpRequest",
"disabled": true,
"position": [
0,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "a1821764-8318-4db9-9d5c-04a338f32460",
"name": "Googleスプレッドシート",
"type": "n8n-nodes-base.googleSheets",
"position": [
320,
260
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "aaab98dd-af7f-436f-8bb1-4fb8e4683788",
"name": "📄 脅威データ読み取り",
"type": "n8n-nodes-base.googleSheets",
"position": [
-700,
260
],
"parameters": {},
"typeVersion": 3
},
{
"id": "9ba1f731-4b78-43c3-8f13-305ba42aa6e2",
"name": "重大アラートの分類",
"type": "n8n-nodes-base.if",
"position": [
-500,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "609f13d2-80ff-4aca-9e7f-251c95695b63",
"name": "集計",
"type": "n8n-nodes-base.aggregate",
"position": [
-240,
240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6f967833-b2be-45a8-bc1a-2e3f272208e7",
"name": "付箋ノート",
"type": "n8n-nodes-base.stickyNote",
"position": [
-880,
-80
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "562b5bff-d41a-4662-af83-5f19f0a95bc6",
"connections": {
"609f13d2-80ff-4aca-9e7f-251c95695b63": {
"main": [
[
{
"node": "7806a940-9fbd-4b08-a1cf-78d32a5efda4",
"type": "main",
"index": 0
}
]
]
},
"cb6ec5c4-564a-46ab-ae8d-d6afa03afdad": {
"main": [
[
{
"node": "aaab98dd-af7f-436f-8bb1-4fb8e4683788",
"type": "main",
"index": 0
}
]
]
},
"aaab98dd-af7f-436f-8bb1-4fb8e4683788": {
"main": [
[
{
"node": "9ba1f731-4b78-43c3-8f13-305ba42aa6e2",
"type": "main",
"index": 0
}
]
]
},
"7806a940-9fbd-4b08-a1cf-78d32a5efda4": {
"main": [
[
{
"node": "a1821764-8318-4db9-9d5c-04a338f32460",
"type": "main",
"index": 0
}
]
]
},
"9ba1f731-4b78-43c3-8f13-305ba42aa6e2": {
"main": [
[
{
"node": "609f13d2-80ff-4aca-9e7f-251c95695b63",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - セキュリティ運用
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
CyberScan GitHub クローン
Nessus、リスク階層化、Google Sheetsレポートを活用したAI脆弱性スキャナー
If
Set
Code
+
If
Set
Code
39 ノードAdnan Tariq
セキュリティ運用
CYBERPULSEBlueOps_モジュール1 クライアントコピー1
自動CVEおよびIOCデータソース摄取、OpenAIによるリスク評価とメールアラート付き
If
Code
Merge
+
If
Code
Merge
21 ノードAdnan Tariq
セキュリティ運用
M4 - イベント分類器
GPT-4とGoogle Sheetsを使ってSOCチームのセキュリティインシデントを自動分類
Set
Http Request
Google Sheets
+
Set
Http Request
Google Sheets
6 ノードAdnan Tariq
セキュリティ運用
GRCモジュール2:リスク処理オートメーター
Google Sheets を使って GRCコンプライアンスに基づいた リスク処理タスクを自動化
If
Set
Switch
+
If
Set
Switch
12 ノードAdnan Tariq
セキュリティ運用
M3 - エンドポイントリスク・アグリゲーター
EDR、脆弱性情報、Googleスプレッドシートを使ってエンドポイントのセキュリティリスクスコアを集約
Cron
Merge
Function
+
Cron
Merge
Function
9 ノードAdnan Tariq
セキュリティ運用
PCI 制御評価を自動化
Google Sheetsを使ってPCI DSSコントロールの評価とコンプライアンス追跡を自動化する
If
Set
Code
+
If
Set
Code
19 ノードAdnan Tariq
セキュリティ運用
ワークフロー情報
難易度
中級
ノード数8
カテゴリー1
ノードタイプ7
作成者
Adnan Tariq
@adnantariqFounder 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で表示 →
このワークフローを共有