Hostname
lucky.net
Last fetched
lucky.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1112 as the registrar.
Nutrition Label
Resolution chain
lucky.net has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1112
- Organization
- danil girich
- Contact emails
Subdomains
113 observed subdomains of lucky.net.
Showing 25 of 113. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lucky.net in the public web crawl.
66 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for lucky.net.
| Mechanism | Target |
|---|---|
| SPF_A | lucky.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 193.193.193.116/32 |
| SPF_IP | 193.193.194.194 |
| SPF_IP | 193.193.223.78/32 |
| SPF_IP | 193.193.223.79/32 |
| SPF_IP | 193.239.255.10/32 |
| SPF_IP | 62.244.55.199/32 |
| SPF_IP | 62.244.55.202/32 |
| SPF_IP | 62.244.6.28/32 |
| SPF_IP | 62.244.6.35/32 |
| SPF_IP | 62.244.62.10/32 |
| SPF_MX | lucky.net |
Related pages
Pivot deeper into the graph from lucky.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lucky.net"})-[: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.