Hostname
sixthjune.ro
Last fetched
sixthjune.ro resolves to 1 IPv4 address operated by AS9009 in RO.
Nutrition Label
Resolution chain
sixthjune.ro 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 |
|---|---|---|---|---|
| 45.15.23.161 | 45.15.23.0/24 | AS9009 | — | RO |
WHOIS identity
No WHOIS records are currently associated with sixthjune.ro in WhisperGraph.
Subdomains
7 observed subdomains of sixthjune.ro.
Threat posture
History
Mail and authentication
MX records
- sixthjune.ro
SPF policy
3 SPF mechanisms authorising senders for sixthjune.ro.
| Mechanism | Target |
|---|---|
| SPF_A | sixthjune.ro |
| SPF_IP | 45.15.23.161 |
| SPF_MX | sixthjune.ro |
Related pages
Pivot deeper into the graph from sixthjune.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sixthjune.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.