Section 4: Active Reconnaissance Flashcards

1
Q

“Living Off The Land” Commands - Windows

A

arp
o Used when enumerating a Windows host
o Address Resolution Protocol (ARP) Cache
▪ Provides a list of all the other machine’s MAC
addresses that have recently communicated with
the host you are currently on

ipconfig
o Determines the IP address of the machine you are
currently on

ipconfig /displaydns
▪ Displays any DNS names that have recently been
resolved

Get-NetDomain
▪ Lists the current logged in user’s domain

Get-NetGroupMember
● Lists the domain members belonging to a given group

▪ net user
● Lists all the users on the machine

▪ net groups
● Lists the groups on the machine

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

“Living Off The Land” Commands - Linux

A

finger
o Used to view a user’s home directory, their login, and their
current idle time

uname -a
o Shows the OS’s name, version, and other relevant details
displayed to the terminal

Gives a list of all of the environment variables on a Linux
system

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

“lbd” tool

A

Load Balance Detector

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

“lbd” tool

A

Load Balance Detector

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

CeWL

A

Custom Word List Generator (CeWL)
● A Ruby app that can crawl a given URL up to a specified depth and return a list of words that can be used with a password cracker

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

Packet Crafting Tools

A

hping and Scapy

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