Skip to content

Hostname

refline.io

Last fetched

refline.io resolves to 1 IPv4 address operated by EVERYWARE-NET in CH. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · refline.ioRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/refline.io

Resolution chain

refline.io resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.71.124.230212.71.120.0/21AS24951EVERYWARE-NETCH

WHOIS identity

Registrar
iana:1387
Organization
refline
Contact emails

Subdomains

3 observed subdomains of refline.io.

Web-graph footprint

Distinct hostnames that link to or from refline.io in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for refline.io.

MechanismTarget
SPF_Amail01.refline.io
SPF_Amail02.refline.io
SPF_Amail03.refline.io
SPF_IP212.71.124.254
SPF_MXrefline.io

Related pages

Pivot deeper into the graph from refline.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "refline.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.