You are viewing docs on Elastic's new documentation system, currently in technical preview. For all other Elastic docs, visit elastic.co/guide.

Install and manage Elastic prebuilt rules

Start detections quickly with prebuilt rules designed and updated by Elastic.

Follow these guidelines to start using the Elastic Security app's prebuilt rules, keep them updated, and make sure they have the data needed to run successfully.

Note

  • Prebuilt rules don't start running by default. You must first install the rules, then enable them. After installation, only a few prebuilt rules will be enabled by default, such as the Endpoint Security rule.

  • You can't modify most settings on Elastic prebuilt rules. You can only edit rule actions and add exceptions. If you want to modify other settings on a prebuilt rule, you must first duplicate it, then make your changes to the duplicated rule. However, your customized rule is entirely separate from the original prebuilt rule, and will not get updates from Elastic if the prebuilt rule is updated.

Install and enable Elastic prebuilt rules

  1. Go to Rules ā†’ Detection rules (SIEM). The badge next to Add Elastic rules shows the number of prebuilt rules available for installation.

  2. Click Add Elastic rules.

    Tip

    To examine the details of a rule before you install it, select the rule name. This opens the rule details flyout.

  3. Do one of the following:

    • Install all available rules: Click Install all.

    • Install a single rule: Click Install rule for that rule.

    • Install multiple rules: Select the rules and click Install x selected rule(s).

      Tip

      Use the search bar and Tags filter to find the rules you want to install. For example, filter by OS: Windows if your environment only includes Windows endpoints. For more on tag categories, refer to Prebuilt rule tags.

  4. Go back to the Rules page, search or filter for any rules you want to run, and do either of the following:

    • Enable a single rule: Turn on the rule's Enabled switch.
    • Enable multiple rules: Select the rules, then click Bulk actions ā†’ Enable.

Once you enable a rule, it starts running on its configured schedule. To confirm that it's running successfully, check its Last response status in the rules table, or open the rule's details page and check the Execution results tab.

Prebuilt rule tags

Each prebuilt rule includes several tags identifying the rule's purpose, detection method, associated resources, and other information to help categorize your rules. These tags are category-value pairs; for example, OS: Windows indicates rules designed for Windows endpoints. Categories include:

  • Data Source: The application, cloud provider, data shipper, or Elastic integration providing data for the rule.
  • Domain: A general category of data source types (such as cloud, endpoint, or network).
  • OS: The host operating system, which could be considered another data source type.
  • Resources: Additional rule resources such as investigation guides.
  • Rule Type: Identifies if the rule depends on specialized resources (such as machine learning jobs or threat intelligence indicators), or if it's a higher-order rule built from other rules' alerts.
  • Tactic: MITRE ATT&CK tactics that the rule addresses.
  • Threat: Specific threats the rule detects (such as Cobalt Strike or BPFDoor).
  • Use Case: The type of activity the rule detects and its purpose. Use cases include:
    • Active Directory Monitoring: Detects changes related to Active Directory.
    • Asset Visibility: Detects changes to specified asset types.
    • Configuration Audit: Detects undesirable configuration changes.
    • Guided Onboarding: Example rule, used for Elastic Security's guided onboarding tour.
    • Identity and Access Audit: Detects activity related to identity and access management (IAM).
    • Log Auditing: Detects activity on log configurations or storage.
    • Network Security Monitoring: Detects network security configuration activity.
    • Threat Detection: Detects threats.
    • Vulnerability: Detects exploitation of specific vulnerabilities.

Select and duplicate all prebuilt rules

  1. Go to Rules ā†’ Detection rules (SIEM), then select the Elastic rules filter.
  2. Click Select all x rules above the rules table.
  3. Click Bulk actions ā†’ Duplicate.
  4. Select whether to duplicate the rules' exceptions, then click Duplicate.

You can then modify the duplicated rules and, if required, delete the prebuilt ones. However, your customized rules are entirely separate from the original prebuilt rules, and will not get updates from Elastic if the prebuilt rules are updated.

Update Elastic prebuilt rules

Elastic regularly updates prebuilt rules to optimize their performance and ensure they detect the latest threats and techniques. When updated versions are available for your installed prebuilt rules, the Rule Updates tab appears on the Rules page, allowing you to update your installed rules with the latest versions.

  1. Go to Rules ā†’ Detection rules (SIEM), then select the Rule Updates tab.

    Note

    The Rule Updates tab doesn't appear if all your installed prebuilt rules are up to date.

  2. (Optional) To examine the details of a rule's latest version before you update it, select the rule name. This opens the rule details flyout.

    Select the Updates tab to view rule changes field by field, or the JSON view tab to view changes for the entire rule in JSON format. Both tabs display side-by-side comparisons of the Current rule (what you currently have installed) and the Elastic update version (what you can choose to install). Deleted characters are highlighted in red; added characters are highlighted in green.

    To accept the changes and install the updated version, select Update.

  3. Do one of the following to update prebuilt rules on the Rules page:

    • Update all available rules: Click Update all.

    • Update a single rule: Click Update rule for that rule.

    • Update multiple rules: Select the rules and click Update x selected rule(s).

      Tip

      Use the search bar and Tags filter to find the rules you want to update. For example, filter by OS: Windows if your environment only includes Windows endpoints. For more on tag categories, refer to Prebuilt rule tags.

On this page