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 Sheets",
"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
OpenAI 위험 평가 및 이메일 알림을 포함한 자동 CVE 및 IOC 데이터 소스 수집
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 스프레드시트를 사용한 GRC 규정 준수 위험 처리 작업 자동화
If
Set
Switch
+
If
Set
Switch
12 노드Adnan Tariq
보안 운영
M3 - 엔드포인트 리스크 애그리게이터
사용EDR、漏洞데이터및Google Sheets聚合端点安全风险评分
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에서 보기 →
이 워크플로우 공유