Skip to content

Hostname

connectme365.com

Last fetched

connectme365.com resolves to 1 IPv4 address operated by SPARK-NZ - Global-Gateway Internet in NZ. WHOIS lists iana:13 as the registrar.

Nutrition Label

WHISPER CANON · connectme365.comRouting diversity1.5/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/connectme365.com

Resolution chain

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

IPPrefixASNOperatorCountry
122.56.51.182122.56.48.0/22AS4648SPARK-NZ - Global-Gateway InternetNZ

WHOIS identity

Registrar
iana:13
Organization
kent dicks
Contact emails

Subdomains

14 observed subdomains of connectme365.com.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for connectme365.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from connectme365.com.

Cypher and MCP

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

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