Skip to content

Hostname

wp.enn.com

Last fetched

wp.enn.com resolves to 1 IPv4 address operated by MGRC - MCGRATH RENTCORP in US.

Nutrition Label

WHISPER CANON · wp.enn.comRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/wp.enn.com

Resolution chain

wp.enn.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
162.215.12.190162.214.0.0/15AS46606MGRC - MCGRATH RENTCORPUS

WHOIS identity

No WHOIS records are currently associated with wp.enn.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • wp.enn.com

SPF policy

3 SPF mechanisms authorising senders for wp.enn.com.

MechanismTarget
SPF_Awp.enn.com
SPF_IP162.215.12.190
SPF_MXwp.enn.com

Related pages

Pivot deeper into the graph from wp.enn.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "wp.enn.com"})-[: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.