Enabling all Sigma rules causes ElastAlert Rules Mismatch in Detections #15980
Version3.1.0 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU12 RAM64 Storage for /256Gb Storage for /nsm16T Network Traffic Collectionspan port Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailRecently I enabled all Sigma rules in Detections. And after enablement - I have constant ElastAlert "Rule Mismatch" error with a lot of "soc.fields.enabledButNotDeployedCount" (1238 out of 1854 Sigma rules). One of mismatch messages: {"fields":{"deployedButNotEnabled":[],"deployedButNotEnabledCount":0,"detectionEngine":"elastalert","enabledButNotDeployed":["055fb148-60f8-462d-ad16-26926ce050f1"],"enabledButNotDeployedCount":1,"intCheckId":"6929cd78-4f76-43ff-90b5-0e0f55949d9d"},"level":"warn","timestamp":"2026-06-17T09:06:07.665021311Z","message":"integrity check failed"}Any help would be appreciated! Guidelines
|
Replies: 1 comment
|
The problem was in Sigma rule "AWS User Login Profile Was Modified" - it has some errors. Details
title: AWS User Login Profile Was Modified After I disabled this rule and restarted so-soc docker restart so-socMismatch is gone |
The problem was in Sigma rule "AWS User Login Profile Was Modified" - it has some errors.
Details
title: AWS User Login Profile Was Modified
id: 055fb148-60f8-462d-ad16-26926ce050f1
status: test
description: |
Detects activity when someone is changing passwords on behalf of other users.
An attacker with the "iam:UpdateLoginProfile" permission on other users can change the password used to login to the AWS console on any user that already has a login profile setup.
references:
- https://github.com/RhinoSecurityLabs/AWS-IAM-Privilege-Escalation
author: toffeebr33k
date: 2021-08-09
modified: 2024-04-26
tags:
- attack.persistence
- attack.privilege-escalation
- attack.t1098
logsource:
produc…