{"id":"c1dda054-d638-4c16-afc8-53e007f3fbc5","title":"Automated Collection Command PowerShell","description":"Once established within a system or network, an adversary may use automated techniques for collecting internal data.","author":"frack113","status":"test","level":"medium","date":"2021-07-28","modified":"2022-12-25","tags":["attack.collection","attack.t1119"],"technique_ids":["T1119"],"logsource":{"product":"windows","category":"ps_script","definition":"Requirements: Script Block Logging must be enabled"},"falsepositives":["Unknown"],"references":["https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1119/T1119.md"],"source_path":"rules/windows/powershell/powershell_script/posh_ps_automated_collection.yml","source_sha256":"b843c0fc79aeafc33a3c7e406bf71126481c3464edda2bb488139f52ebb38b69","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/powershell/powershell_script/posh_ps_automated_collection.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Automated Collection Command PowerShell\nid: c1dda054-d638-4c16-afc8-53e007f3fbc5\nstatus: test\ndescription: Once established within a system or network, an adversary may use automated techniques for collecting internal data.\nreferences:\n    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1119/T1119.md\nauthor: frack113\ndate: 2021-07-28\nmodified: 2022-12-25\ntags:\n    - attack.collection\n    - attack.t1119\nlogsource:\n    product: windows\n    category: ps_script\n    definition: 'Requirements: Script Block Logging must be enabled'\ndetection:\n    selection_ext:\n        ScriptBlockText|contains:\n            - '.doc'\n            - '.docx'\n            - '.xls'\n            - '.xlsx'\n            - '.ppt'\n            - '.pptx'\n            - '.rtf'\n            - '.pdf'\n            - '.txt'\n    selection_cmd:\n        ScriptBlockText|contains|all:\n            - 'Get-ChildItem'\n            - ' -Recurse '\n            - ' -Include '\n    condition: all of selection*\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1119","id":"T1119","name":"Automated Collection","page":"techniques/enterprise/T1119/"}],"data_path":"data/detection-rules/c1dda054-d638-4c16-afc8-53e007f3fbc5.json","kind":"sigma"}
