{% extends "base.html" %} {% block title %}Profiler{% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}
TARGET IDENTIFIERS Provide any combination — more inputs, better results
INTEL SOURCES
{% for api in apis %} {% if 'people' in api.categories or 'email' in api.categories or 'social' in api.categories or 'breach' in api.categories %}
{{ api.name }} {{ api.description[:50] }} {{ api.tier }} {% if not api.is_configured %} CONFIGURE {% endif %}
{% endif %} {% endfor %}
◈ HOW IT WORKS

PhantomSignal aggregates publicly available information from multiple intelligence sources to build a comprehensive profile of an individual.

Data sources include public records, breach databases, people-search services, and direct API integrations across major platforms:

{% set platforms = [ ("X / Twitter","neon-cyan"), ("Reddit","neon-pink"), ("Instagram","neon-purple"), ("TikTok","neon-green"), ("LinkedIn","neon-cyan"), ("YouTube","neon-pink"), ("GitHub","neon-green"), ("Facebook / Meta","neon-purple"), ("HaveIBeenPwned","neon-pink"), ("Hunter.io","neon-cyan"), ("FullContact","neon-green"), ("Pipl","neon-purple"), ("WhitePages","neon-cyan"), ("Spokeo","neon-pink"), ("Clearbit","neon-green") ] %} {% for name, color in platforms %} {{ name }} {% endfor %}
⚠ OPERATOR WARNING

This tool is for authorized investigations only. Always obtain proper legal authorization before searching for information about real individuals.

Misuse may violate GDPR, CCPA, FCRA, and other privacy laws.

⚙ CONFIGURED SOURCES
{% set configured_count = apis|selectattr('is_configured')|list|length %}
{{ configured_count }} / {{ apis|length }} APIs active

Configure API keys → to unlock more intelligence sources.

{% endblock %} {% block scripts %} {% endblock %}