Hostname
connect.netmeds.com
Last fetched
connect.netmeds.com resolves to 4 IPv4 addresses operated by AS60164 in DE.
Nutrition Label
Resolution chain
connect.netmeds.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.192.43.151 | 91.192.66.0/24 | AS60164 | — | DE |
| 91.192.43.152 | 91.192.66.0/24 | AS60164 | — | DE |
| 91.192.43.153 | 91.192.66.0/24 | AS60164 | — | DE |
| 91.192.43.154 | 91.192.66.0/24 | AS60164 | — | DE |
WHOIS identity
No WHOIS records are currently associated with connect.netmeds.com in WhisperGraph.
Subdomains
3 observed subdomains of connect.netmeds.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for connect.netmeds.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | spf.h.shortest-route.com |
Related pages
Pivot deeper into the graph from connect.netmeds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "connect.netmeds.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.