Skip to content

Hostname

alert.ursuline.org

Last fetched

alert.ursuline.org resolves to 2 IPv4 addresses operated by QTS-ASH - Quality Technology Services, LLC in US.

Nutrition Label

WHISPER CANON · alert.ursuline.orgRouting diversity2.4/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/alert.ursuline.org

Resolution chain

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

IPPrefixASNOperatorCountry
209.222.155.43209.222.144.0/20AS29748QTS-ASH - Quality Technology Services, LLCUS
216.36.39.155216.36.32.0/21AS26978QTS-PHX - Quality Technology Services, LLCUS

WHOIS identity

No WHOIS records are currently associated with alert.ursuline.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for alert.ursuline.org.

MechanismTarget
SPF_Aalert.ursuline.org
SPF_MXalert.ursuline.org

Related pages

Pivot deeper into the graph from alert.ursuline.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "alert.ursuline.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.