Skip to content

Hostname

delta.rs

Last fetched

delta.rs resolves to 1 IPv4 address operated by AS34404 in RS.

Nutrition Label

WHISPER CANON · delta.rsRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/delta.rs

Resolution chain

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

IPPrefixASNOperatorCountry
80.70.244.7980.70.240.0/20AS34404RS

WHOIS identity

No WHOIS records are currently associated with delta.rs in WhisperGraph.

Subdomains

4 observed subdomains of delta.rs.

Web-graph footprint

Distinct hostnames that link to or from delta.rs in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for delta.rs.

MechanismTarget
SPF_Adelta.rs
SPF_INCLUDEspf.protection.outlook.com
SPF_IP80.70.240.12
SPF_IP80.70.243.32
SPF_IP80.70.243.33
SPF_MXdelta.rs

Related pages

Pivot deeper into the graph from delta.rs.

Cypher and MCP

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

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