Skip to content

Commit 8f9c165

Browse files
Adding Monitor table for Linux CSMA OTEL APP
1 parent 159d994 commit 8f9c165

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/integrations/cloud-security-monitoring-analytics/opentelemetry/linux-opentelemetry.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,19 @@ Use this dashboard to:
223223
- Monitor service usage and other system activity.
224224

225225
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Linux-Cloud-Security-Monitoring-and-Analytics/Opentelemetry/Linux-Security-Analytics-User-Service-and-System-Monitoring.png' style={{border: '1px solid gray'}} alt="Linux-Security-Analytics-User-Service-and-System-Monitoring" />
226+
227+
228+
## Create monitors for Linux - Cloud Security Monitoring and Analytics app
229+
230+
import CreateMonitors from '../../../reuse/apps/create-monitors.md';
231+
232+
<CreateMonitors/>
233+
234+
### Linux - Cloud Security Monitoring and Analytics alerts
235+
236+
| Name | Description | Alert Condition | Recover Condition |
237+
|:--|:--|:--|:--|
238+
| `Linux CSMA - Excessive Failed Authentication` | This alert is triggered when multiple failed login attempts from the same source are detected, indicating potential brute force attempts. | Count `>` 10 | Count `<=` 10 |
239+
| `Linux CSMA - Root Login Detection` | This alert is triggered when direct login attempts using the root account are detected, indicating a potential security concern since root logins should typically be disabled. | Count `>=` 1 | Count `<` 1 |
240+
| `Linux CSMA - System Shutdown Detection` | This alert is triggered when unexpected system shutdown events are detected through kernel stop messages, which may indicate unauthorized access, malicious activity, power issues, or system failures. | Count `>` 0 | Count `<=` 0 |
241+
| `Linux CSMA - User Account Creation Spike` | This alert is triggered when multiple user accounts are created in a short time period, which may indicate automated account creation, compromised systems, or unauthorized bulk user provisioning. | Count `>` 3 | Count `<=` 3 |

0 commit comments

Comments
 (0)