Alex.exe Posted November 15, 2022 Share Posted November 15, 2022 Discussion about malware. News, research papers/articles, techniques, defending against malware, etc. Link to comment Share on other sites More sharing options...
DrDisexon Posted November 15, 2022 Share Posted November 15, 2022 Much have tool if you're traveling and you're organization need you to analyze malware. portable sandbox --- https://github.com/Rurik/Noriben 1 1 Link to comment Share on other sites More sharing options...
ChickenKing Posted November 15, 2022 Share Posted November 15, 2022 if you want to reverse engineer or analyze malware, try out Remnux. It's my go to. 1 1 Link to comment Share on other sites More sharing options...
MalwareTech Posted November 15, 2022 Share Posted November 15, 2022 ReactOS is a really good resource for learning how Windows works internally (it's basically almost a 1:1 clone of Windows XP). It's the closest you can get to having the full Windows source code. Very useful for figuring out how internal APIs work and thus malware. Will post some more malware specific resources soon! 6 Link to comment Share on other sites More sharing options...
DrDisexon Posted November 16, 2022 Share Posted November 16, 2022 10 hours ago, MalwareTech said: ReactOS is a really good resource for learning how Windows works internally (it's basically almost a 1:1 clone of Windows XP). It's the closest you can get to having the full Windows source code. Very useful for figuring out how internal APIs work and thus malware. Will post some more malware specific resources soon! looking forward @MalwareTech Link to comment Share on other sites More sharing options...
Alex.exe Posted November 16, 2022 Author Share Posted November 16, 2022 Any online resources for a quick analysis? Like JoeSandbox or something like that? Link to comment Share on other sites More sharing options...
MalwareTech Posted November 16, 2022 Share Posted November 16, 2022 2 minutes ago, Alex.exe said: Any online resources for a quick analysis? Like JoeSandbox or something like that? Any.run is my favorite 2 1 Link to comment Share on other sites More sharing options...
Alex.exe Posted January 27 Author Share Posted January 27 I'm planning to setup a sandbox environment. What is the best way to move malware samples from the internet to the sandbox? Maybe USB? But sometimes I'd need to remote into the sandbox to run analysis. Link to comment Share on other sites More sharing options...
MalwareTech Posted January 30 Share Posted January 30 Could write some sort of HTTPS server which allows you to upload them, or install an SCP endpoint. Link to comment Share on other sites More sharing options...
Alex.exe Posted January 30 Author Share Posted January 30 Thanks for the suggestion! I'll let ya know! Link to comment Share on other sites More sharing options...
syntheticvoid Posted February 3 Share Posted February 3 At work we upload the samples in a password protected zip folder to wetransfer or a password protected sharepoint folder 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now