Hostname
surfbio.eu
Last fetched
surfbio.eu resolves to 2 IPv4 addresses operated by AS2107 in SI.
Nutrition Label
Resolution chain
surfbio.eu 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 |
|---|---|---|---|---|
| 193.2.4.80 | 193.2.0.0/16 | AS2107 | — | SI |
| 82.98.158.87 | 82.98.128.0/18 | AS42612 | — | ES |
WHOIS identity
No WHOIS records are currently associated with surfbio.eu in WhisperGraph.
Subdomains
2 observed subdomains of surfbio.eu.
| Subdomain |
|---|
| mail.surfbio.eu |
| www.surfbio.eu |
Web-graph footprint
Distinct hostnames that link to or from surfbio.eu in the public web crawl.
7 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for surfbio.eu.
| Mechanism | Target |
|---|---|
| SPF_A | surfbio.eu |
| SPF_MX | surfbio.eu |
Related pages
Pivot deeper into the graph from surfbio.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "surfbio.eu"})-[: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.