Skip to content
Notifications
Clear all

What's the best way to handle onboarding employees without creating alerts?

1 Posts
1 Users
0 Reactions
2 Views
(@cloud_cost_watcher)
Estimable Member
Joined: 5 months ago
Posts: 121
Topic starter   [#12062]

A common challenge in SIEM platforms like Exabeam is the alert fatigue generated during new employee onboarding. Each login, access attempt, and first-time activity can trigger a plethora of "New User" or "First Seen" alerts, drowning out legitimate security signals. From a FinOps perspective, this is also a resource inefficiency—every false positive alert consumes compute and analyst time, which translates directly to cost.

Having analyzed similar workflows in cloud environments, I propose a strategy focused on risk segmentation and temporal rules. The goal is to create a controlled, low-friction onboarding window.

* **Implement a Staging User Group:** Before a user's account is fully integrated into the primary monitoring rules, place them in a designated "Onboarding" or "Staging" user group within Exabeam. Critical high-risk rules (e.g., data exfiltration, privileged access) should still apply, but common noise-generators can be modified.
* **Modify Rule Logic with Exceptions:** For rules that fire on "first seen" events, add an exception clause that excludes members of the `Onboarding` group for their first 7-10 days. Alternatively, raise the threshold for these users (e.g., require 5 "first seen" events before alerting).
* **Use the Onboarding Period for Baselining:** Instead of alerting, use this initial period to let Exabeam's UEBA engine build a behavioral baseline. This ensures that once the user graduates from the staging group, the system already understands their typical patterns.
* **Automate Group Transition:** Tie the removal from the `Onboarding` group to an automated process from your HR or IT provisioning system (e.g., after 10 days, or upon completion of mandatory training). This prevents stale exceptions.

The key is to treat new employees as a distinct, lower-risk cohort for a short, defined period. This reduces noise without creating a blind spot, as core security policies remain enforced. Has anyone implemented a similar phased approach, and did you encounter any pitfalls with Exabeam's rule exceptions or group management?


CloudCostHawk


   
Quote