{"id":25688951,"url":"https://github.com/hbourget/ipdbabuseapi","last_synced_at":"2026-04-20T19:32:33.054Z","repository":{"id":273775727,"uuid":"920709333","full_name":"hbourget/IPDBAbuseAPI","owner":"hbourget","description":"Easily bulk request the IPDBAbuse API.","archived":false,"fork":false,"pushed_at":"2025-01-22T21:58:22.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T18:39:54.979Z","etag":null,"topics":["api","ipdb","osint"],"latest_commit_sha":null,"homepage":"","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/hbourget.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":"2025-01-22T16:32:19.000Z","updated_at":"2026-04-02T13:18:00.000Z","dependencies_parsed_at":"2025-01-22T22:38:22.200Z","dependency_job_id":null,"html_url":"https://github.com/hbourget/IPDBAbuseAPI","commit_stats":null,"previous_names":["hbourget/ipdbabuseapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hbourget/IPDBAbuseAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbourget%2FIPDBAbuseAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbourget%2FIPDBAbuseAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbourget%2FIPDBAbuseAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbourget%2FIPDBAbuseAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbourget","download_url":"https://codeload.github.com/hbourget/IPDBAbuseAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbourget%2FIPDBAbuseAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["api","ipdb","osint"],"created_at":"2025-02-24T21:17:16.339Z","updated_at":"2026-04-20T19:32:33.039Z","avatar_url":"https://github.com/hbourget.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPDBAbuse Checker\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Python Version](https://img.shields.io/badge/python-3.7%2B-purple.svg)\n\n## Overview\n\nThis python tool allows you to verify a list of IP addresses against the AbuseIPDB API. It checks each IP for reported abuse incidents, provides a detailed report, and saves the results in both a CSV file and a formatted table in the console.\n\n## Prerequisites\n\n- Python 3.7 or higher\n- A IPDBAbuse API API key (register on [abuseipdb.com](https://www.abuseipdb.com/))\n\n## Installation\n\n1. **Clone the Repository**\n\n   ```bash\n   https://github.com/hbourget/IPDBAbuseAPI.git\n   cd IPDBAbuseAPI\n   ```\n\n2. **Create a Virtual Environment (Optional but Recommended)**\n\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. **Install Dependencies**\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Configuration\n\n1. **Obtain an AbuseIPDB API Key**\n\n   - Sign up at [AbuseIPDB](https://www.abuseipdb.com/) to get your API key.\n\n2. **Set Up Environment Variables**\n\n   - Create a `.env` file in the project root directory:\n\n     ```bash\n     touch .env\n     ```\n\n   - Add your API key to the `.env` file:\n\n     ```env\n     IPDBABUSE_API_KEY=your_abuseipdb_api_key_here\n     ```\n\n   \u003e **Note:** Ensure that `.env` is listed in your `.gitignore` to prevent exposing your API key.\n\n## Usage\n\n1. **Prepare the IPs to check**\n\n   - Create a file named `ips_to_check.txt` in the project root directory.\n   - List the IP addresses you want to check, one per line. For example:\n\n     ```txt\n     192.168.1.1\n     8.8.8.8\n     1.1.1.1\n     ```\n\n2. **Run the Script**\n\n   ```bash\n   python main.py\n   ```\n\n3. **View the Results**\n\n   - The script will display a formatted table in the console.\n   - Results will also be saved to `results.csv` in the project directory.\n\n## Output\n\n **CSV File:**\n\n   - **File name:** `results.csv`\n   - **Columns:**\n     - Timestamp\n     - IP Address\n     - Reported?\n     - Report Count\n     - Abuse Confidence Score\n\n   Example:\n\n   ```csv\n   Timestamp,IP Address,Reported?,Report Count,Abuse Confidence Score\n   2025-01-22 14:30:00,192.168.1.1,No,0, 0\n   2025-01-22 14:30:01,8.8.8.8,Yes,5,75\n   2025-01-22 14:30:02,1.1.1.1,No,0,0\n   ```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbourget%2Fipdbabuseapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbourget%2Fipdbabuseapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbourget%2Fipdbabuseapi/lists"}