Giter Site home page Giter Site logo

Comments (6)

woodruffw avatar woodruffw commented on June 29, 2024

We directly submodule corkami/pocs for these tests, so no_dd64.exe in our test suite should be identical to the one in the parent repository: https://github.com/corkami/pocs/blob/master/PE/bin/no_dd64.exe

There's a very good chance this is a false positive, since Ange Albertini is a well-known reverse engineer and this PE dataset has been around for a long time. In any case, you should probably report it upstream to the Corkami org, since they might have a way to get it whitelisted.

from pe-parse.

Alan-Jowett avatar Alan-Jowett commented on June 29, 2024

Thanks. I am currently following up with the Microsoft Defender team to understand why it's getting flagged. This was more as an FYI on the off chance this was real.

from pe-parse.

woodruffw avatar woodruffw commented on June 29, 2024

Gotcha, thanks for the heads up! Yeah, as best I can tell, this is a false positive. Here's what Binary Ninja shows me for the one function in the PE:

Screen Shot 2022-05-12 at 11 35 22 AM

That mostly looks like gibberish to me (it's popping into RBP instead of creating a stack frame?) and then calling whatever happens to be at that stack address, which is probably why it looks malicious.

Virustotal finds a bunch of mixed results: https://www.virustotal.com/gui/file/6a68f15b358267d78e6b2aed9e7e1ae2fc037a2c6635242a2afa9627ab2c02bd

from pe-parse.

woodruffw avatar woodruffw commented on June 29, 2024

Here's the assembly for it (it's hand coded, which explains the bizarre control flow): https://github.com/corkami/pocs/blob/master/PE/no_dd64.asm

So yeah, I think this is a false positive. It's just doing some nasty tricks to demonstrate that a PE doesn't need a data directory to load imports 🙂

from pe-parse.

Alan-Jowett avatar Alan-Jowett commented on June 29, 2024

Thanks, I appreciate your taking a look. My project, ebpf-for-windows, recently took a dependency on pe-parse and is getting flagged as containing malware, so this was just due diligence to make sure it's a false positive.

from pe-parse.

woodruffw avatar woodruffw commented on June 29, 2024

No problem! Thanks for the diligence.

from pe-parse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.