Skip to content

Hostname

mail.hipeq.com

Last fetched

mail.hipeq.com resolves to 2 IPv4 addresses operated by ALINK - A-Link Network Services, Inc. in US.

Nutrition Label

WHISPER CANON · mail.hipeq.comRouting diversity2.4/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mail.hipeq.com

Resolution chain

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

IPPrefixASNOperatorCountry
207.135.99.135207.135.99.0/24AS6379ALINK - A-Link Network Services, Inc.US
67.221.170.467.221.160.0/20AS23342UNITEDLAYER - Unitedlayer, Inc.US

WHOIS identity

No WHOIS records are currently associated with mail.hipeq.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • mail.hipeq.com

SPF policy

4 SPF mechanisms authorising senders for mail.hipeq.com.

MechanismTarget
SPF_Amail.hipeq.com
SPF_IP207.135.99.135
SPF_IP207.135.99.137
SPF_MXmail.hipeq.com

Related pages

Pivot deeper into the graph from mail.hipeq.com.

Cypher and MCP

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

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