Skip to content

Hostname

lucy.mrs.org

Last fetched

lucy.mrs.org resolves to 3 IPv4 addresses operated by NTT-DATA-2914 - NTT America, Inc. in US.

Nutrition Label

WHISPER CANON · lucy.mrs.orgRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/lucy.mrs.org

Resolution chain

lucy.mrs.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
199.234.10.200199.234.0.0/16AS2914NTT-DATA-2914 - NTT America, Inc.US
24.239.116.13024.239.96.0/19AS27364ACS-INTERNET - ArmstrongUS
66.212.142.7166.212.128.0/19AS13333CCI-PA-AS-1 - FidiumUS

WHOIS identity

No WHOIS records are currently associated with lucy.mrs.org in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from lucy.mrs.org in the public web crawl.

7 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from lucy.mrs.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "lucy.mrs.org"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.