{% extends "base.html" %} {% block title %}Search{% endblock %} {% block content %}

EireScope OSINT

Open-Source Intelligence Investigation Dashboard

{% if error %}
Error: {{ error }}
{% endif %}
👤

Username Search

Scan 200+ platforms for matching profiles

📧

Email Enrichment

Breach checks, domain analysis, provider detection

📱

Phone Analysis

Carrier detection, Irish number classification

🌐

IP/Domain Recon

WHOIS, GeoIP, DNS records, subdomain enumeration

🏢

Irish CRO Lookup

Company registrations, directors, status via CRO open data

{% if recent_investigations %}

Recent Investigations

{% for inv in recent_investigations %} {% endfor %}
Query Type Entities Status Date
{{ inv.initial_query }} {{ inv.initial_type }} {{ inv.entity_count }} {{ inv.status }} {{ inv.created_at[:16] }} View
{% endif %}

Available Modules

{% for module in modules %}

{{ module.name }}

{{ module.description }}

{% for t in module.supported_types %} {{ t }} {% endfor %}
{% if module.requires_api_key %} API Key Required {% endif %}
{% endfor %}
{% endblock %}