Hostname
sawomedicus.com
Last fetched
sawomedicus.com resolves to 2 IPv4 addresses operated by AS25504 in DE. WHOIS lists iana:1443 as the registrar.
Nutrition Label
Resolution chain
sawomedicus.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 |
|---|---|---|---|---|
| 151.252.51.162 | 151.252.48.0/20 | AS25504 | — | DE |
| 185.87.21.166 | 185.87.21.0/24 | AS215341 | — | DE |
WHOIS identity
- Registrar
- iana:1443
- Organization
- praxis thomas a. sanner & uwe wojts
- Contact emails
Subdomains
3 observed subdomains of sawomedicus.com.
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for sawomedicus.com.
| Mechanism | Target |
|---|---|
| SPF_A | root140.hostonserver.de |
| SPF_A | sawomedicus.com |
| SPF_MX | sawomedicus.com |
Related pages
Pivot deeper into the graph from sawomedicus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sawomedicus.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.