Hostname
bitapp.it
Last fetched
bitapp.it resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:register s.p.a. as the registrar.
Nutrition Label
Resolution chain
bitapp.it resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.142.34 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.142.7 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.142.72 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.142.9 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.105 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.125 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.60 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.68 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:register s.p.a.
- Organization
- simone sensidoni
- Contact emails
- —
Subdomains
59 observed subdomains of bitapp.it.
Showing 25 of 59. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bitapp.it in the public web crawl.
8 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bitapp.it.
| Mechanism | Target |
|---|---|
| SPF_A | bitapp.it |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.plan.io |
| SPF_INCLUDE | spf.qboxmail.com |
| SPF_IP | 54.72.78.205 |
| SPF_MX | bitapp.it |
Related pages
Pivot deeper into the graph from bitapp.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bitapp.it"})-[: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.