{% extends 'layout.twig' %} {% block title %}Sign in — IRDB{% endblock %} {% block guest_content %}
IRDB

IRDB

IP Reputation Database

Sign in to continue

{% if oidc_enabled %} Sign in with Microsoft {% endif %} {% if local_admin_enabled %}
{% if oidc_enabled %}
or
{% endif %}
{% include 'partials/csrf.twig' %}
{% endif %} {% if not oidc_enabled and not local_admin_enabled %}

No sign-in method is enabled. Set OIDC_ENABLED=true or LOCAL_ADMIN_ENABLED=true in the configuration.

{% endif %}

New here?

IRDB collects abuse reports from your servers and hands every firewall a tailored block list.

Learn what IRDB is
{% endblock %}