Hostname
mail.ambittechnologies.com
Last fetched
mail.ambittechnologies.com resolves to 2 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US.
Nutrition Label
Resolution chain
mail.ambittechnologies.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 |
|---|---|---|---|---|
| 209.54.98.2 | 209.54.98.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 209.59.151.244 | 209.59.128.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with mail.ambittechnologies.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- hdsterra-smnsg-com.p10.spamhero.com
- hdsterra-smnsg-com.p20.spamhero.net
- hdsterra-smnsg-com.p30.spamhero.net
- hdsterra-smnsg-com.p40.spamhero.net
- web26-prd-rnrd-staktec-com.p10.spamhero.com
- web26-prd-rnrd-staktec-com.p20.spamhero.net
- web26-prd-rnrd-staktec-com.p30.spamhero.net
- web26-prd-rnrd-staktec-com.p40.spamhero.net
SPF policy
5 SPF mechanisms authorising senders for mail.ambittechnologies.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ambittechnologies.com |
| SPF_INCLUDE | spf.spamhero.com |
| SPF_IP | 198.23.173.114 |
| SPF_IP | 209.59.151.244 |
| SPF_MX | mail.ambittechnologies.com |
Related pages
Pivot deeper into the graph from mail.ambittechnologies.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.ambittechnologies.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.