Hostname
esp32.ro
Last fetched
esp32.ro resolves to 2 IPv4 addresses operated by AS40975 in RO.
Nutrition Label
Resolution chain
esp32.ro 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 |
|---|---|---|---|---|
| 89.35.7.130 | 89.35.6.0/23 | AS40975 | — | RO |
| 89.35.7.50 | 89.35.6.0/23 | AS40975 | — | RO |
WHOIS identity
No WHOIS records are currently associated with esp32.ro in WhisperGraph.
Subdomains
1 observed subdomain of esp32.ro.
| Subdomain |
|---|
| mail.esp32.ro |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for esp32.ro.
| Mechanism | Target |
|---|---|
| SPF_MX | esp32.ro |
Related pages
Pivot deeper into the graph from esp32.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esp32.ro"})-[: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.