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 - shaitan

Pages: [1]
1
High Quality Tutorials / Re: Malware Lab Setup for Dynamic Analysis
« on: December 27, 2015, 10:26:01 pm »
Thx for your work you put into your series. You articles are pretty good for being free resource on a public forum.

Quote
If you set an Internet connection, configure your VM to use NAT.
The host system will act as a router in NAT mode.
Why would you actually use NAT? In access controlled environments (MAC) or connections through wlan adapters its the "only" way (MAC spoofing not counted here). Personally I would prefer Bridged Networking, because I did not manage to ping my host system. In NAT-mode I can ping my LAN IPv4 address.

Execute in guest-system
Code: [Select]
ipconfig /all
ping 192.168.0.10

I would say this is a risk like VirtualBox additions especially during the dynamic analysis of self-propagating worms.

Pages: [1]