Brute Force Investigation - Generic - SANS
SANS Pack.#
This Playbook is part of theSupported versions
Supported Cortex XSOAR versions: 6.5.0 and later.
This playbook investigates a "Brute Force" incident by gathering user and IP information, and calculating the incident severity based on the gathered information and information received from the user. It then performs remediation. This is done based on the phases for handling an incident as they are described in the SANS Institute ‘Incident Handler’s Handbook’ by Patrick Kral.
https://www.sans.org/reading-room/whitepapers/incident/incident-handlers-handbook-33901
The playbook handles the following use-cases:
- Brute Force IP Detected - A detection of source IPs that are exceeding a high threshold of rejected and/or invalid logins.
- Brute Force Increase Percentage - A detection of large increase percentages in various brute force statistics over different periods of time.
- Brute Force Potentially Compromised Accounts - A detection of accounts that have shown high amount of failed logins with one successful login.
Used Sub-playbooks:
- IP Enrichment - Generic v2
- Account Enrichment - Generic v2.1
- Calculate Severity - Critical Assets v2
- Isolate Endpoint - Generic v2
- Block Indicators - Generic v3
- SANS - Lessons Learned
***Disclaimer: This playbook does not ensure compliance to SANS regulations.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooks- SANS - Lessons Learned
- IP Enrichment - Generic v2
- Account Enrichment - Generic v2.1
- Isolate Endpoint - Generic V2
- Block Indicators - Generic v3
- Calculate Severity - Critical Assets v2
#
IntegrationsThis playbook does not use any integrations.
#
Scripts- GenerateInvestigationSummaryReport
#
Commands- send-mail
- ad-expire-password
- closeInvestigation
- setIncident
- ad-enable-account
- ad-disable-account
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
username | Username of the user who is suspected of the activity. | incident.username | Required |
traps_endpoint_id | Traps endpoint ID, used for endpoint isolation. | incident.agentid | Optional |
logins_count_threshold | The threshold for number of logins, from which the investigation and remediation will start automatically without waiting for the user's reply. Default is 10. | 10 | Optional |
severity_threshold | The threshold for the severity value from which an automatic remediation takes place. Specify the severity number (default is Critical): 0 - Unknown 0.5 - Informational 1 - Low 2 - Medium 3 - High 4 - Critical | 4 | Optional |
internal_range | A list of internal IP ranges to check IP addresses against. The comma-separated list should be provided in CIDR notation. For example, a list of ranges would be: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" (without quotes). | lists.PrivateIPs | Optional |
critical_users | Critical users, separated by comma. | Optional | |
critical_endpoints | Critical endpoints, separated by comma. | Optional | |
critical_groups | Critical groups, separated by comma. | Optional | |
CustomBlockRule | This input determines whether Palo Alto Networks Panorama or Firewall Custom Block Rules are used. Specify True to use Custom Block Rules. | True | Optional |
AutoCommit | This input determines whether Palo Alto Networks Panorama or Firewall Static Address Groups are used. Specify the Static Address Group name for IP handling. | No | Optional |
DAG | This input determines whether Palo Alto Networks Panorama or Firewall Dynamic Address Groups are used. Specify the Dynamic Address Group tag name for IP handling. | Optional | |
StaticAddressGroup | This input determines whether Palo Alto Networks Panorama or Firewall Static Address Groups are used. Specify the Static Address Group name for IP handling. | Optional | |
CustomURLCategory | Custom URL Category name. | XSOAR Remediation - Malicious URLs | Optional |
type | Custom URL category type. Insert "URL List"/ "Category Match". | Optional | |
device-group | Device group for the Custom URL Category (Panorama instances). | Optional | |
categories | The list of categories. Relevant from PAN-OS v9.x. | Optional | |
EDLServerIP | This input determines whether Palo Alto Networks Panorama or Firewall External Dynamic Lists are used: * The IP address of the web server on which the files are stored. * The web server IP address is configured in the integration instance. | Optional | |
UserVerification | Possible values: True/False. Whether to provide user verification for blocking IPs. False - No prompt will be displayed to the user. True - The server will ask the user for blocking verification and will display the blocking list. | False | Optional |
AutoBlockIndicators | Possible values: True/False. Default: True. Should the given indicators be automatically blocked, or should the user be given the option to choose? If set to False - no prompt will appear, and all provided indicators will be blocked automatically. If set to True - the user will be prompted to select which indicators to block. | True | Optional |
Email address to which to send the questions. | Optional | ||
DataCollection | Use a data collection task to answer lessons learned questions based on SANS. Specify 'True' to automatically send the communication task, and 'False' to prevent it. | Optional |
#
Playbook OutputsThere are no outputs for this playbook.