{"id":25236736,"url":"https://github.com/kw-soft/threatintelligence","last_synced_at":"2026-03-01T20:32:19.133Z","repository":{"id":276975657,"uuid":"930918254","full_name":"kw-soft/ThreatIntelligence","owner":"kw-soft","description":"RSS feed aggregator that collects security-related news and advisories from multiple sources and posts them to designated Discord channels via webhooks","archived":false,"fork":false,"pushed_at":"2025-03-12T15:04:28.000Z","size":361,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T18:13:19.856Z","etag":null,"topics":["discord","feed","forensics","malware-analysis","malware-research","python","security","security-tools","threat-hunting","threat-intelligence"],"latest_commit_sha":null,"homepage":"https://discord.gg/BgUCmYP3px","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kw-soft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T12:32:24.000Z","updated_at":"2025-03-25T09:30:15.000Z","dependencies_parsed_at":"2025-03-12T15:28:32.930Z","dependency_job_id":"2aa57c42-fa83-4bd2-9a00-fa0e854430c5","html_url":"https://github.com/kw-soft/ThreatIntelligence","commit_stats":null,"previous_names":["kw-soft/threatintelligence"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kw-soft%2FThreatIntelligence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kw-soft%2FThreatIntelligence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kw-soft%2FThreatIntelligence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kw-soft%2FThreatIntelligence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kw-soft","download_url":"https://codeload.github.com/kw-soft/ThreatIntelligence/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378145,"owners_count":20929297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","feed","forensics","malware-analysis","malware-research","python","security","security-tools","threat-hunting","threat-intelligence"],"created_at":"2025-02-11T15:31:45.987Z","updated_at":"2026-03-01T20:32:19.077Z","avatar_url":"https://github.com/kw-soft.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThreatFeed HQ - RSS Feed Aggregator for Discord\n\n## 🚀 Join Our Discord Server!\n\nStay updated with the latest security advisories and news from multiple trusted sources. Our Discord server aggregates real-time threat intelligence from vendors like Sophos, Cisco, and many more.\n\n[**Join ThreatFeed HQ on Discord**](https://discord.gg/BgUCmYP3px)\n\n[\u003cimg src=\"https://discord.com/api/guilds/1337808478613278742/widget.png?style=banner4\"\u003e](https://discord.gg/BgUCmYP3px)\n\n---\n\n## 📌 About This Project\n\nThreatFeed HQ is an RSS feed aggregator that collects security-related news and advisories from multiple sources and posts them to designated Discord channels via webhooks. The script ensures:\n\n- Automated retrieval of RSS feeds at a defined interval.\n- Chronological sorting of news entries before posting.\n- Posting to a global Discord channel and specific vendor-based channels.\n- Prevention of duplicate postings via persistent tracking.\n\n## 🛠️ Features\n\n- Support for multiple RSS feeds (e.g., Sophos, Cisco, etc.)\n- Posting to Discord webhooks in structured format\n- Duplicate detection using persistent JSON storage\n- Configurable polling intervals and webhook endpoints\n- Logging for debugging and monitoring\n\n## 📥 Installation\n\n### Prerequisites\n\nEnsure you have Python installed (version 3.7+ recommended). You also need:\n\n- `pip install -r requirements.txt` to install dependencies.\n- Webhooks set up in your Discord server.\n\n### Clone the Repository\n\n```sh\ngit clone https://github.com/KW-Soft/ThreatIntelligence.git\ncd ThreatIntelligence\n```\n\n### Install Dependencies\n\n```sh\npip install -r requirements.txt\n```\n\n## ⚙️ Configuration\n\n### 1. Set Up Webhooks\n\nObtain your Discord webhooks from server settings and update the `config.py` file.\n\n```python\nGLOBAL_DISCORD_WEBHOOK = \"https://discord.com/api/webhooks/YOUR_GLOBAL_WEBHOOK_ID/YOUR_GLOBAL_WEBHOOK_TOKEN\"\nFEED_DISCORD_WEBHOOKS = {\n    \"SophosFeed\": [\"https://discord.com/api/webhooks/YOUR_SOPHOS_WEBHOOK_ID/YOUR_SOPHOS_WEBHOOK_TOKEN\"],\n    \"CiscoFeed\": [\n        \"https://discord.com/api/webhooks/YOUR_CISCO_WEBHOOK_ID/YOUR_CISCO_WEBHOOK_TOKEN\",\n        \"https://discord.com/api/webhooks/ANOTHER_CISCO_WEBHOOK_ID/ANOTHER_CISCO_WEBHOOK_TOKEN\"\n    ],\n}\n```\n\n### 2. Run the Aggregator\n\n```sh\npython main.py\n```\n\n## 📌 Supported Feeds\n\nCurrently, the following RSS feeds are integrated:\n\n- **Sophos Security Advisories**\n- **Cisco Security News**\n- **ZDIFeed**\n- **ProjectZeroFeed**\n- **GithubFeed**\n- **CheckPointFeed**\n- **HackerNewsFeed**\n- **BleepingComputerFeed**\n- **MicrosoftFeed**\n- **SchneierFeed**\n- **CVEFeed**\n- **InfostealerFeed**\n\nMore sources can be added easily by creating new feed classes in the `aggregator` module.\n\n## 🤝 Contributing\n\nWant to add more sources or improve the project? Contributions are welcome!\n\n1. Fork the repo\n2. Create a feature branch\n3. Commit your changes\n4. Submit a pull request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 📬 Contact\n\nFor any issues or suggestions, feel free to open an issue or join our [**Discord Server**](https://discord.gg/BgUCmYP3px).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkw-soft%2Fthreatintelligence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkw-soft%2Fthreatintelligence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkw-soft%2Fthreatintelligence/lists"}