B3 Common Tools Flashcards

1
Q

tcpdump

A

Built into most linux distro. Lightweight, can be scripted packet capture. Can be scripted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wireshark

A

most popular, graphical. can struggle with large data and command line tshark may be needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

networkminer

A

graphical, multi platform. focus on network hosts ratehr than traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Microsoft message analyser

A
used to troubleshoot network problems, 
can capute, view and analyse network data
deciphers network protocols
can import log and trace files
can do charts and timelines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FTK Imager Lite

A

free
can image disks
can image memory
can image pagefile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Volatility

A

free
supports 32 and 64 bit systems
acquires and analyses live system memory
uses python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Memoryze

A

Mandiant’s
Memoryze is free memory forensics software that helps incident responders ‘find evil’ in live
memory. Memoryze can acquire and/or analyze memory images, and on live systems, can include the
paging file in its analysis.
It can image the full range of system memory; or a process’ entire address space, including any loaded
DLLs, EXEs, heaps and stacks.
It can also enumerate all running processes and identify all drivers loaded in memory, even those hidden
by rootkits, along with many other functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

systeminfo

A

windows command. first to use.

  • operating system
  • hardware
  • network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

net user

A

list all local user accounts on the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

net group

A

list groups on a server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ipconfig /all

A

network connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

netstat -aon

A

list active connections
flags
a displays all connections and listening ports
o displays the owning process id
n displays addresses and port numbers in numeroical form

f would displays FQDN so would query DNS. On an attacked system can you trust that the TA does not own the DNS server?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

tasklist

A

list the current processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

autoruns

A

part of sysinternals from microsoft
show programs, services and drivers that start up during system boot
can hid standard windows processes to conecntrate on 3rd party

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

OpenedFilesView

A

displays list of files currently open on a system. shows filename, filepath, process name, file size, MAC times

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

windows registry

A

acquire using FTK

examine using registry browser by lockandcode.com

17
Q

windows password locations

A

SAM and SYSTEM files from within registry. Then use Ophcrack

18
Q

sleuth kit

A

can parse images of windows, linux nad mac systems. free. can have autopsy over the top for graphical view. log2timeline as well.