# ReportedIP Documentation > Community-driven IP reputation service: REST API, blacklist feeds, WordPress > security plugins, honeypot server and DNSBL zone. Operated from Germany under GDPR. Docs root: https://reportedip.com/docs/ ## API - [API](https://reportedip.com/docs/api/): REST API documentation for ReportedIP: endpoint reference, authentication and rate limits, threat categories, and how the confidence score is calculated. - [API Reference](https://reportedip.com/docs/api/reference/): Every endpoint with parameters, quota cost and examples in cURL, PHP, Python and JavaScript. - [Public Endpoints](https://reportedip.com/docs/api/reference/#public-endpoints) - [GET /check-public — Public IP Check](https://reportedip.com/docs/api/reference/#check-public) - [GET /stats-public — Detailed Public Statistics](https://reportedip.com/docs/api/reference/#stats-public) - [GET /search-public — Public IP Search](https://reportedip.com/docs/api/reference/#search-public) - [GET /categories — Threat Categories](https://reportedip.com/docs/api/reference/#categories) - [Authenticated Endpoints](https://reportedip.com/docs/api/reference/#authenticated-endpoints) - [GET /check — Full IP Check](https://reportedip.com/docs/api/reference/#check) - [POST /report — Report IP Address](https://reportedip.com/docs/api/reference/#report) - [GET /verify-key — Verify API Key](https://reportedip.com/docs/api/reference/#verify-key) - [GET /statistics — Service Statistics](https://reportedip.com/docs/api/reference/#statistics) - [Blacklist Endpoints](https://reportedip.com/docs/api/reference/#blacklist-endpoints) - [GET /blacklist — Get Blacklist](https://reportedip.com/docs/api/reference/#blacklist) - [GET /blacklist-categories — Blacklist Categories](https://reportedip.com/docs/api/reference/#blacklist-categories) - [GET /blacklist-stats — Blacklist Statistics](https://reportedip.com/docs/api/reference/#blacklist-stats) - [Advanced Endpoints](https://reportedip.com/docs/api/reference/#advanced-endpoints) - [GET /reports/{ip} — Reports for IP](https://reportedip.com/docs/api/reference/#reports-ip) - [GET /trends — Trend Data](https://reportedip.com/docs/api/reference/#trends) - [POST /bulk-check — Bulk IP Check](https://reportedip.com/docs/api/reference/#bulk-check) - [POST /bulk-report — Bulk Report](https://reportedip.com/docs/api/reference/#bulk-report) - [2FA Relay Endpoints](https://reportedip.com/docs/api/reference/#relay-endpoints) - [GET /relay-quota — Relay Quota Status](https://reportedip.com/docs/api/reference/#relay-quota) - [POST /relay-mail — Send 2FA Mail](https://reportedip.com/docs/api/reference/#relay-mail) - [POST /relay-sms — Send 2FA SMS](https://reportedip.com/docs/api/reference/#relay-sms) - [Error responses for relay endpoints](https://reportedip.com/docs/api/reference/#relay-error-codes) - [Authentication](https://reportedip.com/docs/api/authentication/): How to send an API key, which role gets which quota, and what the 401, 403 and 429 responses mean. - [API Key Authentication](https://reportedip.com/docs/api/authentication/#api-key-authentication) - [Method 1: X-Key Header (Recommended)](https://reportedip.com/docs/api/authentication/#method-1-x-key-header-recommended) - [Method 2: Query Parameter](https://reportedip.com/docs/api/authentication/#method-2-query-parameter) - [Getting Your API Key](https://reportedip.com/docs/api/authentication/#getting-your-api-key) - [User Roles & Permissions](https://reportedip.com/docs/api/authentication/#user-roles-and-permissions) - [Rate Limits](https://reportedip.com/docs/api/authentication/#rate-limits) - [Example Response Headers](https://reportedip.com/docs/api/authentication/#example-response-headers) - [Hybrid Authentication](https://reportedip.com/docs/api/authentication/#hybrid-authentication) - [Error Responses](https://reportedip.com/docs/api/authentication/#error-responses) - [401 Unauthorized](https://reportedip.com/docs/api/authentication/#401-unauthorized) - [403 Forbidden](https://reportedip.com/docs/api/authentication/#403-forbidden) - [429 Too Many Requests](https://reportedip.com/docs/api/authentication/#429-too-many-requests) - [Best Practices](https://reportedip.com/docs/api/authentication/#best-practices) - [Threat Categories](https://reportedip.com/docs/api/threat-categories/): All 58 categories with their severity levels, and how to send them when reporting. - [All Categories](https://reportedip.com/docs/api/threat-categories/#all-categories) - [Using Categories in the API](https://reportedip.com/docs/api/threat-categories/#using-categories-in-the-api) - [Report with Category](https://reportedip.com/docs/api/threat-categories/#report-with-category) - [Retrieve All Categories](https://reportedip.com/docs/api/threat-categories/#retrieve-all-categories) - [Severity Scale](https://reportedip.com/docs/api/threat-categories/#severity-scale) - [Confidence Score](https://reportedip.com/docs/api/confidence-score/): The scoring formula in full: weighting, reporter diversity, recency, severity, honeypot bonus and time decay. - [How the score is built](https://reportedip.com/docs/api/confidence-score/#how-the-score-is-built) - [Reporter diversity](https://reportedip.com/docs/api/confidence-score/#reporter-diversity) - [Time decay](https://reportedip.com/docs/api/confidence-score/#time-decay) - [Honeypot reports](https://reportedip.com/docs/api/confidence-score/#honeypot-reports) - [Burst aggregation](https://reportedip.com/docs/api/confidence-score/#burst-aggregation) - [Reading the breakdown from the API](https://reportedip.com/docs/api/confidence-score/#reading-the-breakdown-from-the-api) - [Choosing a threshold](https://reportedip.com/docs/api/confidence-score/#choosing-a-threshold) - [If a score looks wrong](https://reportedip.com/docs/api/confidence-score/#if-a-score-looks-wrong) - [Changelog](https://reportedip.com/docs/api/changelog/): Every API release with new endpoints, quota changes and breaking changes. - [v2.5.1 May 2026](https://reportedip.com/docs/api/changelog/#v2-5-1) - [v2.5.0 May 2026](https://reportedip.com/docs/api/changelog/#v2-5-0) - [v2.3.0 April 2026](https://reportedip.com/docs/api/changelog/#v2-3-0) - [v2.1.0 November 2025](https://reportedip.com/docs/api/changelog/#v2-1-0) - [v2.0.0 March 2025](https://reportedip.com/docs/api/changelog/#v2-0-0) - [v1.0.0 January 2025](https://reportedip.com/docs/api/changelog/#v1-0-0) ## Integrations - [Integrations](https://reportedip.com/docs/integrations/): Ready-made ReportedIP integrations: the Hive WordPress security plugin in two editions, a standalone honeypot server, and a fail2ban action that reports every ban. - [WordPress Plugin — Hive](https://reportedip.com/docs/integrations/wordpress-hive/): The full edition: 16 attack sensors, WAF, 4-method 2FA, multisite and WooCommerce. - [Installation](https://reportedip.com/docs/integrations/wordpress-hive/#installation) - [Setup Wizard (10 steps)](https://reportedip.com/docs/integrations/wordpress-hive/#setup-wizard-10-steps) - [Operating Modes](https://reportedip.com/docs/integrations/wordpress-hive/#operating-modes) - [What you get on each tier](https://reportedip.com/docs/integrations/wordpress-hive/#what-you-get-on-each-tier) - [6-Layer Defence](https://reportedip.com/docs/integrations/wordpress-hive/#6-layer-defence) - [The Sixteen Attack Sensors](https://reportedip.com/docs/integrations/wordpress-hive/#attack-sensors) - [Progressive Block Escalation](https://reportedip.com/docs/integrations/wordpress-hive/#progressive-block-escalation) - [Web Application Firewall & Rule Delivery](https://reportedip.com/docs/integrations/wordpress-hive/#web-application-firewall-and-rule-delivery) - [WAF Exceptions — Handling False Positives](https://reportedip.com/docs/integrations/wordpress-hive/#waf-exceptions) - [Verified Bot Detection, Disposable-Email Blocking & Comment Honeypot](https://reportedip.com/docs/integrations/wordpress-hive/#verified-bot-detection-disposable-email-blocking-and-comment-honeypot) - [Tor Exit-Node Blocking (Professional)](https://reportedip.com/docs/integrations/wordpress-hive/#tor-exit-node-blocking-professional) - [Trusted Proxy Sources (Cloudflare, Reverse Proxies, Load Balancers)](https://reportedip.com/docs/integrations/wordpress-hive/#trusted-proxy-sources-cloudflare-reverse-proxies-load-balancers) - [Security Headers](https://reportedip.com/docs/integrations/wordpress-hive/#security-headers) - [Protection & Hardening Score](https://reportedip.com/docs/integrations/wordpress-hive/#protection-and-hardening-score) - [Security Dashboard & Analytics](https://reportedip.com/docs/integrations/wordpress-hive/#security-dashboard-and-analytics) - [Audit Event Trail (Business)](https://reportedip.com/docs/integrations/wordpress-hive/#audit-event-trail-business) - [MainWP Integration](https://reportedip.com/docs/integrations/wordpress-hive/#mainwp-integration) - [Multisite Networks](https://reportedip.com/docs/integrations/wordpress-hive/#multisite-networks) - [Two-Factor Authentication (2FA)](https://reportedip.com/docs/integrations/wordpress-hive/#two-factor-authentication-2fa) - [Hardware security keys (YubiKey)](https://reportedip.com/docs/integrations/wordpress-hive/#hardware-keys) - [2FA brute-force protection](https://reportedip.com/docs/integrations/wordpress-hive/#2fa-brute-force-protection) - [Headless 2FA REST](https://reportedip.com/docs/integrations/wordpress-hive/#headless-2fa-rest) - [WooCommerce Frontend Login](https://reportedip.com/docs/integrations/wordpress-hive/#woocommerce-frontend-login) - [Mail and SMS Delivery](https://reportedip.com/docs/integrations/wordpress-hive/#mail-and-sms-delivery) - [Configuration Overview](https://reportedip.com/docs/integrations/wordpress-hive/#configuration-overview) - [Database Tables](https://reportedip.com/docs/integrations/wordpress-hive/#database-tables) - [Frontend Shortcodes & Auto-Footer](https://reportedip.com/docs/integrations/wordpress-hive/#frontend-shortcodes-and-auto-footer) - [WP-CLI Reference](https://reportedip.com/docs/integrations/wordpress-hive/#wp-cli-reference) - [Cache-Plugin Compatibility](https://reportedip.com/docs/integrations/wordpress-hive/#cache-plugin-compatibility) - [Filters and Action Hooks](https://reportedip.com/docs/integrations/wordpress-hive/#filters-and-action-hooks) - [Frequently Asked Questions](https://reportedip.com/docs/integrations/wordpress-hive/#frequently-asked-questions) - [General](https://reportedip.com/docs/integrations/wordpress-hive/#general) - [Installation & Setup](https://reportedip.com/docs/integrations/wordpress-hive/#installation-and-setup) - [Modes & Sensors](https://reportedip.com/docs/integrations/wordpress-hive/#modes-and-sensors) - [2FA](https://reportedip.com/docs/integrations/wordpress-hive/#2fa) - [Performance & Compatibility](https://reportedip.com/docs/integrations/wordpress-hive/#performance-and-compatibility) - [Privacy & GDPR](https://reportedip.com/docs/integrations/wordpress-hive/#privacy-and-gdpr) - [Customisation & Extension](https://reportedip.com/docs/integrations/wordpress-hive/#customisation-and-extension) - [Quotas, Plans & Account](https://reportedip.com/docs/integrations/wordpress-hive/#quotas-plans-and-account) - [Troubleshooting](https://reportedip.com/docs/integrations/wordpress-hive/#troubleshooting) - [Plugin does not block any IPs](https://reportedip.com/docs/integrations/wordpress-hive/#plugin-does-not-block-any-ips) - [API connection errors in Community Network mode](https://reportedip.com/docs/integrations/wordpress-hive/#api-connection-errors-in-community-network-mode) - [Cookie-banner visitors get blocked](https://reportedip.com/docs/integrations/wordpress-hive/#cookie-banner-visitors-get-blocked) - [Legitimate users get blocked](https://reportedip.com/docs/integrations/wordpress-hive/#legitimate-users-get-blocked) - [Locked yourself out? (own IP blocked, wp-admin unreachable)](https://reportedip.com/docs/integrations/wordpress-hive/#locked-yourself-out-own-ip-blocked-wp-admin-unreachable) - [The firewall blocks a legitimate request (WAF false positive)](https://reportedip.com/docs/integrations/wordpress-hive/#the-firewall-blocks-a-legitimate-request-waf-false-positive) - [Extended Protection is enabled but shows "not running"](https://reportedip.com/docs/integrations/wordpress-hive/#extended-protection-is-enabled-but-shows-not-running) - [High API usage / running out of checks](https://reportedip.com/docs/integrations/wordpress-hive/#high-api-usage-running-out-of-checks) - [Locked out by 2FA](https://reportedip.com/docs/integrations/wordpress-hive/#locked-out-by-2fa) - [The block editor (Gutenberg) keeps getting throttled](https://reportedip.com/docs/integrations/wordpress-hive/#the-block-editor-gutenberg-keeps-getting-throttled) - [GDPR & Privacy](https://reportedip.com/docs/integrations/wordpress-hive/#gdpr-and-privacy) - [Changelog Highlights](https://reportedip.com/docs/integrations/wordpress-hive/#changelog-highlights) - [Looking for the smaller edition?](https://reportedip.com/docs/integrations/wordpress-hive/#looking-for-the-smaller-edition) - [WordPress Plugin — Light](https://reportedip.com/docs/integrations/wordpress-light/): The wp.org edition: brute-force protection plus optional community lookups. - [Installation](https://reportedip.com/docs/integrations/wordpress-light/#installation) - [Setup Wizard (4 steps)](https://reportedip.com/docs/integrations/wordpress-light/#setup-wizard-4-steps) - [Operating Modes](https://reportedip.com/docs/integrations/wordpress-light/#operating-modes) - [What you get — and what you don't](https://reportedip.com/docs/integrations/wordpress-light/#what-you-get-and-what-you-dont) - [Progressive Block Escalation](https://reportedip.com/docs/integrations/wordpress-light/#progressive-block-escalation) - [Configuration Overview](https://reportedip.com/docs/integrations/wordpress-light/#configuration-overview) - [Database Tables](https://reportedip.com/docs/integrations/wordpress-light/#database-tables) - [External Services & GDPR](https://reportedip.com/docs/integrations/wordpress-light/#external-services-and-gdpr) - [Filters and Action Hooks](https://reportedip.com/docs/integrations/wordpress-light/#filters-and-action-hooks) - [Upgrading to ReportedIP Hive (Full Edition)](https://reportedip.com/docs/integrations/wordpress-light/#upgrading-to-reportedip-hive-full-edition) - [Frequently Asked Questions](https://reportedip.com/docs/integrations/wordpress-light/#frequently-asked-questions) - [Honeypot Server](https://reportedip.com/docs/integrations/honeypot-server/): Deploy a honeypot that emulates a CMS, analyses what hits it, and reports automatically. - [What is a Honeypot?](https://reportedip.com/docs/integrations/honeypot-server/#what-is-a-honeypot) - [CMS Emulation](https://reportedip.com/docs/integrations/honeypot-server/#cms-emulation) - [Threat Analyzers](https://reportedip.com/docs/integrations/honeypot-server/#threat-analyzers) - [Automatic Reporting](https://reportedip.com/docs/integrations/honeypot-server/#automatic-reporting) - [Impact on Confidence Score](https://reportedip.com/docs/integrations/honeypot-server/#impact-on-confidence-score) - [Honeypot Bonus Formula](https://reportedip.com/docs/integrations/honeypot-server/#honeypot-bonus-formula) - [Requirements](https://reportedip.com/docs/integrations/honeypot-server/#requirements) - [Installation](https://reportedip.com/docs/integrations/honeypot-server/#installation) - [Docker (Recommended)](https://reportedip.com/docs/integrations/honeypot-server/#docker-recommended) - [Manual Setup](https://reportedip.com/docs/integrations/honeypot-server/#manual-setup) - [Configuration](https://reportedip.com/docs/integrations/honeypot-server/#configuration) - [Queue Processing](https://reportedip.com/docs/integrations/honeypot-server/#queue-processing) - [Webhooks](https://reportedip.com/docs/integrations/honeypot-server/#webhooks) - [Setup](https://reportedip.com/docs/integrations/honeypot-server/#setup) - [Request Headers](https://reportedip.com/docs/integrations/honeypot-server/#request-headers) - [Payload](https://reportedip.com/docs/integrations/honeypot-server/#payload) - [Signature Verification](https://reportedip.com/docs/integrations/honeypot-server/#signature-verification) - [Routing to any API](https://reportedip.com/docs/integrations/honeypot-server/#routing-to-any-api) - [Placeholders](https://reportedip.com/docs/integrations/honeypot-server/#placeholders) - [AbuseIPDB integration](https://reportedip.com/docs/integrations/honeypot-server/#abuseipdb-integration) - [Presets](https://reportedip.com/docs/integrations/honeypot-server/#presets) - [GitHub Repository](https://reportedip.com/docs/integrations/honeypot-server/#github-repository) - [fail2ban](https://reportedip.com/docs/integrations/fail2ban/): A custom action that reports every ban on an existing fail2ban install. - [How fail2ban works (in 30 seconds)](https://reportedip.com/docs/integrations/fail2ban/#how-fail2ban-works-in-30-seconds) - [1. Create the report action](https://reportedip.com/docs/integrations/fail2ban/#1-create-the-report-action) - [2. Enable it on a jail](https://reportedip.com/docs/integrations/fail2ban/#2-enable-it-on-a-jail) - [3. Apply and verify](https://reportedip.com/docs/integrations/fail2ban/#3-apply-and-verify) - [Reading the fail2ban log](https://reportedip.com/docs/integrations/fail2ban/#reading-the-fail2ban-log) - [Choosing threat categories per jail](https://reportedip.com/docs/integrations/fail2ban/#choosing-threat-categories-per-jail) - [Reporting more than one jail](https://reportedip.com/docs/integrations/fail2ban/#reporting-more-than-one-jail) - [Good practice & safety](https://reportedip.com/docs/integrations/fail2ban/#good-practice-and-safety) - [Troubleshooting](https://reportedip.com/docs/integrations/fail2ban/#troubleshooting) ## Blocking - [Blocking](https://reportedip.com/docs/blocking/): Block malicious IP addresses before they reach an application: downloadable blacklist feeds, kernel-level ipset and nftables blocking, and a DNSBL zone for mail servers. - [Blacklist](https://reportedip.com/docs/blocking/blacklist/): Download the community blacklist as TXT, JSON or CSV, via API or from GitHub. - [How the blacklist is generated](https://reportedip.com/docs/blocking/blacklist/#how-the-blacklist-is-generated) - [GitHub Repository](https://reportedip.com/docs/blocking/blacklist/#github-repository) - [Repository Structure](https://reportedip.com/docs/blocking/blacklist/#repository-structure) - [File Formats](https://reportedip.com/docs/blocking/blacklist/#file-formats) - [TXT Format](https://reportedip.com/docs/blocking/blacklist/#txt-format) - [JSON Format](https://reportedip.com/docs/blocking/blacklist/#json-format) - [CSV Format](https://reportedip.com/docs/blocking/blacklist/#csv-format) - [Firewall Integration](https://reportedip.com/docs/blocking/blacklist/#firewall-integration) - [Nginx](https://reportedip.com/docs/blocking/blacklist/#nginx) - [Apache (.htaccess)](https://reportedip.com/docs/blocking/blacklist/#apache-htaccess) - [iptables (via ipset)](https://reportedip.com/docs/blocking/blacklist/#iptables-via-ipset) - [fail2ban](https://reportedip.com/docs/blocking/blacklist/#fail2ban) - [API Access](https://reportedip.com/docs/blocking/blacklist/#api-access) - [Service-specific blacklists](https://reportedip.com/docs/blocking/blacklist/#service-specific-blacklists) - [Auto-Update Script](https://reportedip.com/docs/blocking/blacklist/#auto-update-script) - [Cron Schedule](https://reportedip.com/docs/blocking/blacklist/#cron-schedule) - [Update Script](https://reportedip.com/docs/blocking/blacklist/#update-script) - [Real-time vs. GitHub](https://reportedip.com/docs/blocking/blacklist/#real-time-vs-github) - [Network-Level Blocking](https://reportedip.com/docs/blocking/firewall/): Kernel-level blocking with ipset or nftables, port-scoped rules, IPv6 and cloud firewalls. - [How it works](https://reportedip.com/docs/blocking/firewall/#how-it-works) - [Service lists and their categories](https://reportedip.com/docs/blocking/firewall/#service-lists-and-their-categories) - [The request](https://reportedip.com/docs/blocking/firewall/#the-request) - [How large the lists get](https://reportedip.com/docs/blocking/firewall/#how-large-the-lists-get) - [Why confidence 90 keeps false positives low](https://reportedip.com/docs/blocking/firewall/#why-confidence-90-keeps-false-positives-low) - [Operational rules](https://reportedip.com/docs/blocking/firewall/#operational-rules) - [Sync script (ipset)](https://reportedip.com/docs/blocking/firewall/#sync-script-ipset) - [iptables rules](https://reportedip.com/docs/blocking/firewall/#iptables-rules) - [Native nftables](https://reportedip.com/docs/blocking/firewall/#native-nftables) - [One-time setup](https://reportedip.com/docs/blocking/firewall/#one-time-setup) - [Update step](https://reportedip.com/docs/blocking/firewall/#update-step) - [IPv6](https://reportedip.com/docs/blocking/firewall/#ipv6) - [Cloud and edge firewalls](https://reportedip.com/docs/blocking/firewall/#cloud-and-edge-firewalls) - [Cloudflare](https://reportedip.com/docs/blocking/firewall/#cloudflare) - [AWS](https://reportedip.com/docs/blocking/firewall/#aws) - [Other providers](https://reportedip.com/docs/blocking/firewall/#other-providers) - [Verify it works](https://reportedip.com/docs/blocking/firewall/#verify-it-works) - [Before you switch to DROP](https://reportedip.com/docs/blocking/firewall/#before-you-switch-to-drop) - [Troubleshooting](https://reportedip.com/docs/blocking/firewall/#troubleshooting) - [Report back](https://reportedip.com/docs/blocking/firewall/#report-back) - [Quick reference](https://reportedip.com/docs/blocking/firewall/#quick-reference) - [DNSBL / RBL Zone](https://reportedip.com/docs/blocking/dnsbl/): Query the blacklist per message from Postfix, Rspamd or an RPZ zone. - [Your zone string](https://reportedip.com/docs/blocking/dnsbl/#your-zone-string) - [One key or many](https://reportedip.com/docs/blocking/dnsbl/#one-key-or-many) - [Return codes](https://reportedip.com/docs/blocking/dnsbl/#return-codes) - [Add it to your mail server](https://reportedip.com/docs/blocking/dnsbl/#add-it-to-your-mail-server) - [Postfix](https://reportedip.com/docs/blocking/dnsbl/#postfix) - [Rspamd](https://reportedip.com/docs/blocking/dnsbl/#rspamd) - [Category sub-zones](https://reportedip.com/docs/blocking/dnsbl/#category-sub-zones) - [Limits and caching](https://reportedip.com/docs/blocking/dnsbl/#limits-and-caching) - [Standards & compatibility](https://reportedip.com/docs/blocking/dnsbl/#standards-and-compatibility) ## Support - [Support](https://reportedip.com/docs/support/): Answers to common ReportedIP questions and the process for requesting removal of an IP address from the database. - [FAQ](https://reportedip.com/docs/support/faq/): The questions that come up most often, grouped by topic. - [General](https://reportedip.com/docs/support/faq/#general) - [Account](https://reportedip.com/docs/support/faq/#account) - [API](https://reportedip.com/docs/support/faq/#api) - [WordPress Plugin](https://reportedip.com/docs/support/faq/#wordpress-plugin) - [Blacklists](https://reportedip.com/docs/support/faq/#blacklists) - [IP Delisting](https://reportedip.com/docs/support/faq/#ip-delisting) - [Pricing & Plans](https://reportedip.com/docs/support/faq/#pricing-and-plans) - [Privacy & GDPR](https://reportedip.com/docs/support/faq/#privacy-and-gdpr) - [Honeypot Server](https://reportedip.com/docs/support/faq/#honeypot-server) - [DNS Checker](https://reportedip.com/docs/support/faq/#dns-checker) - [IP Delisting](https://reportedip.com/docs/support/ip-delisting/): How listings expire on their own, and how to request removal if one is wrong. - [Why IPs Get Listed](https://reportedip.com/docs/support/ip-delisting/#why-ips-get-listed) - [Automatic Removal](https://reportedip.com/docs/support/ip-delisting/#automatic-removal) - [How to Request Delisting](https://reportedip.com/docs/support/ip-delisting/#how-to-request-delisting) - [1. Check Your IP](https://reportedip.com/docs/support/ip-delisting/#1-check-your-ip) - [2. Send a Delisting Request](https://reportedip.com/docs/support/ip-delisting/#2-send-a-delisting-request) - [False Positive Reports](https://reportedip.com/docs/support/ip-delisting/#false-positive-reports) - [Review Process](https://reportedip.com/docs/support/ip-delisting/#review-process) - [Prevention](https://reportedip.com/docs/support/ip-delisting/#prevention) - [Why Delisting Requests Are Denied](https://reportedip.com/docs/support/ip-delisting/#why-delisting-requests-are-denied) - [Delisting FAQ](https://reportedip.com/docs/support/ip-delisting/#delisting-faq) - [How long does delisting take?](https://reportedip.com/docs/support/ip-delisting/#how-long-does-delisting-take) - [Does delisting cost anything?](https://reportedip.com/docs/support/ip-delisting/#does-delisting-cost-anything) - [Will my IP be relisted after delisting?](https://reportedip.com/docs/support/ip-delisting/#will-my-ip-be-relisted-after-delisting) - [Can I monitor my IP so I notice a listing early?](https://reportedip.com/docs/support/ip-delisting/#can-i-monitor-my-ip-so-i-notice-a-listing-early)