TA17_293A_Hacktool_Touch_MAC_modification
Description
Auto-generated rule
Query · yara
strings:
$s1 = "-t time - use the time specified to update the access and modification times" fullword ascii
$s2 = "Failed to set file times for %s. Error: %x" fullword ascii
$s3 = "touch [-acm][ -r ref_file | -t time] file..." fullword ascii
$s4 = "-m - change the modification time only" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 100KB and 1 of them )