GCS 6-2: Response-Network

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/101

flashcard set

Earn XP

Description and Tags

Google Cybersecurity Course 6 (Sound the Alarm: Detection and Response) Module 2 (Network monitoring and analysis)

Last updated 2:53 PM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

102 Terms

1
New cards

Clearly summarize what you are trying to say

1st important soft skills in cybersecurity

2
New cards

Work with an open mindset

2nd important soft skill in cybersecurity

3
New cards

Leave no stone unturned

3rd important soft skill in cybersecurity

4
New cards

Network traffic

The amount of data that moves across a network.

5
New cards

Network data

The data that’s transmitted between devices on a network.

6
New cards

Indicators of compromise

Aka IOC.

7
New cards

IOC

Observable evidence that suggests signs of a potential security incident.

8
New cards

Data exfiltration

Unauthorized transmission of data from a system.

9
New cards

Baseline

A reference point that’s used for comparison.

10
New cards

command and control

Aka C2.

11
New cards

C2

Techniques used by malicious actors to maintain communications with compromised systems.

12
New cards

Security operations center

Aka SOC

13
New cards

Network operations center

Aka NOC.

14
New cards

NOC

An organizational unit that monitors the performance of a network and responds to any network disruption, such as a network outage.

15
New cards

Intrusion detection system

Aka IDS.

16
New cards

Network protocol analyzer

Aka packet sniffer.

17
New cards

Packet sniffer

Tools designed to capture and analyze data traffic within a network. They can be use to analyze network communications manually in detail.

18
New cards

Data exfiltration defensive measures

  1. Prevent attacker access

  2. Monitor network activity

  3. Protect assets

  4. Detect and stop the exfiltration


19
New cards

Lateral movement

When an attack spends time exploring the network with the goal of expanding and maintaining their access to other systems on the network.

20
New cards

Header, Payload, Footer

Components of a packet

21
New cards

Packet capture

Aka P-cap.

22
New cards

P-cap

A file containing data packets intercepted from an interface or network.

23
New cards

data packet

A basic unit of information that travels from one device to another within a network.

24
New cards

tcpdump, Wireshark, TShark

packet sniffer examples

25
New cards

Network interface card

Aka NIC

26
New cards

NIC

Hardware that connects computers to a network, like a router. They receive and transmit network traffic, but by default they only listen to network traffic that’s addressed to them. To capture all network traffic that is sent over the network, it must be switched to a mode that has access to all visible network data packets.

27
New cards

Monitoring mode

In wireless interfaces, this is a mode where all traffic that sent over a network is captured.

28
New cards

Monitoring mode

Aka promiscuous mode.

29
New cards

Libpcap, WinPcap, Npcap, PCAPng

P-cap libraries and format examples

30
New cards

Libpcap

A packet capture library designed to be used by Unix-like systems, like Linux and MacOS. Tools like tcpdump use this library as the default packet capture file format.

31
New cards

WinPcap

An open-source packet capture library designed for devices running Windows operating systems. It’s considered an older file format and isn’t predominantly used.

32
New cards

Npcap

A library designed by the port scanning tool Nmap that is commonly used in Windows operating systems.

33
New cards

PCAPng

A modern file format that can simultaneously capture packets and store data. Its ability to do both explains the “ng,” which stands for “next generation.”

34
New cards

Version

A header that indicates the version of the protocol contained in the packet.

35
New cards

Internet header length.

Aka IHL

36
New cards

IHL

A header field that specifies the length of the header plus any Options.

37
New cards

Type of Service

Aka ToS.

38
New cards

ToS

A header field that tells us if certain packets should be treated with different care. For example, think of this field like a “Fragile” sticker on a mail package.

39
New cards

Total Length

A header field which identifies the length of the entire packet, including the headers and the data. This can be compared to the dimensions and weight of an envelope.

40
New cards

Identification, Flags, Fragment Offset

3 header fields that deal with information related to fragmentation.


41
New cards

Fragmentation

When an IP packet gets broken up into chunks, which then get transmitted over the wire and reassembled when they arrive at their destination.

42
New cards

Identification

Packets that are too large to send are fragmented into smaller pieces. This header field specifies a unique identifier for fragments of an original IP packet so that they can be reassembled once they reach their destination.

43
New cards

Flags

A header field that provides information about packet fragmentation including whether the original packet has been fragmented and if there are more fragments in transit.

44
New cards

Fragment Offset

A header field used to identify the correct sequence of fragments.

45
New cards

Time To Live

Aka TTL.

46
New cards

TTL

A header field that determines how long a packet can live before it gets dropped. Without this field, packets could loop through routers endlessly. It is similar to how tracking information provides details about an evelope’s expected delivery date.

47
New cards

Protocol

A header field that specifies the protocol used by providing a value which corresponds to a protocol.

48
New cards

6

The number that represents the TCP protocol.

49
New cards

Header Checksum

A header field that stores a number which is used to determine if any errors have occurred in the header.

50
New cards

Source Address

A header field that specifies the source IP address.

51
New cards

Destination Address

A header field that specifies the destination IP address.

52
New cards

Options

A header field that is not required and is commonly used for network troubleshooting rather than common traffic. If it’s used, the header length increases.

53
New cards

Internet Protocol

Aka IP.

54
New cards

IP

A set of standards used for routing and addressing data packets as they travel between devices on a network. It operates as the foundation for all communications over the internet.

55
New cards

IPv4

The most commonly used version of IP.

56
New cards

13

IPv4 has ____ header fields.

57
New cards

IPv4 Headers

  1. Version

  2. IHL

  3. ToS

  4. Total Length

  5. Identification

  6. Flags

  7. Fragment Offset

  8. TTL

  9. Protocol

  10. Header Checksum

  11. Source Address

  12. Destination Address

  13. Options


58
New cards

IPv6

A IP version that has been increasing because of its large address space.

59
New cards

8

IPv6 has ____ header fields.

60
New cards

IPv6 headers

  1. Version

  2. Traffic Class

  3. Flow Label

  4. Payload Length

  5. Next Header

  6. Hop Limit

  7. Source Address

  8. Destination Address


61
New cards

Traffic Class

A header field similar to IPv4 Type of Service field. It provides information about the packet’s priority or class to help with packet delivery.

62
New cards

Flow Label

A header field that identifies the packets of a flow. A flow is the sequence of packets sent from a specific source.

63
New cards

Next Header

A header field that indicates the type of header that follows the IPv6 header such as TCP.H

64
New cards

Hop Limit

A header field similar to IPv4 Time To Live field. It limits how long a packet can travel in a network before being discarded.

65
New cards

Wireshark

An open-source network protocol analyzer. It uses a GUI, which makes it easier to visualize network communications for packet analysis purposes.

66
New cards

graphical user interface

Aka GUI.

67
New cards

eq

Equal operator abbreviation

68
New cards

==

Equal operator symbol

69
New cards

!=

Not equal symbol

70
New cards

ne

Not equal abbreviation

71
New cards

>

Greater than symbol

72
New cards

gt

Greater than abbreviation

73
New cards

<

Less than symbol

74
New cards

lt

Less than abbreviation

75
New cards

>=

Greater than or equal to symbol

76
New cards

ge

Greater than or equal to abbreviation

77
New cards

<=

Less than or equal to symbol

78
New cards

le

Less than or equal to abbreviation.

79
New cards

contains

Operator used to filter packets that contain an exact match of a string of text.

80
New cards

matches

Operator used to filter packets based on regex that’s specified.

81
New cards

Regular expression

Aka regex.

82
New cards

Regex

A sequence of characters that form a pattern.

83
New cards

dns, http, ftp, ssh, arp, telnet, icmp

Filterable protocols in packet sniffer.

84
New cards

ip.addr == 172.21.224.2

filter for packets that contain the specific IP address 172.21.224.2

85
New cards

ip.src == 10.10.10.10

filter for packets originating from the specific source IP address 10.10.10.10

86
New cards

ip.dst == 4.4.4.4

filter packets delivered to the specific destination IP address 4.4.4.4

87
New cards

Media Access Control address

Aka MAC address

88
New cards

udp.port == 53

filter for UDP port 53

89
New cards

sudo tcpdump -i any -v -c 1

command for capturing 1 packet from any interface using tcpdump in verbose mode with a user that does not permission to run tcpdump.

90
New cards

-vvv

flag for getting the most verbose version of a packet in tcpdump

91
New cards

command-line interface

Aka CLI.

92
New cards

CLI

A text-based user interface that uses commands to interact with the computer.

93
New cards

IDS

An application that monitors system activity and alerts on possible intrusions.

94
New cards

MAC Address

A unique alphanumeric identifier that is assigned to each physical device on a network.

95
New cards

National Institute of Standards and Technology

Aka NIST

96
New cards

NIST Incident Response Lifecycle

A framework for incident response consisting of four phases: Preparation; Detection and Analysis; Containment, Eradication and Recovery; and Post-incident activity.

97
New cards

Packet sniffing

The practice of capturing and inspecting data packets across a network.

98
New cards

Playbok

A manual that provides details about any operational action.

99
New cards

Root user

Aka superuser.

100
New cards

Root user

A user with elevated privileges to modify the system.