Hostname
lan2wan.net
Last fetched
lan2wan.net resolves to 1 IPv4 address operated by MCSP - Medical Computer Systems in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
lan2wan.net 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 |
|---|---|---|---|---|
| 204.152.42.46 | 204.152.42.0/24 | AS11951 | MCSP - Medical Computer Systems | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- lan2wan
- Contact emails
Subdomains
965 observed subdomains of lan2wan.net.
Showing 25 of 965. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lan2wan.net in the public web crawl.
6 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for lan2wan.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 204.152.42.0/24 |
| SPF_IP | 207.152.134.0/24 |
| SPF_IP | 207.152.136.0/24 |
| SPF_IP | 207.152.137.0/24 |
| SPF_IP | 207.152.177.101 |
| SPF_IP | 68.231.203.81 |
| SPF_MX | lan2wan.net |
Related pages
Pivot deeper into the graph from lan2wan.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lan2wan.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.