Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
This playbook leverages Microsoft Sentinel Watchlists in order to close incidents which include IP addresses considered safe.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Watchlists Utilities |
| Source | View on GitHub |
author: Lior Tamir
This playbook levarages Microsoft Sentinel Watchlists in order to close incidents which include IP addresses considered safe.
For each Ip address included in the alert (entities of type IP): 1. Check if IP is included in watchlist. * If IP is in the watchlist, consider the IP safe, Add it to Safe IPs array. * If IP is not in the watchlist, meaning that we are not sure it is safe, Add it to not Safe IPs array. 2. Add a comment to the incident the list of safe and not safe IPs found. 3. If the not safe list is empty (length == 0), close the incident as Benign Positive.
Create a watchlist for safe IPs with ip column named 'ipaddress' (can be changed in 'Run query' step). Watchlist should be located in the same workspace of the incidents.



Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊