Skip to content

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

WHISPER CANON · bitsdroid.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bitsdroid.com

Resolution chain

bitsdroid.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
157.20.105.124157.20.105.0/24AS136557HOST-AS-AP Host Universal Pty LtdSG

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.

MechanismTarget
SPF_Abitsdroid.com
SPF_INCLUDErelay.mailbaby.net
SPF_IP157.20.105.124
SPF_IP162.249.172.230
SPF_IP217.79.244.155
SPF_IP23.111.167.173
SPF_IP66.206.1.2
SPF_IP69.46.22.194
SPF_IP69.46.22.196
SPF_IP95.216.12.190
SPF_MXbitsdroid.com

Related pages

Pivot deeper into the graph from bitsdroid.com.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.