Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There problem in the olyx.yara #3

Open
HydraDragonAntivirus opened this issue Oct 13, 2023 · 1 comment
Open

There problem in the olyx.yara #3

HydraDragonAntivirus opened this issue Oct 13, 2023 · 1 comment

Comments

@HydraDragonAntivirus
Copy link

private rule OlyxCode : Olyx Family
{
meta:
description = "Olyx code tricks"
author = "Seth Hardy"
last_modified = "2014-06-19"

strings:
    $six = { C7 40 04 36 36 36 36 C7 40 08 36 36 36 36 }
    $slash = { C7 40 04 5C 5C 5C 5C C7 40 08 5C 5C 5C 5C }
    
condition:
    any of them

}

private rule OlyxStrings : Olyx Family
{
meta:
description = "Olyx Identifying Strings"
author = "Seth Hardy"
last_modified = "2014-06-19"

strings:
    $ = "/Applications/Automator.app/Contents/MacOS/DockLight"
   
condition:
    any of them

}

rule Olyx : Family
{
meta:
description = "Olyx"
author = "Seth Hardy"
last_modified = "2014-06-19"

condition:
    OlyxCode or OlyxStrings

} Where is the Olyx Family? I got error.

@HydraDragonAntivirus
Copy link
Author

ha now I understand olyx family :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant