Hostname
npr.eurl.live
Last fetched
npr.eurl.live resolves to 1 IPv4 address operated by AS47583 in US.
Nutrition Label
Resolution chain
npr.eurl.live 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 |
|---|---|---|---|---|
| 72.60.118.2 | 72.60.112.0/20 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with npr.eurl.live in WhisperGraph.
Subdomains
2 observed subdomains of npr.eurl.live.
| Subdomain |
|---|
| mail.npr.eurl.live |
| www.npr.eurl.live |
Web-graph footprint
Distinct hostnames that link to or from npr.eurl.live in the public web crawl.
200 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- npr.eurl.live
SPF policy
3 SPF mechanisms authorising senders for npr.eurl.live.
| Mechanism | Target |
|---|---|
| SPF_A | npr.eurl.live |
| SPF_IP | 72.60.118.2 |
| SPF_MX | npr.eurl.live |
Related pages
Pivot deeper into the graph from npr.eurl.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "npr.eurl.live"})-[: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.