Hostname
miljons.lv
Last fetched
miljons.lv resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
miljons.lv resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.27.197 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.233.52.206 | 172.233.32.0/19 | AS63949 | — | NL |
| 172.67.169.163 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with miljons.lv in WhisperGraph.
Subdomains
20 observed subdomains of miljons.lv.
Web-graph footprint
Distinct hostnames that link to or from miljons.lv in the public web crawl.
20 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for miljons.lv.
| Mechanism | Target |
|---|---|
| SPF_A | deb.miljons.lv |
| SPF_A | mail.miljons.lv |
| SPF_A | miljons.lv |
| SPF_A | smtp.miljons.lv |
| SPF_IP | 134.122.51.210 |
| SPF_IP | 157.230.39.227 |
| SPF_IP | 172.104.75.145 |
| SPF_IP | 172.233.52.206 |
| SPF_IP | 2400:8902:0:0:f03c:92ff:fe00:963 |
| SPF_IP | 2600:3c0e:0:0:f03c:95ff:fe46:6ae0 |
| SPF_IP | 89.111.23.155 |
| SPF_MX | miljons.lv |
Related pages
Pivot deeper into the graph from miljons.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "miljons.lv"})-[: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.