🃏 Network Analysis Flashcards

Test your network traffic analysis skills for the CyberOps Associate exam.

About This Flashcard Deck

This flashcard deck contains 10 cards covering key Network Analysis concepts for the CYBEROPS exam. Test your network traffic analysis skills for the CyberOps Associate exam. Use active recall by attempting to answer each question before revealing the answer.

Card 1 of 10

Question

What is a SYN flood attack?

Click to reveal answer

Answer

A DoS attack that sends many TCP SYN packets without completing the handshake, exhausting server resources with half-open connections.

Click to flip back

All Network Analysis Flashcards

1

Q: What is a SYN flood attack?

A: A DoS attack that sends many TCP SYN packets without completing the handshake, exhausting server resources with half-open connections.

2

Q: What does Wireshark display filter "tcp.flags.syn == 1" show?

A: All packets with the SYN flag set — useful for finding connection attempts.

3

Q: What is DNS tunneling?

A: Encoding data in DNS queries/responses to exfiltrate data or establish C2 channels, bypassing firewalls that allow DNS traffic.

4

Q: What is the difference between signature-based and anomaly-based detection?

A: Signature-based matches known attack patterns (fast, misses new attacks). Anomaly-based detects deviations from normal behavior (catches new attacks, more false positives).

5

Q: What is NetFlow?

A: A Cisco protocol that collects IP traffic flow data: source/dest IP, ports, protocol, bytes, timestamps. Useful for traffic analysis without full packet capture.

6

Q: What is a PCAP file?

A: Packet Capture file — contains raw network traffic captured by tools like Wireshark or tcpdump for offline analysis.

7

Q: What is an indicator of compromise (IOC)?

A: Evidence that a security breach may have occurred: malicious IP addresses, file hashes, unusual DNS queries, registry changes, etc.

8

Q: What is beaconing?

A: Regular, periodic outbound connections from a compromised host to a C2 server. Detectable by analyzing connection timing patterns.

9

Q: What does the TCP RST flag indicate?

A: The connection is being forcefully terminated. Can indicate port scanning (RST response to SYN on a closed port).

10

Q: What is ARP spoofing?

A: An attacker sends fake ARP replies to associate their MAC address with a legitimate IP, enabling man-in-the-middle attacks. Mitigated by DAI.

Cisco Flashcard Study Strategy

Cisco exams heavily test protocol operations and configuration details. Use these flashcards to drill port numbers, protocol behaviours, and administrative distances. Pair flashcard sessions with Packet Tracer labs — when you encounter a card about OSPF neighbour states, open a lab and verify each state transition on a live topology. This combination of memorisation and practice builds the deep understanding Cisco exams demand.

More CYBEROPS Flashcard Decks