Palo Alto Public App
Zero trust access evidence
This request reached the origin directly, with no zero trust edge and no authenticated identity. Any client able to route to this load balancer can retrieve this page.
| Application | Palo Alto Public App |
|---|---|
| Exposure | public |
| Access path | Direct to origin |
| Zero trust vendor | none |
| Device agent detected | no |
| Edge identity | ALB OIDC not enabled at this ALB |
| Basis for classification | no ZTNA edge signals in the request |
| Effective client address | 216.73.216.204 |
|---|---|
| Claimed client (leftmost) | 216.73.216.204 |
| Load balancer peer (rightmost) | 216.73.216.204 |
| Full X-Forwarded-For chain | 216.73.216.204 |
| Cf-Connecting-IP | absent |
append mode, so the rightmost entry is the host that opened the connection to the load balancer and the leftmost is the originally claimed client. On a direct request the leftmost value is supplied by the caller and must not be treated as trustworthy.| cf-access-jwt-assertion | absent |
|---|---|
| cf-access-authenticated-user-email | absent |
| cf-access-client-id | absent |
| cf-warp-tag-id | absent |
| cf-connecting-ip | absent |
| cf-ray | absent |
| cf-ipcountry | absent |
| cf-visitor | absent |
| cf-worker | absent |
| cdn-loop | absent |
| Edge location (from Cf-Ray) | absent |
| Issuer matches configured team | not determined |
| Configured team domain | not determined |
Header absent.
| Configured Prisma egress ranges | none |
|---|---|
| Peer within Prisma egress range | no |
| Prisma Access Browser (User-Agent hint) | no |
| host | palo-public.hacks.dev.cloud.huit.harvard.edu |
|---|---|
| x-forwarded-for | 216.73.216.204:54220 |
| x-forwarded-proto | https |
| x-forwarded-port | 443 |
| x-amzn-trace-id | Root=1-6a970760-377f3a3411a0cb995f2a6604 |
| x-amzn-tls-version | TLSv1.3 |
| x-amzn-tls-cipher-suite | TLS_AES_128_GCM_SHA256 |
| user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| sec-ch-ua | absent |
| sec-ch-ua-platform | absent |
| sec-ch-ua-mobile | absent |
| accept-language | absent |
| referer | absent |
| Session cookies present | __cf_bm |
|---|
enable_oidc = true in the environment configuration to add the HarvardKey layer.{
"accept": "*/*",
"accept-encoding": "gzip, br, zstd, deflate",
"cookie": "<redacted len=207>",
"host": "palo-public.hacks.dev.cloud.huit.harvard.edu",
"user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"x-amzn-tls-cipher-suite": "TLS_AES_128_GCM_SHA256",
"x-amzn-tls-version": "TLSv1.3",
"x-amzn-trace-id": "Root=1-6a970760-377f3a3411a0cb995f2a6604",
"x-forwarded-for": "216.73.216.204:54220",
"x-forwarded-port": "443",
"x-forwarded-proto": "https"
}