-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds new Advanced Behavioral Detections section #4296
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
47bf63e
Adds new Advanced Behavioral Detections section
natasha-moore-elastic 6370d46
Moves L4 pages to L3
natasha-moore-elastic 3f5b51e
Moves ml-integrations under Behavioral detection use cases
natasha-moore-elastic b3fc7a3
Adds Advanced Behavioral Detections intro section
natasha-moore-elastic 04095f6
Resolves conflict
natasha-moore-elastic 1e4c255
Adds links to AEA page
natasha-moore-elastic ce01206
Uncomments reference that previously broke the build for no reason
natasha-moore-elastic 48982a0
Replaces verbal reference to ml-integrations
natasha-moore-elastic 6f9953a
Removes frontmatter
natasha-moore-elastic e8ad0e3
Behavioral detection updates
natasha-moore-elastic b9abe0a
Merge branch 'main' into issue-4227-adv-beh-det
natasha-moore-elastic a9f6d0b
Apply suggestions from code review
natasha-moore-elastic 50da8f5
Apply suggestion from TW review
natasha-moore-elastic d778f49
Applies review feedback
natasha-moore-elastic 23ca78c
Lowercase advanced behavioral detections
natasha-moore-elastic 6011f8b
Merge branch 'main' into issue-4227-adv-beh-det
natasha-moore-elastic 1b59a35
Lowercase entity risk scoring
natasha-moore-elastic f9aea2f
Merge branch 'main' into issue-4227-adv-beh-det
natasha-moore-elastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
docs/advanced-entity-analytics/advanced-behavioral-detections.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[[advanced-behavioral-detections]] | ||
= Advanced behavioral detections | ||
|
||
Elastic's {ml} capabilities and advanced correlation, scoring, and visualization techniques can help you identify potential behavioral threats that may be associated with security incidents. | ||
|
||
Advanced behavioral detections includes two key capabilities: | ||
|
||
* <<machine-learning, Anomaly detection>> | ||
* <<behavioral-detection-use-cases, Behavioral detection use cases>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
docs/advanced-entity-analytics/behavioral-detection-use-cases.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[[behavioral-detection-use-cases]] | ||
= Behavioral detection use cases | ||
|
||
Behavioral detection identifies potential internal and external threats based on user and host activity. It employs a threat-centric approach to flag suspicious activity by analyzing patterns, anomalies, and context enrichment. | ||
|
||
{elastic-sec} builds the behavioral detection feature on its foundational SIEM detection capabilities, leveraging {ml} algorithms to enable proactive threat detection and hunting. | ||
|
||
[float] | ||
[[ml-integrations]] | ||
=== Elastic {integrations} for behavioral detection use cases | ||
|
||
Behavioral detection integrations provide a convenient way to enable behavioral detection capabilities. They streamline the deployment of components that implement behavioral detection, such as data ingestion, transforms, rules, {ml} jobs, and scripts. | ||
|
||
.Requirements | ||
[sidebar] | ||
-- | ||
* Elastic integrations require a https://www.elastic.co/pricing[Platinum subscription] or higher. | ||
* To learn more about the requirements for using {ml} jobs, refer to <<ml-requirements, Machine learning job and rule requirements>>. | ||
-- | ||
|
||
Here's a list of integrations for various behavioral detection use cases: | ||
|
||
* {integrations-docs}/ded[Data Exfiltration Detection] | ||
* {integrations-docs}/dga[Domain Generation Algorithm Detection] | ||
* {integrations-docs}/lmd[Lateral Movement Detection] | ||
* {integrations-docs}/problemchild[Living off the Land Attack Detection] | ||
* {integrations-docs}/beaconing[Network Beaconing Identification] | ||
|
||
To learn more about {ml} jobs enabled by these integrations, refer to the https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html[Prebuilt jobs page]. |
13 changes: 13 additions & 0 deletions
13
docs/advanced-entity-analytics/entity-risk-scoring.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[[entity-risk-scoring]] | ||
= Entity risk scoring | ||
|
||
beta::[] | ||
|
||
Entity risk scoring is an advanced {elastic-sec} analytics feature that helps security analysts detect changes in an entity's risk posture, hunt for new threats, and prioritize incident response. | ||
|
||
Entity risk scoring allows you to monitor risk score changes of hosts and users in your environment. When generating advanced scoring analytics, the risk scoring engine utilizes threats from its end-to-end XDR use cases, such as SIEM, cloud, and endpoint. It leverages the Elastic SIEM detection engine to generate host and user risk scores from the last 30 days. | ||
|
||
It also generates risk scores on a recurring interval, and allows for easy onboarding and management. The engine is built to factor in risks from all {elastic-sec} use cases, and allows you to customize and control how and when risk is calculated. | ||
|
||
Learn how to <<turn-on-risk-engine, turn on the latest risk scoring engine>>. | ||
|
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[[prebuilt-ml-jobs]] | ||
= Prebuilt job reference | ||
|
||
include::{stack-docs-root}/docs/en/stack/ml/anomaly-detection/ootb-ml-jobs-siem.asciidoc[tag=siem-jobs] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"data from... use-cases" seems off to me. Maybe replace with "Data from various sources" or "Data from across SIEM"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure which sentence this suggestion refers to? There's no mention of 'data' in this paragraph.