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.
-
Node.js version 10.14.1 or higher
# determine node version node --version
-
Install modules
npm install
-
Start the bot
npm start
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
- Launch Bot Framework Emulator
- File -> Open Bot
- Enter a Bot URL of
http://localhost:3978/api/messages
This bot works in conjunction with the CVE Alert System dashboard to provide real-time alerts on cybersecurity threats.
- Register your website and technologies on the CVE Alert System dashboard.
- The system will automatically monitor new CVEs.
- When a relevant CVE is detected, an incident will be registered.
- The bot will send an alert to the registered users via chatbot.