Hostname
mail2.hipeq.com
Last fetched
mail2.hipeq.com resolves to 2 IPv4 addresses operated by ALINK - A-Link Network Services, Inc. in US.
Nutrition Label
Resolution chain
mail2.hipeq.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 207.135.99.137 | 207.135.99.0/24 | AS6379 | ALINK - A-Link Network Services, Inc. | US |
| 209.237.251.106 | 209.237.251.0/24 | AS23342 | UNITEDLAYER - Unitedlayer, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail2.hipeq.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail2.hipeq.com
SPF policy
6 SPF mechanisms authorising senders for mail2.hipeq.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail2.hipeq.com |
| SPF_IP | 207.135.99.135 |
| SPF_IP | 207.135.99.136 |
| SPF_IP | 207.135.99.137 |
| SPF_IP | 207.135.99.139 |
| SPF_MX | mail2.hipeq.com |
Related pages
Pivot deeper into the graph from mail2.hipeq.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail2.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.