Hostname
face2fire.com
Last fetched
face2fire.com resolves to 1 IPv4 address operated by AS57286 in ES. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
face2fire.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 146.255.98.166 | 146.255.96.0/22 | AS57286 | — | ES |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
6 observed subdomains of face2fire.com.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from face2fire.com in the public web crawl.
73 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for face2fire.com.
| Mechanism | Target |
|---|---|
| SPF_A | face2fire.com |
| SPF_INCLUDE | transmail.net |
| SPF_MX | face2fire.com |
Related pages
Pivot deeper into the graph from face2fire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "face2fire.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.