Skip to content

Small high scalable Telegram bot for RHT (Red Hat Teams) for gathering and analyzing target sources information in your smartphone.

License

Notifications You must be signed in to change notification settings

bvadeveloper/foxy

Repository files navigation

Foxy (@vulns_search_bot)

Small high scalable Telegram bot for RHT (Red Hat Teams) for gathering and analyzing target sources information in your smartphone.

One of the ideas is to deploy collectors and parsers (CaP) to different regions for gathering data close to targets based on geolocation information, also CaP can be run on other devices (computers, IoT, smartphones) the primary communication protocol is AMQP. This approach allows for the creation of a mesh of devices that can process and analyze data independently. All communication between CaP is additionally encrypted with DH and AES over the TLS protocol.

Local run

Set environment variables:

export API_KEY=<key>
export RMQ_USER=<user>
export RMQ_PASS=<pass>
export REDIS_PASSWORD=<pass>

cd foxy/
make docker-up

Local cleanup

cd foxy/
make docker-cleanup

Deployment to AWS ECS

cd foxy/infra
make deploy

About

Small high scalable Telegram bot for RHT (Red Hat Teams) for gathering and analyzing target sources information in your smartphone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published