{"id":"8a1b2c3d-4e5f-6789-abcd-ef1234567890","title":"PUA - Memory Dump Mount Via MemProcFS","description":"Detects execution of MemProcFS a memory forensics tool with the '-device' parameter.\nMemProcFS mounts physical memory as a virtual file system, allowing direct access to process memory and system structures.\nThreat actors were seen abusing this utility to mount memory dumps and then extract sensitive information from processes like LSASS or extract registry hives to obtain credentials, LSA secrets, SAM data, and cached domain credentials.\nMemProcFS usage that is not part of authorized forensic analysis should be treated as suspicious and warrants further investigation.\n","author":"Swachchhanda Shrawan Poudel (Nextron Systems)","status":"experimental","level":"high","date":"2026-04-27","modified":"","tags":["attack.credential-access","attack.t1003","attack.t1003.001","attack.t1003.004","attack.t1003.002"],"technique_ids":["T1003","T1003.001","T1003.002","T1003.004"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate use during memory forensics; if not part of authorized analysis, warrants urgent investigation"],"references":["https://github.com/ufrisk/MemProcFS","https://0xdf.gitlab.io/2024/10/05/htb-freelancer.html#","https://www.huntress.com/blog/curling-for-data-a-dive-into-a-threat-actors-malicious-ttps"],"source_path":"rules/windows/process_creation/proc_creation_win_pua_memprocfs.yml","source_sha256":"73f43e6ee06a9b2c1dd9a99a53cf2cc9192f3d34b06d93c689d4a1524bb9737a","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_pua_memprocfs.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: PUA - Memory Dump Mount Via MemProcFS\nid: 8a1b2c3d-4e5f-6789-abcd-ef1234567890\nstatus: experimental\ndescription: |\n    Detects execution of MemProcFS a memory forensics tool with the '-device' parameter.\n    MemProcFS mounts physical memory as a virtual file system, allowing direct access to process memory and system structures.\n    Threat actors were seen abusing this utility to mount memory dumps and then extract sensitive information from processes like LSASS or extract registry hives to obtain credentials, LSA secrets, SAM data, and cached domain credentials.\n    MemProcFS usage that is not part of authorized forensic analysis should be treated as suspicious and warrants further investigation.\nreferences:\n    - https://github.com/ufrisk/MemProcFS\n    - https://0xdf.gitlab.io/2024/10/05/htb-freelancer.html#\n    - https://www.huntress.com/blog/curling-for-data-a-dive-into-a-threat-actors-malicious-ttps\nauthor: Swachchhanda Shrawan Poudel (Nextron Systems)\ndate: 2026-04-27\ntags:\n    - attack.credential-access\n    - attack.t1003\n    - attack.t1003.001\n    - attack.t1003.004\n    - attack.t1003.002\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith: '\\MemProcFS.exe'\n        - OriginalFileName: 'MemProcFS.exe'\n        - Description: 'MemProcFS'\n    selection_cli:\n        CommandLine|contains: '-device'\n    condition: all of selection_*\nfalsepositives:\n    - Legitimate use during memory forensics; if not part of authorized analysis, warrants urgent investigation\nlevel: high\nregression_tests_path: regression_data/rules/windows/process_creation/proc_creation_win_pua_memprocfs/info.yml\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1003","id":"T1003","name":"OS Credential Dumping","page":"techniques/enterprise/T1003/"},{"key":"enterprise/T1003.001","id":"T1003.001","name":"LSASS Memory","page":"techniques/enterprise/T1003.001/"},{"key":"enterprise/T1003.002","id":"T1003.002","name":"Security Account Manager","page":"techniques/enterprise/T1003.002/"},{"key":"enterprise/T1003.004","id":"T1003.004","name":"LSA Secrets","page":"techniques/enterprise/T1003.004/"}],"data_path":"data/detection-rules/8a1b2c3d-4e5f-6789-abcd-ef1234567890.json","kind":"sigma"}
