Find Ransomware Files on Y Drive
| 2 Votes |
Description
Property Details
| 24347 | |
| Production - Fully Tested and Ready for Production | |
| Find Ransomware Files on Y Drive | |
| BESC | |
| Internal | |
| 5/4/2016 12:00:00 AM | |
| wannacry ransomware | |
| True | |
| cjwolford on 5/15/2017 7:56:59 PM | |
| cjwolford on 5/15/2017 7:56:59 PM | |
| 4983 Views / 7 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
isWindows (Relevance 274)
name of operating system starts with "Win"
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
waithidden cmd /c if exist y:\ransomware_list.txt del y:\ransomware_list.txt /q /f
waithidden cmd /c dir y:\*.wn y:\*.wcry /a /s >y:\ransomware_list.txt
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |
Comments
|
|
|
| intended to be used with analysis that won't upload: if(exists file "y:\ransomware_list.txt") and (number of lines of file "y:\ransomware_list.txt" > 2) then ("RANSOMWARE DETECTED") else ("No File Found") | |

