{"id":"98dedfdd-8333-49d4-9f23-d7018cccae53","title":"Enable LM Hash Storage - ProcCreation","description":"Detects changes to the \"NoLMHash\" registry value in order to allow Windows to store LM Hashes.\nBy setting this registry value to \"0\" (DWORD), Windows will be allowed to store a LAN manager hash of your password in Active Directory and local SAM databases.\n","author":"Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"high","date":"2023-12-15","modified":"2023-12-22","tags":["attack.persistence","attack.defense-impairment","attack.t1112"],"technique_ids":["T1112"],"logsource":{"product":"windows","category":"process_creation"},"falsepositives":["Unknown"],"references":["https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-347a","https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/prevent-windows-store-lm-hash-password","https://www.sans.org/blog/protecting-privileged-domain-accounts-lm-hashes-the-good-the-bad-and-the-ugly/"],"source_path":"rules/windows/process_creation/proc_creation_win_reg_nolmhash.yml","source_sha256":"fd3e32662e164671f983f8ca0ce9e3b03f72c54da9a904d62bd79113a32e69d1","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_reg_nolmhash.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Enable LM Hash Storage - ProcCreation\nid: 98dedfdd-8333-49d4-9f23-d7018cccae53\nrelated:\n    - id: c420410f-c2d8-4010-856b-dffe21866437 # Registry\n      type: similar\nstatus: test\ndescription: |\n    Detects changes to the \"NoLMHash\" registry value in order to allow Windows to store LM Hashes.\n    By setting this registry value to \"0\" (DWORD), Windows will be allowed to store a LAN manager hash of your password in Active Directory and local SAM databases.\nreferences:\n    - https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-347a\n    - https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/prevent-windows-store-lm-hash-password\n    - https://www.sans.org/blog/protecting-privileged-domain-accounts-lm-hashes-the-good-the-bad-and-the-ugly/\nauthor: Nasreddine Bencherchali (Nextron Systems)\ndate: 2023-12-15\nmodified: 2023-12-22\ntags:\n    - attack.persistence\n    - attack.defense-impairment\n    - attack.t1112\nlogsource:\n    product: windows\n    category: process_creation\ndetection:\n    selection:\n        CommandLine|contains|all:\n            - '\\System\\CurrentControlSet\\Control\\Lsa'\n            - 'NoLMHash'\n            - ' 0'\n    condition: selection\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1112","id":"T1112","name":"Modify Registry","page":"techniques/enterprise/T1112/"}],"data_path":"data/detection-rules/98dedfdd-8333-49d4-9f23-d7018cccae53.json","kind":"sigma"}
