(YARA) YARA_DebuggerCheck__RemoteAPI

Created the . Updated 1 year, 9 months ago.

            rule DebuggerCheck__RemoteAPI {
    meta:
        description = "Rule to RemoteAPI debugger check"
        author = "Thibault Seret"
        date = "2020-09-26"
    strings:
        $s1 ="CheckRemoteDebuggerPresent"
    condition:
        any of them
        

Associated Techniques