Hostname
002.es
Last fetched
002.es resolves to 2 IPv4 addresses operated by DIGI- in ES.
Nutrition Label
Resolution chain
002.es resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 79.116.7.197 | 79.116.0.0/16 | AS57269 | DIGI- | ES |
| 86.127.243.116 | 86.127.224.0/19 | AS57269 | DIGI- | ES |
WHOIS identity
No WHOIS records are currently associated with 002.es in WhisperGraph.
Subdomains
30 observed subdomains of 002.es.
Showing 25 of 30. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for 002.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dvz.myqnapcloud.com |
| SPF_INCLUDE | mx.ovh.com |
Related pages
Pivot deeper into the graph from 002.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "002.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.