Hostname
swimo.com
Last fetched
swimo.com resolves to 1 IPv4 address operated by AS13243 in NO. WHOIS lists iana:1001 as the registrar.
Nutrition Label
Resolution chain
swimo.com 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 |
|---|---|---|---|---|
| 146.192.232.48 | 146.192.128.0/17 | AS13243 | — | NO |
WHOIS identity
- Registrar
- iana:1001
- Organization
- klubben as
- Contact emails
- 2itbnfrhcn6z@privacy-protection.email
- 4yzjfra3pg6r@privacy-protection.email
- 7j9koe3wjcou@privacy-protection.email
- a763awhvnm6c@privacy-protection.email
- bj8d2zpa38sn@privacy-protection.email
- cxfbqsv62cqe@privacy-protection.email
- jmqtzvy8pdnb@privacy-protection.email
- sdocjxsjhdg7@privacy-protection.email
- zbqwg2ukspkw@privacy-protection.email
- hostmaster@egroup.no
Threat posture
History
Related pages
Pivot deeper into the graph from swimo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swimo.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.