Hostname
binternet.com
Last fetched
binternet.com resolves to 1 IPv4 address operated by AS3352 in ES. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
binternet.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 |
|---|---|---|---|---|
| 195.57.114.144 | 195.57.0.0/16 | AS3352 | — | ES |
WHOIS identity
- Registrar
- iana:468
- Organization
- binter canarias
- Contact emails
- mtbrito@bintersistemas.com
- 1a0eb474-d185-4f4e-9169-e2e01a0656bd@identity-protect.org
- 38cd58f7-1833-4adb-9e65-7d91594687df@identity-protect.org
- 3bdedebf-58c1-4311-acf4-8df745c18685@identity-protect.org
- 61918755-080a-4592-8432-2d3f9a3f14fd@identity-protect.org
- 88e1b108-2656-46a0-a997-244da1e7c7d2@identity-protect.org
- 8d98189c-2ac2-41af-a9e1-cc09228a4f4a@identity-protect.org
- bd5cc8eb-ca7a-4f2e-b6e2-bde8b35870c9@identity-protect.org
- owner-3840363@binternet.com.whoisprivacyservice.org
Subdomains
2 observed subdomains of binternet.com.
| Subdomain |
|---|
| ws.binternet.com |
| www.binternet.com |
Web-graph footprint
Distinct hostnames that link to or from binternet.com in the public web crawl.
50 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for binternet.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp50.kiwari.com |
| SPF_A | smtp51.kiwari.com |
| SPF_A | smtp52.kiwari.com |
| SPF_A | smtp53.kiwari.com |
| SPF_A | smtp54.kiwari.com |
| SPF_A | smtp55.kiwari.com |
| SPF_IP | 195.55.86.37/32 |
| SPF_IP | 195.57.114.144/28 |
| SPF_IP | 213.99.38.64/28 |
| SPF_MX | binternet.com |
Related pages
Pivot deeper into the graph from binternet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "binternet.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.