Coder Social home page Coder Social logo

telegramv1.3's Introduction

Telegram IoC Bot ๐Ÿค–

Add your IoC to your Antivirus and Firewall Console by message. The Bot will take care of the hard work.

You can also keep updated with the list of Vulnerabilities of each day.

Create your bot with BotFather & generate your Token

How To

Steps

Download the Proyect

git clone [email protected]:Gig-Jag/Telegram

Build the Image

docker build -t bot .

Run the Container

docker run -e TOKEN_TELEGRAM="YOUR_TELEGRAM_TOKEN" -e TOKEN_VULDB="YOUR_VULDB_TOKEN" bot
If only use IOCs funcion you need run this:
docker run -e TOKEN_TELEGRAM="YOUR_TELEGRAM_TOKEN" bot

Dialogue between Bot and the Operator, where you are informed of directions to parse and impact the consoles.

Working ๐Ÿค–

Depending on the integration you want to do, CrowdStrike, Trend Micro, Palo Alto, etc. you can develop the method in engine.py once the parsing is done.

Sending IoC to the Bot

Impact on Apex One Trend Micro

Sending CVE's Of the Day

To consult the VulDB API and obtain the CVE's, you must generate a user and obtain the API Key. You will have the possibility to filter by vendor modifying your scope.

You can change the message time by modifying the following function found in send.py.

By default the message will be sent at 09:00 AM.

schedule.every().day.at("09:00").do(send_message, token, chat_id, get_notification()) 

Now you can have coffee โ˜• checking what vulnerability should be addressed.

To send the message it is necessary to obtain the chat_id. The way to obtain it is as follows.

https://api.telegram.org/bot<YourBOTToken>/getUpdates

Or add @get_id_bot and ask! I hope it helps you, remember that I am not Dev.

telegramv1.3's People

Contributors

safernandez666 avatar gig-jag avatar edsimauricio avatar martinarielcb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.