network forensics

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:37 PM on 7/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

switched port analyzer(SPAN)

allows for the copying of ingress and/or egress communications from one or more switch ports to another

2
New cards

packet sniffer

hardware or software that records data from frames and passes it to network media using a mirrored port or TAP device

3
New cards

tcpdump(vid 34 for using it)

data-network packet analyzer that runs under CLI and displays TCP/IP that is transmitted or received on a network

4
New cards

wireshark(vid 35 for using it)

free and open source GUI based packet analyzer used for network troubleshooting, analysis, software and communications protocol development, and education

5
New cards

full packet capture(FPC)

captures the entire packet, including the ehader and the payload, for all traffic

6
New cards

flow collector

means of recording network traffic’s metadata and statistics

7
New cards

NetFlow

cisco developed means of reporting network flow information to a structured database

8
New cards

zeek(bro)

hybrid tool that passively monitors a network like a sniffer and only logs data of potential interest

9
New cards

multi router traffic grapher(MRTG)

creates graphs showing traffic flows through the network interfaces of routers and switches by polling the appliances using SNMP

10
New cards

known bad IP address

ip address or range of address that appears on one or more block lists

11
New cards

domain generation algorithm(DGA)

method used by malware to evade block lists by dynamically generating domain names for C2 networks

12
New cards

fast flux network

method used by malware to hide the presence of C2 networks by continually changing the host IP addresses in domain records using domain generation algorithms

13
New cards

secure recursive DNS resolver

allows one trusted DNS server to communicate with other trusted DNS servers to search for an IP address and return it to the client

14
New cards

URL analysis

activity that is performed to identify whether a link is already flagged on an existing reputation list and, if not, to identify what malicious script or activity might be coded within it

15
New cards

HTTP method

a set of request methods to indicate the desired action to be performed for a given resource

16
New cards

HTTP response codes

the header value returned by a server when a client requests a URL

17
New cards

percent encoding

mechanism to encode 8 bit characters that have specific meaning in the context of URLs, also known as URL encoding