Signature Base unknown stable yara

Persistence_Agent_MacOS [yara]

Detects a Python agent that establishes persistence on macOS

View Source

Detection Logic

uint32(0) == 0x752f2123
        and $h1 at 0
        and filesize < 120KB
        and
        (
            (all of ($s_*) and 1 of ($sinterval*))
            or
            (all of ($e_*) and 1 of ($einterval*))
        )

Field Validations

Loading…

Comments (0)

Loading comments...