Skip to content

Hostname

rufso.ac.cd

Last fetched

rufso.ac.cd resolves to 2 IPv4 addresses operated by AS-HOSTINGER in US.

Nutrition Label

WHISPER CANON · rufso.ac.cdRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/rufso.ac.cd

Resolution chain

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

IPPrefixASNOperatorCountry
148.135.128.220148.135.128.0/21AS47583AS-HOSTINGERUS
92.112.198.13992.112.196.0/22AS47583AS-HOSTINGERUS

WHOIS identity

No WHOIS records are currently associated with rufso.ac.cd in WhisperGraph.

Subdomains

4 observed subdomains of rufso.ac.cd.

Web-graph footprint

Distinct hostnames that link to or from rufso.ac.cd in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for rufso.ac.cd.

MechanismTarget
SPF_INCLUDEspf.migadu.com

Related pages

Pivot deeper into the graph from rufso.ac.cd.

Cypher and MCP

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

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