Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bolzano_1989

Pages: [1] 2
1
Found it on the Webs / Re: 0day vuln in Linux
« on: January 20, 2016, 10:22:08 pm »
There's a list of affected distros here:

How To Patch and Protect Linux Kernel Zero Day Vulnerability CVE-2016-0728 [ 19/Jan/2016 ]
http://www.cyberciti.biz/faq/linux-cve-2016-0728-0-day-local-privilege-escalation-vulnerability-fix/

2
Beginner's Corner / Re: Looking for Resources on Anti-Virus Architecture
« on: January 18, 2016, 08:46:45 pm »

3
Found it on the Webs / Re: Security Conference Videos
« on: January 18, 2016, 03:10:56 pm »
Here's a good collection :) :
Online Security Conferences: https://www.tunnelsup.com/online-security-conferences/

5
Reverse Engineering / Re: Research project
« on: January 13, 2016, 04:37:51 pm »
and i hope to participate in a research project about reverse engineering of Antivirus

I have read a few tutorials about reverse engineering, but I think it's so hard

I hope some help to point me to the right way to be effective in this study.

Thanks!

There're several books that should be useful for you:
  • Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation eBook by Bruce Dang, Alexandre Gazet, Elias Bachaalany, Sébastien Josse
  • The IDA Pro Book: The Unofficial Guide to the World's Most Popular Disassembler [Chris Eagle]
  • The Antivirus Hacker's Handbook [Joxean Koret, Elias Bachaalany]

6
Reverse Engineering / Re: Recources for reversing malware
« on: January 12, 2016, 07:24:19 pm »
Hey guys I've decided to pick up malware analysis and Ive been using static analysis tools like radare2, peframe, pedump, yaris and I can understand the assembly, the dll functions, and the syscalls fine and Im gonna pick up cuckoo when I get the time what would you recommend for me to get better?

It's time to practice and learn new skills while you're practicing malware analysis. Share your knowledge via blog posts and get comments from the knowledgeable malware analysts/reverse engineers would be a good way to improve your skills and knowledge. Solve reverse engineering challenges, write and read writeups.

8
Beginner's Corner / Re: here are some practicing sources
« on: December 20, 2015, 08:09:58 am »
"The Matasano Crypto Challenges" is a good place to practice too: http://cryptopals.com/ .

9
Reverse Engineering / Re: IDA Pro 6.8 + HexRays 2 (ARM/x86/x64)
« on: December 20, 2015, 07:47:57 am »
Do you know if the IDA folder has the Linux binaries in it?

No, it doesn't have the IDA Linux version.

10
Hacking and Security / Re: Top books you would suggest about hacking?
« on: November 10, 2015, 06:59:53 pm »
Here're top books for your learning:
http://dfir.org/?q=node/8

11
Hacking and Security / Re: Great links/tools to learn from
« on: November 09, 2015, 08:37:37 pm »
Why's that? Because they are from 2006? I think they are necessary as you run into older scenarios occasionally.

They belong to another category, like web application security.

13
Hardware / Re: [Question] Security related Hardware project ideas
« on: November 05, 2015, 05:32:34 pm »
This is a useful project:
CIRCLean - USB key sanitizer: https://www.circl.lu/projects/CIRCLean/

14
Found it on the Webs / Re: Have I been pwned?
« on: October 29, 2015, 06:01:33 pm »

15
Beginner's Corner / Re: Assembly Languague Programming
« on: October 22, 2015, 03:07:16 pm »
Hello all,
I am into web based exploitation but now I got interest to work with assembly language for malware development, reversing and other related stuff. I started learning basics but I have got a x86_64 64bit architecture but unable to find some really good tutorials to start with. Books are really really boring and doesn't interest me..
I am really confused with the syntax as I am working on basic GNU Assemblers. GAS and Intel etc etc syntax confuses me! I need to stick on one thing which I am unable to get it.
Or if there is any exploitation based assembly learning tutorials or series existing please comment bellow.
I found one though http://bit.ly/1KoJFYY but this is not working with my system..! Unable to even print "HELLO WORLD". :(
Any kind of suggestion please comment!
Thank you in advance!

You could learn assembly by reading docs and playing this game: https://microcorruption.com/

Assembly tutorials:

Some series on reverse engineering and exploitation you could follow:

Pages: [1] 2