Skip to content

Hostname

rosis.org

Last fetched

rosis.org resolves to 1 IPv4 address operated by BAHNHOF in SE. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · rosis.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/rosis.org

Resolution chain

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

IPPrefixASNOperatorCountry
85.24.156.5485.24.128.0/17AS8473BAHNHOFSE

WHOIS identity

Registrar
iana:269
Organization
jonas soderblad
Contact emails

Subdomains

1 observed subdomain of rosis.org.

Subdomain
www.rosis.org

Web-graph footprint

Distinct hostnames that link to or from rosis.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for rosis.org.

MechanismTarget
SPF_Arosis.org
SPF_INCLUDEspf.protection.outlook.com
SPF_IP85.24.156.71
SPF_IP85.24.156.72

Related pages

Pivot deeper into the graph from rosis.org.

Cypher and MCP

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

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