Skip to content

Hostname

mrdp-dev.nersc.gov

Last fetched

mrdp-dev.nersc.gov resolves to 8 IPv4 addresses operated by NERSC - National Energy Research Scientific Computing Center in US.

Nutrition Label

WHISPER CANON · mrdp-dev.nersc.govRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/mrdp-dev.nersc.gov

Resolution chain

mrdp-dev.nersc.gov resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
128.55.206.106128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.107128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.108128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.109128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.110128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.111128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.112128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS
128.55.206.113128.55.0.0/16AS2936NERSC - National Energy Research Scientific Computing CenterUS

WHOIS identity

No WHOIS records are currently associated with mrdp-dev.nersc.gov in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mrdp-dev.nersc.gov.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mrdp-dev.nersc.gov"})-[: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.