fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
2.96k stars 410 forks source link

Risk scores #3133

Open mikermcneil opened 2 years ago

mikermcneil commented 2 years ago

Goal

Here are some confidential notes from one of the customer/user conversations where this came up: https://docs.google.com/document/d/1UGvLRU5SJGM8OcAszMVV8xxZXDDumv9faSog70tUBiI/edit#heading=h.7en766pueek4

How?

noahtalerman commented 5 months ago

Dave: Related to device health.

noahtalerman commented 5 months ago

@dherder can you please add more context here when you get the chance?

dherder commented 5 months ago

@noahtalerman It would be helpful to automatically calculate a risk score and append that to the device health endpoint for the purpose of application access / blocking. For example, I want to define thresholds derived from counts of failing policies and vulnerabilities. So, risk score = (custom_weight_a)(failing_policies_count)+(custom_weight_b)(vulnerabilities_count) where custom weight is a percentage value (0-100) and (custom_weight_a + custom_weight_b) must equal 100. The higher the number the greater the risk.

noahtalerman commented 5 months ago

Thanks @dherder!

We decided not to work on drafts for this in the upcoming sprint (4.49)

Removing from feature fest.