Hostname
units.bz
Last fetched
units.bz resolves to 2 IPv4 addresses operated by AS210976 in NL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
units.bz 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 |
|---|---|---|---|---|
| 45.10.42.231 | 45.10.42.0/24 | AS210976 | — | NL |
| 82.148.31.39 | 82.148.28.0/22 | AS50340 | — | RU |
WHOIS identity
- Registrar
- iana:303
- Organization
- —
- Contact emails
- —
Subdomains
33 observed subdomains of units.bz.
Showing 23 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from units.bz in the public web crawl.
39 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for units.bz.
| Mechanism | Target |
|---|---|
| SPF_A | units.bz |
| SPF_INCLUDE | spf.yandex.net |
| SPF_IP | 5.145.198.240 |
| SPF_IP | 91.228.222.106 |
| SPF_MX | units.bz |
Related pages
Pivot deeper into the graph from units.bz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "units.bz"})-[: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.