Skip to content

Hostname

midwestinfo.net

Last fetched

midwestinfo.net resolves to 2 IPv4 addresses operated by LNET-ASN - LocalNet Corporation in US. WHOIS lists iana:440 as the registrar.

Nutrition Label

WHISPER CANON · midwestinfo.netRouting diversity2.4/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/midwestinfo.net

Resolution chain

midwestinfo.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
209.81.192.12209.81.192.0/18AS7321LNET-ASN - LocalNet CorporationUS
209.81.96.134209.81.96.0/19AS16904ARVIG-16904 - Arvig Enterprises Inc.US

WHOIS identity

Registrar
iana:440
Organization
arvig
Contact emails

Subdomains

4 observed subdomains of midwestinfo.net.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for midwestinfo.net.

MechanismTarget
SPF_INCLUDE_spf.atmailcloud.com
SPF_INCLUDEsecureserver.net
SPF_IP208.235.248.20/32

Related pages

Pivot deeper into the graph from midwestinfo.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "midwestinfo.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 20

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