Skip to content

Hostname

surfly.io

Last fetched

surfly.io resolves to 2 IPv4 addresses operated by LEASEWEB-USA-WDC - Leaseweb USA, Inc. in US. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · surfly.ioRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.8/10canon.whisper.security/host/surfly.io

Resolution chain

surfly.io resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
207.244.89.85207.244.64.0/18AS30633LEASEWEB-USA-WDC - Leaseweb USA, Inc.US
23.81.113.23223.81.112.0/22AS7203LEASEWEB-USA-SFO - Leaseweb USA, Inc.US

WHOIS identity

Registrar
iana:269
Organization
surfly
Contact emails

Subdomains

16 observed subdomains of surfly.io.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from surfly.io.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "surfly.io"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.