Hostname
medone.inntech.dev
Last fetched
medone.inntech.dev resolves to 1 IPv4 address operated by AS34358 in RO.
Nutrition Label
Resolution chain
medone.inntech.dev 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.171.184.9 | 185.171.184.0/24 | AS34358 | — | RO |
WHOIS identity
No WHOIS records are currently associated with medone.inntech.dev in WhisperGraph.
Subdomains
1 observed subdomain of medone.inntech.dev.
| Subdomain |
|---|
| www.medone.inntech.dev |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for medone.inntech.dev.
| Mechanism | Target |
|---|---|
| SPF_A | medone.inntech.dev |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.mxserver.ro |
| SPF_INCLUDE | spf.tlh.ro |
| SPF_IP | 185.171.184.9 |
| SPF_IP | 185.171.185.104 |
| SPF_IP | 77.81.165.35 |
| SPF_MX | medone.inntech.dev |
Related pages
Pivot deeper into the graph from medone.inntech.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medone.inntech.dev"})-[: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.