File tree Expand file tree Collapse file tree
rules-threat-hunting/windows/process_creation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- title : Winscp Launch From Uncommon Folder
1+ title : Winscp Execution From Non Standard Folder
22id : 7674f8ef-7141-4cf0-a311-ee359264c64c
33status : experimental
4- description : Use Winscp from an uncommon folder
4+ description : Detects the execution of Winscp from an a non standard folder. This could indicate the execution of Winscp portable.
55references :
66 - https://blogs.blackberry.com/en/2024/07/akira-ransomware-targets-the-latam-airline-industry
77author : frack113
8- date : 2024-07-30
8+ date : 2025-10-12
99tags :
1010 - attack.exfiltration
1111 - attack.t1048
@@ -17,9 +17,9 @@ detection:
1717 selection :
1818 - Image|endswith : ' \WinSCP.exe'
1919 - OriginalFileName : ' winscp.exe'
20- filter :
21- Image|contains : ' :\Program Files (x86)\WinSCP\'
22- condition : selection and not filter
20+ filter_main_location :
21+ Image|startswith : ' C :\Program Files (x86)\WinSCP\'
22+ condition : selection and not 1 of filter_main_*
2323falsepositives :
2424 - Unknown
2525level : medium
You can’t perform that action at this time.
0 commit comments