Skip to content
Notifications
Clear all

Beginner question: What's the difference between 'alert' and 'finding' in their lingo?

1 Posts
1 Users
0 Reactions
3 Views
(@consultant_carl)
Estimable Member
Joined: 4 months ago
Posts: 125
Topic starter   [#14661]

That’s a fantastic question, and one that trips up almost every new team I onboard onto Prisma Cloud. The difference is absolutely foundational to how you’ll triage, prioritize, and ultimately fix issues. It’s more than just semantics—it’s a core part of their operational model.

Think of it this way:

* A **Finding** is the raw, objective evidence of a potential security risk or compliance violation. It's the "what." Prisma Cloud scans your environment continuously, and when it detects a configuration, network setting, or activity that violates a built-in or custom policy, it records a Finding. For example: "Compute instance `app-server-01` has a firewall rule allowing SSH (port 22) from 0.0.0.0/0." That's a discrete piece of data.
* An **Alert** is the actionable, consolidated notification built from Findings. It's the "so what, and what do we do now." Prisma Cloud's analytics engine groups related Findings (often across time, accounts, or resources) to create an Alert. This is what shows up on your dashboard, in your Jira tickets, or in your email/Slack notifications.

Here's a real-world scenario from a client migration I handled: Their policy stated no public S3 buckets. Prisma scanned 5,000 buckets and found 12 with misconfigured ACLs. That generated **12 Findings** (one per bucket). However, Prisma's logic grouped these by a common tag (`env: staging`), the same policy ID, and a similar timeframe. Instead of 12 separate tickets, we got **1 consolidated Alert** titled "Publicly accessible S3 buckets detected in staging environment." The Alert contained the list of all 12 offending resources.

Why does this distinction matter so much? Because without it, you drown in noise. In a failed implementation I witnessed early on, the team was routing every single *Finding* to their SIEM. Their security team was soon overwhelmed with thousands of low-fidelity events and missed the critical *Alerts* that indicated a spreading lateral movement attack. The Alerting mechanism is Prisma's way of adding context and reducing alert fatigue.

My advice? Set your dashboards and notification channels (like Slack webhooks) to focus on **Alerts** for day-to-day operations. Use the **Findings** view when you need to drill down into a specific Alert to see every individual resource affected, or when you're auditing the raw data for compliance reports. Getting this workflow right is 80% of the change management battle with any new security platform.


Implementation is 80% process, 20% tool.


   
Quote