8
n8n 한국어amn8n.com

AI 취약점 감지 및 Servicenow 인시던트 생성

중급

이것은SecOps, Multimodal AI분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 JinaAi, SplitOut, ServiceNow, RssFeedRead, ScheduleTrigger 등의 노드를 사용하며. GPT-4와 ServiceNow 인시던트 생성을 사용한 AI 취약점 모니터링 자동화

사전 요구사항
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "2Nez00PbMbD5pHI5",
  "meta": {
    "instanceId": "6004a16b59a95da573dfac2b89c29cb3d5d09e00386053659b2f24878624b8d6",
    "templateCredsSetupCompleted": true
  },
  "name": "Ai Vulnerability Detection and Servicenow Incident Creation",
  "tags": [],
  "nodes": [
    {
      "id": "2b5b197b-eebc-43c2-924a-85cedd66b47f",
      "name": "RSS 읽기",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        208,
        0
      ],
      "parameters": {
        "url": "https://rss.app/feeds/tbFqDT5HIb59.xml",
        "options": {}
      },
      "typeVersion": 1.2
    },
    {
      "id": "5e2d584f-7254-41da-9f0b-4ee99d82defe",
      "name": "정보 추출기",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        624,
        0
      ],
      "parameters": {
        "text": "=Snippet {{ $json.metadata.description}}\nTitle{{ $json.title}}\npubDate{{ $json.publishedTime}}\nCreator {{ $json.metadata.author}}\ncontent {{ $json.content}}",
        "options": {
          "systemPromptTemplate": "You are an expert extraction algorithm.\nOnly extract relevant information from the input text.\nExtract data as JSON objects with the following fields:\n\ntitle (string): The title of the news article or vulnerability report.\nlink (string): The URL linking to the full article.\npubDate (string, ISO 8601 format preferred): The publication date of the article.\ncreator (string): The author or source of the article.\ncontent (string): A brief summary or snippet of the article content.\n\n\nIf any field is missing or not found, omit that field in the output.\nOutput a JSON array called results containing the extracted objects.\n"
        },
        "schemaType": "manual",
        "inputSchema": "={\n\t\"properties\": {\n\t\t\"Title\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"Description\": {\n\t\t\t\"type\": \"string\"\n\t\t\t\n\t\t},\n       \"PublishedTime\": {\n\t\t\t\"type\": \"string\"\n\t\t\t\n\t\t},\n       \"SiteName\": {\n\t\t\t\"type\": \"string\"\n\t\t\t\n\t\t}\n    \n    }\n} "
      },
      "typeVersion": 1.2
    },
    {
      "id": "fcfeb18c-eb1c-42c8-b102-6a549a5dda7b",
      "name": "OpenAI 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        560,
        208
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "ppNn03FE7vbsyINF",
          "name": "n8n free OpenAI API credits"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "73901b61-1b73-440c-b959-2a882331386e",
      "name": "분할 출력",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        976,
        0
      ],
      "parameters": {
        "options": {
          "destinationFieldName": "response"
        },
        "fieldToSplitOut": "output.results"
      },
      "typeVersion": 1
    },
    {
      "id": "9acef534-f34a-4655-b617-775a5ab2a805",
      "name": "인시던트 생성",
      "type": "n8n-nodes-base.serviceNow",
      "position": [
        1184,
        0
      ],
      "parameters": {
        "resource": "incident",
        "operation": "create",
        "authentication": "basicAuth",
        "additionalFields": {
          "description": "=Snippet {{ $json.response.content }}\nCreator {{ $json.response.creator }}\nPubDate {{ $json.response.pubDate}} "
        },
        "short_description": "=Ai Vulnerability {{ $json.response.title }}"
      },
      "credentials": {
        "serviceNowBasicApi": {
          "id": "keHrNdS7cHG3Tr0X",
          "name": "ServiceNow Basic Auth account 2"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a50f6014-3019-4335-b4d6-9e1e199ee096",
      "name": "일정 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {
        "rule": {
          "interval": [
            {}
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "725aced5-996d-4529-9af1-60ac1e0bb693",
      "name": "URL 콘텐츠 읽기",
      "type": "n8n-nodes-base.jinaAi",
      "position": [
        432,
        0
      ],
      "parameters": {
        "url": "={{ $json.link }}",
        "options": {},
        "requestOptions": {}
      },
      "credentials": {
        "jinaAiApi": {
          "id": "kJgZ4iHvGNvtfSlw",
          "name": "Jina AI account 2"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "0d769cde-f47e-44b9-b81f-7fd9eda3da07",
  "connections": {
    "2b5b197b-eebc-43c2-924a-85cedd66b47f": {
      "main": [
        [
          {
            "node": "725aced5-996d-4529-9af1-60ac1e0bb693",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "73901b61-1b73-440c-b959-2a882331386e": {
      "main": [
        [
          {
            "node": "9acef534-f34a-4655-b617-775a5ab2a805",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "725aced5-996d-4529-9af1-60ac1e0bb693": {
      "main": [
        [
          {
            "node": "5e2d584f-7254-41da-9f0b-4ee99d82defe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a50f6014-3019-4335-b4d6-9e1e199ee096": {
      "main": [
        [
          {
            "node": "2b5b197b-eebc-43c2-924a-85cedd66b47f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fcfeb18c-eb1c-42c8-b102-6a549a5dda7b": {
      "ai_languageModel": [
        [
          {
            "node": "5e2d584f-7254-41da-9f0b-4ee99d82defe",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "5e2d584f-7254-41da-9f0b-4ee99d82defe": {
      "main": [
        [
          {
            "node": "73901b61-1b73-440c-b959-2a882331386e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 보안 운영, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형7
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Tushar Mishra

Tushar Mishra

@yajna

Problem Solver | ServiceNow Architect | AI/ML Specialist | Product Builder 1. 10+ years in tech consulting and product development across AI, enterprise platforms, and cloud ecosystems. 2. ISB AMP in Business Analytics; strong foundation in strategy + data. 3. Founder – ReAcademy.ai: Flashcard-based learning SaaS using AI & LLMs to transform PDFs into gamified micro-learning.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34