ch2 3
ch2 3
ch2 3
Analysis
Updated 2-2-21
Dynamic Analysis
Running malware deliberately, while
monitoring the results
Requires a safe environment
Must prevent malware from spreading to
production machines
Real machines can be airgapped –no
network connection to the Internet or to
other machines
Real Machines
Disadvantages
No Internet connection, so parts of the
malware may not work
Can be difficult to remove malware, so re-
imaging the machine will be necessary
Advantage
Some malware detects virtual machines and
won't run properly in one
Virtual Machines
The most common method
We'll do it that way
This protects the host machine from the
malware
Except for a few very rare cases of malware
that escape the virtual machine and infect
the host
VMware Workstation Player/Fusion
Default Filters
Start/Stop Erase Filter Registry, File system, Network, Processes
Capture
Filtering with Exclude
One technique: hide normal activity
before launching malware
Right-click each Process Name and click
Exclude
Doesn't seem to work well with these
samples
Filtering with Include
Most useful filters: Process Name,
Operation, and Detail
Viewing Processes with
Process Explorer
Coloring
Services are pink
Processes are blue
New processes are green briefly
Terminated processes are red
DLL Mode
Properties
Shows DEP (Data
Execution Prevention)
and ASLR (Address
Space Layout
Randomization) status
Verify button checks
the disk file's
Windows signature
But not the RAM
image, so it won't
detect process
replacement
Strings
Compare Image
to Memory
strings, if they
are very
different, it can
indicate process
replacement
Detecting Malicious Documents
Open the document (e.g. PDF) on a
system with a vulnerable application
Watch Process Explorer to see if it
launches a process
The Image tab of that process's
Properties sheet will show where the
malware is
Comparing Registry Snapshots
with Regshot
Regshot
Take 1st shot
Run malware
Take 2nd shot
Compare them to
see what registry
keys were changed
Faking a Network
INetSim
Included in Kali Linux
Simulates the Internet, including
HTTP / HTTPS
SMTP, POP3
DNS
FTP
Much more
Ncat Listener
Using Ncat.exe, you can listen on a single
TCP port in Windows
In Linux, use nc (netcat)
This will allow malware to complete a TCP
handshake, so you get some rudimentary
information about its requests
But it's not a real server, so it won't reply
to requests after the handshake
Monitoring with Ncat(included with
Nmap)
Packet Sniffing with Wireshark
Follow TCP Stream
Can
save
files
from
streams
here too
Using INetSim
inetsim
INetSim Fools a Browser
INetSim
Fools
Nmap
Basic Dynamic Tools in
Practice
Using the Tools
Procmon
Filter on the malware executable name and
clear all events just before running it
Process Explorer
Regshot
Virtual Network with INetSim
Wireshark