Hostname
bitsdroid.com
Last fetched
bitsdroid.com resolves to 1 IPv4 address operated by HOST-AS-AP Host Universal Pty Ltd in SG. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
bitsdroid.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 |
|---|---|---|---|---|
| 157.20.105.124 | 157.20.105.0/24 | AS136557 | HOST-AS-AP Host Universal Pty Ltd | SG |
WHOIS identity
- Registrar
- iana:1479
- Organization
- satyam prasad tiwari
- Contact emails
Subdomains
7 observed subdomains of bitsdroid.com.
Web-graph footprint
Distinct hostnames that link to or from bitsdroid.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bitsdroid.com
SPF policy
11 SPF mechanisms authorising senders for bitsdroid.com.
| Mechanism | Target |
|---|---|
| SPF_A | bitsdroid.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 157.20.105.124 |
| SPF_IP | 162.249.172.230 |
| SPF_IP | 217.79.244.155 |
| SPF_IP | 23.111.167.173 |
| SPF_IP | 66.206.1.2 |
| SPF_IP | 69.46.22.194 |
| SPF_IP | 69.46.22.196 |
| SPF_IP | 95.216.12.190 |
| SPF_MX | bitsdroid.com |
Related pages
Pivot deeper into the graph from bitsdroid.com.
- IP · 157.20.105.124
- ASN · AS136557HOST-AS-AP Host Universal Pty Ltd
- Registrar · iana:1479
- Country · SG
- Email · satyamprasadtiwari@gmail.com
- TLD · .com
- Browse hostnames · bi…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bitsdroid.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.