Welcome to AGORA, your one-stop destination for monitoring all cybersecurity events ! π
To install the required dependencies, simply run:
git clone https://github.com/WOthm/Agora.git
cd Agora
pip install -r requirements.txt-
News Galore! π°: Dive into the latest cybersecurity news from renowned sources like TheHackerNews, Threatpost, KrebsOnSecurity, and many more!
-
CVEs at Your Fingertips! π£: Stay informed about Common Vulnerabilities and Exposures (CVEs) from authoritative sources such as CISA.
-
Leak Investigations! π΅οΈ: Explore data breaches and leaks with ease, thanks to AGORA's comprehensive coverage from various leak databases.
-
Ransomware Radar! π: Keep a keen eye on ransomware attacks reported by sources like Ransomwarelive, Redpacket, and more.
-
Threat Intelligence! π: Get insights into the latest threat intelligence to stay ahead of emerging threats.
-
Open Source Intelligence (OSINT)! π§ : Access a wealth of OSINT articles to enhance your understanding of current cyber threats and trends.
-
Disinformation Watch! π΄ββ οΈ: Track and analyze disinformation campaigns, propaganda tactics, and misinformation trends from credible sources to stay informed and vigilant.
AGORA is user-friendly and straightforward! Simply run the program with a few command-line arguments to access a wealth of cybersecurity information. Here's a sneak peek:
python Agora.py --argument news --keyword "Sandworm" --start-date "2023-01-01" python Agora.py --argument cve --keyword "Fortinet" --start-date "2023-01-01" This command will display CVEs related to exploits reported in 2023 with detailed descriptions.
python Agora.py --argument leak --start-date "2023-01-01" This command will provide information about data breaches and leaks reported in 2023 with verbose descriptions.
python Agora.py --argument ransom --keyword "LockBit" --start-date "2023-01-01" This command will show ransomware attacks involving the LockBit variant reported in 2023 with detailed information.
python Agora.py --argument threat_intel --start-date "2024-01-01" This command will show threat intel articles.
python Agora.py --argument osint --start-date "2024-01-01" This command will show OSINT articles.
python Agora.py --argument disinfo --start-date "2024-01-01" This command will show disinformation articles.
--argument: Choose between news, cve, leak, ransom, threat_intel,osint, disinfo.
--keyword: Filter articles by a specific keyword.
--start-date: Filter starting from this date (YYYY-MM-DD).
--end-date: Filter until this date (YYYY-MM-DD).
--verbose: For more detailed information. ( not necessarily useful)