Posted August 31, 20222 yr Fasten your seatbelts; Flare-On 9 starts on September 30! https://www.mandiant.com/resources/blog/announcing-ninth-flareon-challenge
October 1, 20222 yr 7th challenge (anode) is a 55mb nodejs executable. Now waiting disassembler for loading it.
October 1, 20222 yr Any tips on how to approach the third challenge ? Edited October 2, 20222 yr by w00she
October 2, 20222 yr 6 hours ago, w00she said: Any tips on how to approach the third challenge ? Spoiler U = up
October 2, 20222 yr I also have problem this challenge. I try have put BP into "SDL_TEXTEDITING" and "SDL_TEXTINPUT" but It is not working
October 2, 20222 yr 3 hours ago, Coca said: About the ch4, the VirtualAlloc function is only a decoy? thx it's very important for get correct strings
October 2, 20222 yr > About the ch4, the VirtualAlloc function is only a decoy? thx no > I try have put BP Keep looking. For example Spoiler remember the action happens when you hit return key Quick question regarding challenge 5, is it possible to solve this offline without data from the flare-on server? or is an online connection required?
October 2, 20222 yr @deepzero: all FLARE challenges can be solved offline. EDIT: to clarify - you don't need to communicate with flare-on servers. But you might consider making your own server for... something... Edited October 2, 20222 yr by kao
October 2, 20222 yr Hi, Can someone give me a small hint for ch6 ? I really don't get it right now. Something is obviously missing. Am I supposed to work with the provided sample ? I though it would be related to some past challenge's binaries, but nothing can interact with it ... This is a bit frustrating to face something like this
October 2, 20222 yr anyone can give me a hint on ch4? Spoiler Patched the exe so now I can enter passwords for the binary and see if that returns the flag. Should I write a brute forcer for the password?
October 3, 20222 yr 9 hours ago, f355 said: anyone can give me a hint on ch4? Hide contents Patched the exe so now I can enter passwords for the binary and see if that returns the flag. Should I write a brute forcer for the password? Spoiler Patching may not be the right approach. Bruteforcing is definitively not the right approach. Maybe what you've patched is acting as a way to check if the password is correct ... Take the time to understand what you've patched. It's here for a reason.
October 4, 20222 yr hi can some give me a hint for ch6? Any help would be greatly appreciated. Spoiler Found the client code (dotNet), but I have no idea where to look for the server code.
October 4, 20222 yr hello I'm on challenge 5. I'm doing an analysis, but I don't know what points to look at. Could you give me a little hint?
October 4, 20222 yr Author 3 hours ago, loossy said: I'm doing an analysis, but I don't know what points to look at. Spoiler You have a network trace, and an executable that generated it somehow. Find out how it did it
October 4, 20222 yr Author @vfsrfs Spoiler It's all in the same program, just maybe not in the place you may expect it from a typical .NET application...
October 5, 20222 yr Hi, could someone give me a hint on ch7 pls? Spoiler Can I solve it just by relying on that JS code alone? I didn't find any more valuable code other than JS code. But the JS code doesn't behave the same way as binary when I run it locally, there is an apparently weird `if` condition that doesn't trigger when executing the binary.
October 5, 20222 yr @endered: Spoiler 6 hours ago, endered said: JS code doesn't behave the same way as binary when I run it locally Figure out why is that and how to work around it. Edited October 5, 20222 yr by kao
October 6, 20222 yr Could I talk through my thought process with someone here on 6? I believe I'm looking at the pertinent part of the binary, and I've made progress and have written it up in notes and can discuss how I've made it this far, but I could use a sanity check.
October 6, 20222 yr I'm doing challenge 5. The first communication was decrypted, but a binary that did not know what it meant came out. In the second communication, it was "CLR" and could not be decrypted. Are there any points I should focus on?
Create an account or sign in to comment