Hostname
2n.com
Last fetched
2n.com resolves to 1 IPv4 address operated by KABA-AS Hofwisenstrasse 24 in CZ. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
2n.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 |
|---|---|---|---|---|
| 92.62.125.125 | 92.62.124.0/22 | AS47110 | KABA-AS Hofwisenstrasse 24 | CZ |
WHOIS identity
- Registrar
- iana:299
- Organization
- 2n telekomunikace a.s.
- Contact emails
Subdomains
17 observed subdomains of 2n.com.
Web-graph footprint
Distinct hostnames that link to or from 2n.com in the public web crawl.
525 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for 2n.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | axis.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 185.22.97.45 |
| SPF_IP | 194.228.41.114/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 88.208.103.0/24 |
| SPF_IP | 88.208.82.185 |
| SPF_IP | 90.182.112.11 |
Related pages
Pivot deeper into the graph from 2n.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2n.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.