{"id":26654150,"url":"https://github.com/nukedev/myrbl","last_synced_at":"2026-04-30T18:31:28.228Z","repository":{"id":248020901,"uuid":"827530261","full_name":"NukeDev/myRBL","owner":"NukeDev","description":"myRBL Dockerized is an open-source project that facilitates the creation and management of a Dockerized DNS RBL server for blocking IP addresses and domains associated with spam and malicious activities. It offers a scalable solution for enhancing email infrastructure security and network protection.","archived":false,"fork":false,"pushed_at":"2024-07-21T20:58:40.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T04:57:29.291Z","etag":null,"topics":["dnsbl","docker","python","rbl","spam-filtering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NukeDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-07-11T20:43:37.000Z","updated_at":"2024-12-13T01:19:12.000Z","dependencies_parsed_at":"2024-07-21T22:13:09.673Z","dependency_job_id":"785ae230-ec74-4003-8770-65f5420f8588","html_url":"https://github.com/NukeDev/myRBL","commit_stats":null,"previous_names":["nukedev/myrbl"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/NukeDev/myRBL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NukeDev%2FmyRBL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NukeDev%2FmyRBL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NukeDev%2FmyRBL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NukeDev%2FmyRBL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NukeDev","download_url":"https://codeload.github.com/NukeDev/myRBL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NukeDev%2FmyRBL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dnsbl","docker","python","rbl","spam-filtering"],"created_at":"2025-03-25T04:57:32.851Z","updated_at":"2026-04-30T18:31:28.208Z","avatar_url":"https://github.com/NukeDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" # myRBL Dockerized\n\n\u003ca href=\"https://discord.gg/MYpbmNrvgc\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-5865F2?style=for-the-badge\u0026logo=discord\u0026logoColor=white\" alt=\"Discord\"\u003e\u003c/a\u003e\n\n## Project Description\nmyRBL Dockerized is an open-source project that enables the creation and management of a DNS RBL (Realtime Blackhole List) server to identify and block IP addresses and domains associated with spam and other malicious activities. Leveraging Docker, myRBL Dockerized provides a scalable and easy-to-deploy solution for system administrators and developers, offering an efficient way to secure email infrastructures and enhance network security.\n\n## Key Features\n\n- Easy Configuration: Utilizes Docker containers for simple and fast setup.\n- Support for IPs and Domains: Manages blacklists for both IP addresses and domain names.\n- COMING SOON: Web Interface: Includes a web interface for blacklist management and monitoring.\n- Compatibility: Easily integrates with other security tools and mail servers.\n- Open Source: Source code available to the community, promoting collaboration and continuous project improvement.\n\n## Additional Objective\nIn addition to providing the open-source code for everyone, our goal is to host this RBL accessible to anyone (Rspamd, Spamassassin...).\n\n## Using  MyRBL at rbl.l2m.io\nThe RBL (Real-time Blackhole List) at rbl.l2m.io allows you to check whether a domain or IP address is listed as malicious or spammy. This service can be integrated into your applications or scripts to enhance security measures.\n\n### How to Use\nTo query the RBL, you need to perform DNS lookups against rbl.l2m.io by appending the domain or IP address you want to check.\n\n### Querying Domains\nTo check if a domain is listed:\n\n```bash\n$ dig example.com.rbl.l2m.io A +short\n```\nIf the domain example.com is blacklisted, this query will return an IP address (**127.0.0.2**). If not blacklisted, it returns nothing.\n\n### Querying IP Addresses\nFor IP addresses, you first need to reverse the octets and append .rbl.l2m.io:\n\n```bash\n$ dig 1.2.0.192.rbl.l2m.io A +short\n```\nThis will return **127.0.0.2** if the IP 192.0.2.1 is blacklisted.\n\n## Integration\nIntegrate these queries into your application or script to automatically block or flag malicious domains or IPs based on their status in the RBL.\n\n## Getting Started\n- Clone the Repository: Download the source code from the GitHub repository.\n- Setup the config file: Rename the file \"config.ini.template\" in \"config.ini\" and set the requested infos.\n- Build the Containers: Use the Makefile to build and start the required containers.\n- COMING SOON: Monitor and Manage: Use the web interface and log tools to monitor and manage blacklists.\n\n## Contribution\nAs an open-source project, contributions are welcome. You can participate by reporting bugs, suggesting new features, or submitting pull requests.\n\n## License\nmyRBL Dockerized is licensed under the GNU General Public License Version 3 (GPL-3.0), dated 29 June 2007, allowing users to freely use, modify, and distribute the software while ensuring that any modifications made to the software remain open-source.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnukedev%2Fmyrbl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnukedev%2Fmyrbl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnukedev%2Fmyrbl/lists"}