Skip to content

Latest commit

 

History

History

bot

CVE Alert System Bot

Cyber Security Threat Alert

This bot has been created using Bot Framework, and it provides essential functionality for the CVE Alert System dashboard. It notifies users about critical cybersecurity threats impacting their registered websites and technologies.

Prerequisites

  • Node.js version 10.14.1 or higher

    # determine node version
    node --version
    

To run the bot

  • Install modules

    npm install
  • Start the bot

    npm start

Testing the bot using Bot Framework Emulator

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.9.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

Integrating with CVE Alert System Dashboard

This bot works in conjunction with the CVE Alert System dashboard to provide real-time alerts on cybersecurity threats.

Steps

  1. Register your website and technologies on the CVE Alert System dashboard.
  2. The system will automatically monitor new CVEs.
  3. When a relevant CVE is detected, an incident will be registered.
  4. The bot will send an alert to the registered users via chatbot.

Further reading