Hostname
bluefinstz.com
Last fetched
bluefinstz.com resolves to 2 IPv4 addresses operated by OVH - OVH SAS in GB. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
bluefinstz.com 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 |
|---|---|---|---|---|
| 54.36.166.77 | 54.36.0.0/16 | AS16276 | OVH - OVH SAS | GB |
| 57.129.148.5 | 57.129.128.0/17 | AS16276 | OVH - OVH SAS | GB |
WHOIS identity
- Registrar
- iana:303
- Organization
- kishore
- Contact emails
Subdomains
7 observed subdomains of bluefinstz.com.
Threat posture
History
Mail and authentication
MX records
- bluefinstz.com
SPF policy
10 SPF mechanisms authorising senders for bluefinstz.com.
| Mechanism | Target |
|---|---|
| SPF_A | bluefinstz.com |
| SPF_INCLUDE | spf.tanzaniawebhosting.com |
| SPF_IP | 145.239.7.159 |
| SPF_IP | 191.101.241.104 |
| SPF_IP | 51.68.205.59 |
| SPF_IP | 54.36.166.77 |
| SPF_IP | 57.129.148.5 |
| SPF_IP | 75.102.21.12 |
| SPF_IP | 75.102.24.241 |
| SPF_MX | bluefinstz.com |
Related pages
Pivot deeper into the graph from bluefinstz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bluefinstz.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.