CN_Honker_ScanHistory
Description
Sample from CN Honker Pentest Toolset - file ScanHistory.exe
Query · yara
strings: $s1 = "ScanHistory.exe" fullword wide /* PEStudio Blacklist: strings */ $s2 = ".\\Report.dat" fullword wide /* PEStudio Blacklist: strings */ $s3 = "select * from Results order by scandate desc" fullword wide /* PEStudio Blacklist: strings */ condition: uint16(0) == 0x5a4d and filesize < 200KB and all of them