-
Notifications
You must be signed in to change notification settings - Fork 10k
Log Explorer updates #23349
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
Closed
Closed
Log Explorer updates #23349
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
This file contains hidden or 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 hidden or 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 hidden or 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,22 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Detect Remote Code Execution attacks with Custom Dashboards | ||
| sidebar: | ||
| order: 1 | ||
| sidebar: | ||
| label: Detect Remote Code Execution | ||
| --- | ||
|
|
||
| Monitor for high-risk threats like Remote Code Execution (RCE) by building custom dashboards that combine multiple security signals. | ||
|
|
||
| ## Approach | ||
|
|
||
| Create a custom dashboard that visualizes RCE attack detections surfaced by Cloudflare’s Web Application Firewall (WAF). Enhance visibility by incorporating auxiliary data streams such as: | ||
|
|
||
| - Malicious content upload events | ||
| - JA3/JA4 TLS fingerprint anomalies | ||
| - Unusual source IP clusters | ||
|
|
||
| ## Outcome | ||
|
|
||
| This integrated view enables rapid detection of potential compromise scenarios where an attacker may be executing arbitrary commands on exposed hosts. By correlating across these datasets, teams can confidently escalate incidents involving malware propagation or lateral movement—critical for reducing dwell time and mitigating broader system impact. |
This file contains hidden or 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 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Use cases | ||
| sidebar: | ||
| order: 5 | ||
| group: | ||
| hideIndex: true | ||
| --- | ||
|
|
21 changes: 21 additions & 0 deletions
21
src/content/docs/log-explorer/use-cases/unauthorized-access.mdx
This file contains hidden or 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,21 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Investigate Unauthorized Access Attempts with Log Search | ||
| sidebar: | ||
| order: 2 | ||
| sidebar: | ||
| label: Investigate Unauthorized Access Attempts | ||
| --- | ||
|
|
||
| Trace the origin and intent of suspicious authentication behavior using raw log data with Log Search. | ||
|
|
||
| ## Approach | ||
|
|
||
| Start with Zero Trust access logs that show unauthorized login attempts. Then correlate those events with HTTP request logs to identify patterns, such as bot-like behavior or repeated access from known bad actors. | ||
|
|
||
| ## Outcome | ||
|
|
||
| This log-level investigation validates that the access attempts are not user error or isolated misconfigurations, but part of a coordinated automated attack. Teams can immediately deploy mitigations such as IP blocking, bot management rules, or adaptive access controls. | ||
|
|
||
|
|
||
|
|
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.
Maybe we want to link "sampled" to the GraphQL Analytics, since it's using that: https://developers.cloudflare.com/analytics/graphql-api/sampling/