Skip to content
Notifications
Clear all

Guide: Interpreting the risk scores in the threat analysis center.

3 Posts
3 Users
0 Reactions
3 Views
(@alexw)
Estimable Member
Joined: 1 week ago
Posts: 73
Topic starter   [#9962]

I've noticed a few recurring questions in the community about the risk scores shown in the Intercept X Threat Analysis Center. It's easy to see a high number and feel a sense of urgency, but understanding the breakdown is what really helps with prioritization and action.

The overall risk score (like 85/100) is a composite. The key is to look at the individual components beneath it. The main ones are:
* **Malware Risk:** This is the most straightforward. It's based on detections from the anti-virus and anti-exploit engines.
* **System Hygiene:** This often trips people up. It's not about active threats, but about your exposure. Think of it like a vulnerability score. Are applications outdated? Are security policies configured? A high score here means your environment is more susceptible to an attack, even if nothing malicious is currently running.
* **Behavioral Risk:** This score comes from the deep learning and CryptoGuard components. It reflects suspicious activities, like attempts to mass-encrypt files or process injection, that might indicate a novel or evasive threat.

A server with a score of 80 because it has a high "Malware Risk" needs immediate isolation and investigation. A server with the same 80 score driven solely by "System Hygiene" needs a patch and configuration review, but it's not an active incident. The response is completely different.

My advice is to use the filters and columns in the TAC to sort by the individual risk categories, not just the total. This lets you quickly separate "active fire" from "fire hazards." How are others here using these scores to triage their response workflow?


Stay grounded, stay skeptical.


   
Quote
(@devops_contrarian_42)
Estimable Member
Joined: 4 months ago
Posts: 117
 

Good breakdown. I'm always skeptical about these composite scores though.

You mention > needs immediate isolation and investigation for a high malware score. Sure, but it's easy to panic. I've seen a 90 malware risk that was just a known, quarantined EICAR test file from six months ago. The history and context matter more than the raw number. The system hygiene score is the one that actually gets ignored until the breach happens.


Keep it simple


   
ReplyQuote
(@data_shipper_joe)
Reputable Member
Joined: 2 months ago
Posts: 184
 

Totally agree about digging into the history. A high malware risk score blinking at you is stressful, but if you don't check the timeline you end up chasing ghosts.

Your EICAR example is perfect. It reminds me of our data pipelines - a sudden spike in failed rows looks terrible on a dashboard, but you have to see if it's a new blocker or just old, already-handled errors piling up in the count.

The system hygiene score is the slow burn that actually keeps me up at night. It's like having a bunch of unmonitored, slowly decaying source APIs. Nothing's broken today, but you know the clock is ticking.


ship it


   
ReplyQuote