Skip to content

Hostname

wizzou-projects.com

Last fetched

wizzou-projects.com resolves to 1 IPv4 address operated by AS8368 in BE. WHOIS lists iana:1464 as the registrar.

Nutrition Label

WHISPER CANON · wizzou-projects.comRouting diversity1.5/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.0/10canon.whisper.security/host/wizzou-projects.com

Resolution chain

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

IPPrefixASNOperatorCountry
85.158.106.6085.158.106.0/23AS8368BE

WHOIS identity

Registrar
iana:1464
Organization
wizzou
Contact emails

Subdomains

13 observed subdomains of wizzou-projects.com.

Threat posture

History

Mail and authentication

MX records

  • wizzou-projects.com

SPF policy

4 SPF mechanisms authorising senders for wizzou-projects.com.

MechanismTarget
SPF_Awizzou-projects.com
SPF_INCLUDE_spf.mailersend.net
SPF_IP85.158.106.60
SPF_MXwizzou-projects.com

Related pages

Pivot deeper into the graph from wizzou-projects.com.

Cypher and MCP

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

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