Hostname
katadamer.com
Last fetched
katadamer.com resolves to 2 IPv4 addresses operated by AS206170 in SE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
katadamer.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 |
|---|---|---|---|---|
| 185.189.48.4 | 185.189.48.0/22 | AS206170 | — | SE |
| 79.136.113.89 | 79.136.0.0/17 | AS8473 | — | SE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
4 observed subdomains of katadamer.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for katadamer.com.
| Mechanism | Target |
|---|---|
| SPF_A | katadamer.com |
| SPF_INCLUDE | spf.inleed.se |
| SPF_IP | 185.189.48.4 |
| SPF_MX | katadamer.com |
Related pages
Pivot deeper into the graph from katadamer.com.
- IP · 185.189.48.4
- ASN · AS206170
- Registrar · iana:1068
- Country · SE
- Email · 51099d845df6498b973c1a5f8ce3ba55.protect@whoisguard.com
- TLD · .com
- Browse hostnames · ka…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "katadamer.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.