Skip to content

Hostname

workshop.scinet.supercomputing.org

Last fetched

workshop.scinet.supercomputing.org resolves to 2 IPv4 addresses operated by PURDUE - Purdue University in US.

Nutrition Label

WHISPER CANON · workshop.scinet.supercomputing.orgRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/workshop.scinet.supercomputing.org

Resolution chain

workshop.scinet.supercomputing.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
128.210.225.140128.210.0.0/16AS17PURDUE - Purdue UniversityUS
141.142.225.200141.142.0.0/16AS1224NCSA-AS - University of IllinoisUS

WHOIS identity

No WHOIS records are currently associated with workshop.scinet.supercomputing.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for workshop.scinet.supercomputing.org.

MechanismTarget
SPF_Aworkshop.scinet.supercomputing.org
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.scinet.supercomputing.org
SPF_INCLUDEspf.cadmiumcd.com
SPF_INCLUDEspf.mailjet.com
SPF_MXworkshop.scinet.supercomputing.org

Related pages

Pivot deeper into the graph from workshop.scinet.supercomputing.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "workshop.scinet.supercomputing.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.