1200kmSECURITY RESEARCH

1200KM / sigma-rule

MSSQL Server Failed Logon — Sigma Rule

Sigma rule 218d2855-2bba-4f61-9c85-81d0ea63ac71. MSSQL Server Failed Logon — Sigma Rule. Detects failed logon attempts from clients to MSSQL server.

Rule metadata and linked tags

Author: Nasreddine Bencherchali (Nextron Systems), j4son. Source status: test; severity: low. Source dates: 2023-10-11 / 2024-06-26.

{
  "product": "windows",
  "service": "application",
  "definition": "Requirements: Must enable MSSQL authentication."
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 1998dae08584c37fb27aa431b688d1b6aeaa00f54500586ad55a50e86e2e6070

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: MSSQL Server Failed Logon
id: 218d2855-2bba-4f61-9c85-81d0ea63ac71
related:
    - id: ebfe73c2-5bc9-4ed9-aaa8-8b54b2b4777d
      type: similar
status: test
description: Detects failed logon attempts from clients to MSSQL server.
references:
    - https://cybersecthreat.com/2020/07/08/enable-mssql-authentication-log-to-eventlog/
    - https://www.experts-exchange.com/questions/27800944/EventID-18456-Failed-to-open-the-explicitly-specified-database.html
author: Nasreddine Bencherchali (Nextron Systems), j4son
date: 2023-10-11
modified: 2024-06-26
tags:
    - attack.credential-access
    - attack.t1110
logsource:
    product: windows
    service: application
    definition: 'Requirements: Must enable MSSQL authentication.'
detection:
    selection:
        Provider_Name|contains: 'MSSQL' # Note: We use contains to account for other third party providers - See https://github.com/SigmaHQ/sigma/issues/4876
        EventID: 18456
    condition: selection
falsepositives:
    - This event could stem from users changing an account's password that's used to authenticate via a job or an automated process. Investigate the source of such events and mitigate them
level: low

Original YAML and metadata in JSON

False positives

  • This event could stem from users changing an account's password that's used to authenticate via a job or an automated process. Investigate the source of such events and mitigate them

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.