Skip to content

Hostname

rampalen.com

Last fetched

rampalen.com resolves to 1 IPv4 address operated by AS6848 in BE. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · rampalen.comRouting diversity1.5/10Peering density5.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint5.2/10canon.whisper.security/host/rampalen.com

Resolution chain

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

IPPrefixASNOperatorCountry
212.76.231.116212.76.224.0/19AS6848BE

WHOIS identity

Registrar
iana:1647
Organization
infrasigna
Contact emails

Subdomains

2 observed subdomains of rampalen.com.

Threat posture

History

Mail and authentication

MX records

  • rampalen.com

SPF policy

7 SPF mechanisms authorising senders for rampalen.com.

MechanismTarget
SPF_Arampalen.com
SPF_IP144.76.92.111
SPF_IP212.76.231.116
SPF_IP40.118.51.95
SPF_IP5.200.16.226
SPF_IP5.200.16.230
SPF_MXrampalen.com

Related pages

Pivot deeper into the graph from rampalen.com.

Cypher and MCP

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

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