OpenCanary - MSSQL Login Attempt Via SQLAuth

Detects instances where an MSSQL service on an OpenCanary node has had a login attempt using SQLAuth.

Sigma rule (View on GitHub)

 1title: OpenCanary - MSSQL Login Attempt Via SQLAuth
 2id: 3ec9a16d-0b4f-4967-9542-ebf38ceac7dd
 3status: experimental
 4description: |
 5        Detects instances where an MSSQL service on an OpenCanary node has had a login attempt using SQLAuth.
 6references:
 7    - https://opencanary.readthedocs.io/en/latest/starting/configuration.html#services-configuration
 8    - https://github.com/thinkst/opencanary/blob/a0896adfcaf0328cfd5829fe10d2878c7445138e/opencanary/logger.py#L52
 9author: Security Onion Solutions
10date: 2024/03/08
11tags:
12    - attack.credential_access
13    - attack.collection
14    - attack.t1003
15    - attack.t1213
16logsource:
17    category: application
18    product: opencanary
19detection:
20    selection:
21        logtype: 9001
22    condition: selection
23falsepositives:
24    - Unlikely
25level: high

References

Related rules

to-top