Watchlist - close incidents with safe IPs

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

Back to Content Index


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

Additional Documentation

📄 Source: Watchlist-CloseIncidentKnownIPs/readme.md

Watchlists-CloseIncidentKnownIP

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.

Prerequisites

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.

Configurations

Deploy to Azure Deploy to Azure Gov


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

Back to Playbooks · Back to Watchlists Utilities