8000 Add easyfor.me stealer rule by IHaxU · Pull Request #450 · Yara-Rules/rules · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add easyfor.me stealer rule #450

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

Closed
wants to merge 1 commit into from
Closed

Add easyfor.me stealer rule #450

wants to merge 1 commit into from

Conversation

@IHaxU IHaxU closed this by deleting the head repository May 29, 2025
@ruppde
Copy link
Contributor
ruppde commented Jun 19, 2025

hi @IHaxU

maybe rewrite the rule like this to avoid the loop (performance):

rule easyforme
{   
    meta:
        description = "EasyFor.Me Stealer"
        author = "IHaxU"
        date = "2025-05-29"
    
    strings:
        $classname = "xvbspjygolenxfxo/tpxtvsxcreorluhz.class"
    condition:
        uint32be(0) == 0x504b0304
        and $classname
}       

Consider PRing it to https://github.com/Neo23x0/signature-base because that's alive.

And adding license = https://github.com/SigmaHQ/Detection-Rule-License in the meta section of the rule makes it easier to use for the community.

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

Successfully merging this pull request may close these issues.

2 participants
0