Hostname
lsstcorp.org
Last fetched
lsstcorp.org resolves to 1 IPv4 address operated by ABOR-SUN-CORRIDOR - Arizona Board of Regents in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
lsstcorp.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 140.252.201.22 | 141.5.0.0/16 | AS62600 | ABOR-SUN-CORRIDOR - Arizona Board of Regents | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- iain goodenow
- Contact emails
Subdomains
8 observed subdomains of lsstcorp.org.
Web-graph footprint
Distinct hostnames that link to or from lsstcorp.org in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for lsstcorp.org.
| Mechanism | Target |
|---|---|
| SPF_A | lsstcorp.org |
| SPF_IP | 139.229.136.0/24 |
| SPF_IP | 140.252.32.0/24 |
| SPF_MX | lsstcorp.org |
Related pages
Pivot deeper into the graph from lsstcorp.org.
- IP · 140.252.201.22
- ASN · AS62600ABOR-SUN-CORRIDOR - Arizona Board of Regents
- Registrar · iana:48
- Country · US
- Email · iain@lsst.org
- TLD · .org
- Browse hostnames · ls…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lsstcorp.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.