Hostname
btw.itspb.com
Last fetched
btw.itspb.com resolves to 2 IPv4 addresses operated by AS43966 in RU.
Nutrition Label
Resolution chain
btw.itspb.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 |
|---|---|---|---|---|
| 193.111.253.105 | 193.111.252.0/22 | AS43966 | — | RU |
| 5.17.89.131 | 5.17.88.0/22 | AS41733 | — | RU |
WHOIS identity
No WHOIS records are currently associated with btw.itspb.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for btw.itspb.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | beget.com |
Related pages
Pivot deeper into the graph from btw.itspb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "btw.itspb.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.