GRC - セキュリティアンケートの自動回答
中級
これはSecOps, Multimodal AI分野の自動化ワークフローで、11個のノードを含みます。主にIf, Set, Code, Gmail, Mergeなどのノードを使用。 自動化したセキュリティアンケートの回答:GPT-4oとGoogle Sheets
前提条件
- •Googleアカウント + Gmail API認証情報
- •HTTP Webhookエンドポイント(n8nが自動生成)
- •Google Drive API認証情報
- •Google Sheets API認証情報
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "suFwbFh7NOckUGrH",
"meta": {
"instanceId": "6feff41aadeb8409737e26476f9d0a45f95eec6a9c16afff8ef87a662455b6df"
},
"name": "GRC – Security Questionnaire AutoFill",
"tags": [
{
"id": "gJSr5qMwZv8VikrA",
"name": "Compliance Responder",
"createdAt": "2025-08-04T01:27:51.485Z",
"updatedAt": "2025-08-04T01:27:51.485Z"
}
],
"nodes": [
{
"id": "123b4768-29e6-44e4-b5f8-4efd7755fc7e",
"name": "Webhook トリガー",
"type": "n8n-nodes-base.webhook",
"position": [
-1640,
180
],
"webhookId": "a134d3f5-179d-4a44-a6b3-74844d04ae25",
"parameters": {},
"typeVersion": 2
},
{
"id": "ee0965d6-0cdc-46f6-a82a-0aa3396ac0e8",
"name": "Google スプレッドシート",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1240,
180
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "2eba0fe8-b3f5-4a3d-a5e3-00d70a16b447",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
-720,
120
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "73a3e582-d02d-4d00-b147-1eea18665d9f",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-480,
120
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "12d1abd5-7826-4235-b792-a4c0ba6ffae6",
"name": "Google スプレッドシート1",
"type": "n8n-nodes-base.googleSheets",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "1e27c1f2-bf19-48ae-a4f3-3b0f6bccce32",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
-1020,
180
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "39b53f5e-87a6-4178-be48-31bb27efe926",
"name": "マージ",
"type": "n8n-nodes-base.merge",
"position": [
0,
260
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "1c1e83ed-eadd-4cce-83be-e79d58a88623",
"name": "コード",
"type": "n8n-nodes-base.code",
"position": [
440,
140
],
"parameters": {},
"typeVersion": 2
},
{
"id": "66271d78-bca4-4b47-ae70-5ccb58fac9ac",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
660,
140
],
"webhookId": "985a1edf-4cec-4ab8-8ebb-8e1ffa581f4b",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "d555c006-215b-4bab-8bde-7df72b35767e",
"name": "Google ドライブ",
"type": "n8n-nodes-base.googleDrive",
"position": [
-1440,
180
],
"parameters": {},
"typeVersion": 3
},
{
"id": "7c882edd-18c8-4300-b05f-ece5ae3fdf89",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
460
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b6f97c2b-05fc-4e73-b054-7c75d8255e39",
"connections": {
"1e27c1f2-bf19-48ae-a4f3-3b0f6bccce32": {
"main": [
[
{
"node": "2eba0fe8-b3f5-4a3d-a5e3-00d70a16b447",
"type": "main",
"index": 0
}
]
]
},
"Code": {
"main": [
[
{
"node": "66271d78-bca4-4b47-ae70-5ccb58fac9ac",
"type": "main",
"index": 0
}
]
]
},
"Merge": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"73a3e582-d02d-4d00-b147-1eea18665d9f": {
"main": [
[
{
"node": "Google Sheets1",
"type": "main",
"index": 0
},
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "Google Drive",
"type": "main",
"index": 0
}
]
]
},
"2eba0fe8-b3f5-4a3d-a5e3-00d70a16b447": {
"main": [
[
{
"node": "73a3e582-d02d-4d00-b147-1eea18665d9f",
"type": "main",
"index": 0
}
]
]
},
"Google Drive": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "1e27c1f2-bf19-48ae-a4f3-3b0f6bccce32",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets1": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - セキュリティ運用, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
リード獲得の自動化、AI資格検証、そして ElevenLabs による個別化された音声フォローアップ
OpenAI および ElevenLabs を基にした自動化されたリードキャプチャと AI による個別化音声フォローアップ
If
Set
Code
+
If
Set
Code
22 ノードMarth
リードナーチャリング
GRCモジュール3:サプライヤー風險評価ツール
AI、Google Sheets、およびメールリマインダーを使用したサプライザー リスク評価の自動化
If
Set
Gmail
+
If
Set
Gmail
7 ノードAdnan Tariq
AI要約
会議議事録とアクションアイテムトラッカー
AIベースの会議議事録:GPT-4の活用、タスク割り当て、マルチチャネル配信
If
Set
Code
+
If
Set
Code
38 ノードJitesh Dugar
コンテンツ作成
🔴 RedOps モジュール 1 – PhishForge
OpenAIとGoogleスプレッドシートを基盤とした内部フィッシングシミュレーションセキュリティ研修
Set
Gmail
Webhook
+
Set
Gmail
Webhook
12 ノードAdnan Tariq
セキュリティ運用
PCI 制御評価を自動化
Google Sheetsを使ってPCI DSSコントロールの評価とコンプライアンス追跡を自動化する
If
Set
Code
+
If
Set
Code
19 ノードAdnan Tariq
セキュリティ運用
AI、ElevenLabs、マルチプラットフォーム公開を使ってPOVビデオの作成と承認
AI、ElevenLabs、そしてマルチプラットフォーム公開を使ったPOVビデオの作成と承認(TikTok/IG/YT)
If
Set
Code
+
If
Set
Code
60 ノードImmanuel
デザイン
ワークフロー情報
難易度
中級
ノード数11
カテゴリー2
ノードタイプ10
作成者
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で表示 →
このワークフローを共有