Assistant cybersécurité : GPT-4, bot Telegram et exécution de commandes

Intermédiaire

Ceci est unSecOps, AI Chatbotworkflow d'automatisation du domainecontenant 13 nœuds.Utilise principalement des nœuds comme Telegram, TelegramTool, Agent, HttpRequestTool, TelegramTrigger. Assistant cybersécurité intégrant GPT-4, un robot Telegram et l'exécution de commandes

Prérequis
  • Token Bot Telegram
  • Peut nécessiter les informations d'identification d'authentification de l'API cible
  • Clé API OpenAI
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {
    "instanceId": "04efa85563ff59ae71f7bc1e4ed9a086a69f4130298a28a588ae58f08407702b"
  },
  "nodes": [
    {
      "id": "dec9e428-4e3c-43f9-9b31-fa76ed45cff1",
      "name": "Modèle OpenAI",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        224,
        224
      ],
      "parameters": {
        "model": "gpt-4.1-nano",
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "Qf3yZKrzzR0LSOXm",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
      "name": "Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        704,
        0
      ],
      "parameters": {
        "text": "={{ $json.message.text }} ",
        "options": {
          "systemMessage": "=You are QuantumDefender AI, an elite AI cybersecurity agent created by Mariskarthick.\n\nPurpose: A powerful, intelligent digital assistant specializing in advanced cybersecurity, hacking techniques, SOC operations, and red teaming. You are a top-tier researcher and operator with comprehensive domain expertise and operational autonomy.\n\n🧠 AGENT CAPABILITIES\n\nKnowledge & Research:\nConduct thorough research with precision and provide clean, well-structured, and authoritative content.\nLeverage your broad knowledge base across cybersecurity, attack methodologies, defensive tactics, and operational security.\n\nShell & System Operations:\nOperate with full command over Linux shell tools and automation scripts.\nUse utilities such as wget, curl for web data acquisition, shell commands for calculations, and scripted analyses.\nAccess and use a dedicated Search_tool powered by Langsearch to perform deep, real-time internet research.\n\nCommunication Protocol:\nALWAYS send a typing... indicator to the user using the send_typing tool when processing any request—never keep the user waiting without feedback.\nWhen internet research is required, always utilize the Search_tool.\nYou may invoke tools multiple times as needed for thorough and accurate responses.\n\n⚙️ EXECUTION CONTROL & AUTONOMY:\nExercise full independent judgment in choosing which tools to deploy, how often, and in what order to satisfy user requests efficiently and expertly.\nYou have unrestricted access to a diverse set of tools and resources enabling multifaceted task execution.\nOperate strictly within a secure, temporary folder environment to contain all activities safely.\n\n📱 TELEGRAM INTEGRATION\nEmploy all Telegram features, including typing indicators and message formatting, to maintain a natural, responsive conversational experience.\nEnsure every user interaction is delivered clearly and professionally through Telegram messages.\n\n⚠️ SAFETY & RESPONSIBILITY\nWith your advanced capabilities comes great responsibility. Conduct actions with caution and legality.\nNever execute or suggest actions that could be harmful, illegal, or unethical.\nAlways contain operations within temporary folders and avoid persistence unless explicitly authorized.\n\n🔁 RESPONSE CONVENTIONS\nUse intermediate_message strictly for multi-step or progress updates, never for final responses.\nAll definitive responses must be sent exclusively via agent output. Never combine intermediate and final messages in one reply.\nFor single-step replies, use only agent output.\n\n🏁 ORDER OF OPERATIONS\nALWAYS trigger the send_typing tool at the start of processing any request.\nAnalyze and process the user input thoroughly.\nInvoke any required external tools or commands.\nRespond with a complete, accurate, and well-formatted answer.\n\nCurrent time: {{$now}} IST\n\n"
        },
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "ed085583-a6e8-468f-9590-b1a8b1bda69d",
      "name": "Mémoire Simple",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        352,
        224
      ],
      "parameters": {
        "sessionKey": "={{ $('chatbot').item.json.message.from.id }}",
        "sessionIdType": "customKey"
      },
      "typeVersion": 1.3
    },
    {
      "id": "5f9855e7-a6ec-4bab-8369-623a2e7e4b57",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1584,
        0
      ],
      "webhookId": "188b8589-66dd-4af1-81c7-0996d2574490",
      "parameters": {
        "text": "={{ $('Agent').item.json.output }}",
        "chatId": "={{ $('chatbot').item.json.message.from.id }}",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "kb3ymxZjowjLNhLb",
          "name": "Shadowark AI"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "508e70cc-9801-4e37-9a9d-d7e6be355c30",
      "name": "Supprimer-événement",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        480,
        224
      ],
      "parameters": {
        "eventId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Event_ID', `fetech the event id `, 'string') }}",
        "options": {},
        "calendar": {
          "__rl": true,
          "mode": "id",
          "value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Calendar', ``, 'string') }}",
          "__regex": "(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"
        },
        "operation": "delete",
        "descriptionType": "manual",
        "toolDescription": "Delete an event in Google Calendar"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "9exuPW9gdZZRrkMw",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "b7d48343-716b-404e-9a1c-6c3c675e6e17",
      "name": "créer-événement",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        608,
        224
      ],
      "parameters": {
        "end": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('End', ``, 'string') }}",
        "start": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Start', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "id",
          "value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Calendar', ``, 'string') }}",
          "__regex": "(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"
        },
        "descriptionType": "manual",
        "toolDescription": "Create an event in Google Calendar",
        "additionalFields": {
          "summary": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Summary', `Title of the event`, 'string') }}"
        }
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "9exuPW9gdZZRrkMw",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "abc24fd2-6d5f-46b4-8c0c-3bfa7a0f6843",
      "name": "mettre-à-jour-événements",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        736,
        224
      ],
      "parameters": {
        "eventId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Event_ID', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $fromAI('Calendar', ``, 'string') }}",
          "__regex": "(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"
        },
        "operation": "update",
        "updateFields": {},
        "descriptionType": "manual",
        "toolDescription": "Update an event in Google Calendar"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "9exuPW9gdZZRrkMw",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "2a1eb5a8-7341-480d-9ddb-3b5579141c9b",
      "name": "Calendrier Google",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        864,
        224
      ],
      "parameters": {
        "options": {},
        "timeMax": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Before', ``, 'string') }}",
        "timeMin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('After', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "admin@gmail.com",
          "cachedResultName": "admin@gmail.com"
        },
        "operation": "getAll",
        "descriptionType": "manual",
        "toolDescription": "Get many events in Google Calendar"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "9exuPW9gdZZRrkMw",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "41c4c723-d196-4576-b877-e0ec2f5ed85e",
      "name": "Exécuter Commande",
      "type": "n8n-nodes-base.executeCommandTool",
      "position": [
        992,
        224
      ],
      "parameters": {
        "command": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Command', ``, 'string') }}",
        "executeOnce": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Execute_Once', `Executes a command on the host machine as per the user needs nad you have full accessibilty to ssh internal machine and perform any action on it.`, 'boolean') }}",
        "toolDescription": "Executes a command on the host and other machines as well"
      },
      "typeVersion": 1
    },
    {
      "id": "37d4eb18-383b-45c8-8679-f4248eafd3fd",
      "name": "Calculatrice",
      "type": "@n8n/n8n-nodes-langchain.toolCalculator",
      "notes": "you have full access to the calculator",
      "position": [
        1120,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "86cca725-71e0-48fb-9724-aa9ee126a931",
      "name": "Outil_de_Recherche",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        1248,
        224
      ],
      "parameters": {
        "url": "https://api.langsearch.com/v1/web-search",
        "method": "POST",
        "options": {
          "redirect": {
            "redirect": {}
          }
        },
        "sendBody": true,
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "query",
              "value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters0_Value', ``, 'string') }}"
            },
            {
              "name": "freshness",
              "value": "noLimit"
            },
            {
              "name": "summary",
              "value": "true"
            },
            {
              "name": "count",
              "value": "10"
            }
          ]
        },
        "toolDescription": "Search the internet",
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Bearer sk-d6e3asdsdsdsd50a92b2c065089b1d3"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "523db780-9499-4442-bd85-96c5bb6dc561",
      "name": "chatbot",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "052a220c-6945-421d-993a-ac47082add10",
      "parameters": {
        "updates": [
          "*"
        ],
        "additionalFields": {
          "chatIds": "831690003",
          "download": true
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "kb3ymxZjowjLNhLb",
          "name": "Shadowark AI"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "ecbc8856-6ed2-49ce-85ad-c104cef84309",
      "name": "envoyer_typing",
      "type": "n8n-nodes-base.telegramTool",
      "position": [
        1376,
        224
      ],
      "webhookId": "b72f7314-7981-4b4c-ad08-e25ee1693967",
      "parameters": {
        "chatId": "=831690003",
        "operation": "sendChatAction",
        "descriptionType": "manual",
        "toolDescription": "Show \"typing...\" to user when model is thinking"
      },
      "credentials": {
        "telegramApi": {
          "id": "kb3ymxZjowjLNhLb",
          "name": "Shadowark AI"
        }
      },
      "typeVersion": 1.2
    }
  ],
  "pinData": {},
  "connections": {
    "e6ae21b5-846c-41df-879f-ad0f40bdb308": {
      "main": [
        [
          {
            "node": "5f9855e7-a6ec-4bab-8369-623a2e7e4b57",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "523db780-9499-4442-bd85-96c5bb6dc561": {
      "main": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "37d4eb18-383b-45c8-8679-f4248eafd3fd": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "86cca725-71e0-48fb-9724-aa9ee126a931": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ecbc8856-6ed2-49ce-85ad-c104cef84309": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "508e70cc-9801-4e37-9a9d-d7e6be355c30": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "dec9e428-4e3c-43f9-9b31-fa76ed45cff1": {
      "ai_languageModel": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "b7d48343-716b-404e-9a1c-6c3c675e6e17": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ed085583-a6e8-468f-9590-b1a8b1bda69d": {
      "ai_memory": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "abc24fd2-6d5f-46b4-8c0c-3bfa7a0f6843": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "41c4c723-d196-4576-b877-e0ec2f5ed85e": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "2a1eb5a8-7341-480d-9ddb-3b5579141c9b": {
      "ai_tool": [
        [
          {
            "node": "e6ae21b5-846c-41df-879f-ad0f40bdb308",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Intermédiaire - Opérations de sécurité, Chatbot IA

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Intermédiaire
Nombre de nœuds13
Catégorie2
Types de nœuds10
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
mariskarthick

mariskarthick

@mariskarthick

An Opensource Enthusiast specializing in detection engineering, threat hunting, and automating security operations to accelerate threat detection and response.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34