Hostname
ambu.com
Last fetched
ambu.com resolves to 1 IPv4 address operated by DIGMEDIA-GMBH in DK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ambu.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.40.46.72 | 185.40.44.0/22 | AS62319 | DIGMEDIA-GMBH | DK |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
50 observed subdomains of ambu.com.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ambu.com in the public web crawl.
299 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for ambu.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.nnithosting.com |
| SPF_INCLUDE | spf1.ambu.com |
| SPF_IP | 113.210.190.32/28 |
| SPF_IP | 20.47.149.138/32 |
| SPF_IP | 23.249.208.0/20 |
| SPF_IP | 23.251.224.0/19 |
| SPF_IP | 35.190.247.0/24 |
| SPF_IP | 35.191.0.0/16 |
| SPF_IP | 37.188.97.188/32 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 50.203.113.0/25 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 50.56.130.220 |
| SPF_IP | 51.4.72.0/24 |
| SPF_IP | 51.4.80.0/27 |
| SPF_IP | 51.5.72.0/24 |
| SPF_IP | 51.5.80.0/27 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 52.112.0.0/14 |
| SPF_IP | 54.240.0.0/18 |
| SPF_IP | 54.240.64.0/19 |
| SPF_IP | 59.60.7.48/29 |
| SPF_IP | 64.233.160.0/19 |
| SPF_IP | 66.102.0.0/20 |
| SPF_IP | 66.249.80.0/20 |
Related pages
Pivot deeper into the graph from ambu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ambu.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.