Hostname
regis.ba
Last fetched
regis.ba resolves to 1 IPv4 address operated by AS16145 in BA.
Nutrition Label
Resolution chain
regis.ba 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 |
|---|---|---|---|---|
| 185.150.195.194 | 185.150.194.0/23 | AS16145 | — | BA |
WHOIS identity
No WHOIS records are currently associated with regis.ba in WhisperGraph.
Subdomains
8 observed subdomains of regis.ba.
Web-graph footprint
Distinct hostnames that link to or from regis.ba in the public web crawl.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for regis.ba.
| Mechanism | Target |
|---|---|
| SPF_A | regis.ba |
| SPF_IP | 185.150.195.194 |
| SPF_IP | 80.87.240.48 |
| SPF_MX | regis.ba |
Related pages
Pivot deeper into the graph from regis.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "regis.ba"})-[: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.