Hostname
bito.com
Last fetched
bito.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:15 as the registrar.
Nutrition Label
Resolution chain
bito.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 |
|---|---|---|---|---|
| 52.57.220.191 | 52.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:15
- Organization
- bito-lagertechnik bittmann
- Contact emails
Subdomains
17 observed subdomains of bito.com.
Web-graph footprint
Distinct hostnames that link to or from bito.com in the public web crawl.
382 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for bito.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | mailchef.4dem.it |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.emailkampane.cz |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.172.112.141 |
| SPF_IP | 213.206.163.84 |
| SPF_IP | 78.47.85.11/32 |
| SPF_MX | bito.com |
Related pages
Pivot deeper into the graph from bito.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bito.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.