Hostname
ign.es
Last fetched
ign.es resolves to 1 IPv4 address operated by SEAP-AGE in ES.
Nutrition Label
Resolution chain
ign.es 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 |
|---|---|---|---|---|
| 192.148.213.40 | 192.148.213.0/24 | AS200521 | SEAP-AGE | ES |
WHOIS identity
No WHOIS records are currently associated with ign.es in WhisperGraph.
Subdomains
74 observed subdomains of ign.es.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ign.es in the public web crawl.
2,261 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ign.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.148.212.217 |
| SPF_IP | 192.148.212.218 |
| SPF_IP | 192.148.212.221 |
| SPF_IP | 192.148.212.222 |
| SPF_IP | 192.148.212.223 |
| SPF_IP | 192.148.212.224 |
| SPF_MX | ign.es |
Related pages
Pivot deeper into the graph from ign.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ign.es"})-[: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.