Hostname
impromed.com
Last fetched
impromed.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:3786 as the registrar.
Nutrition Label
Resolution chain
impromed.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:3786
- Organization
- impromed, llc.
- Contact emails
Subdomains
69 observed subdomains of impromed.com.
Showing 25 of 69. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from impromed.com in the public web crawl.
18 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
26 SPF mechanisms authorising senders for impromed.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.impromed.com |
| SPF_IP | 15.200.201.185/32 |
| SPF_IP | 15.200.21.50/32 |
| SPF_IP | 15.200.44.248/32 |
| SPF_IP | 20.47.149.138/32 |
| SPF_IP | 24.106.27.224/29 |
| SPF_IP | 35.185.219.78 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 50.31.32.0/19 |
| 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.222.62.51/32 |
| SPF_IP | 52.222.73.120/32 |
| SPF_IP | 52.222.73.83/32 |
| SPF_IP | 52.222.75.85/32 |
| SPF_IP | 52.222.89.228/32 |
| SPF_IP | 52.61.91.9/32 |
| SPF_IP | 54.186.193.102/32 |
| SPF_IP | 64.69.212.0/24 |
| SPF_IP | 67.53.95.192/26 |
| SPF_IP | 72.3.239.145/32 |
| SPF_IP | 74.62.95.96/27 |
Related pages
Pivot deeper into the graph from impromed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "impromed.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.