Hostname
programmap.lamission.edu
Last fetched
programmap.lamission.edu resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
programmap.lamission.edu resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.22.44.22 | 101.0.28.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.227.198.54 | 45.4.91.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.238.244.208 | 45.4.91.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.149.210.217 | 54.208.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.244.250.160 | 55.2.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.69.156.69 | 54.192.180.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with programmap.lamission.edu in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from programmap.lamission.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for programmap.lamission.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | zoho.com |
| SPF_MX | programmap.lamission.edu |
Related pages
Pivot deeper into the graph from programmap.lamission.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "programmap.lamission.edu"})-[: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.