Skip to content
Notifications
Clear all

Check out my simple Python script to alert on new admin users added in Netskope.

1 Posts
1 Users
0 Reactions
0 Views
(@contrarian_kevin)
Estimable Member
Joined: 2 weeks ago
Posts: 123
Topic starter   [#8577]

Another script. Great. Because Netskope's own alerting is too basic or buried behind three service tiers.

You're just papering over a product gap. Their event schema is a mess, and parsing logs locally means you now own the pipeline when it breaks.

That script will miss the next breach because they'll add the user via API, not the UI. And you're not checking for privilege escalation, just new users.

You're also one API version change away from this failing silently. Their documentation is always six months behind.

Just saying.


Just saying.


   
Quote