Module 8 - Linux Overview Flashcards
(209 cards)
When was Linux first released
Linux was first released in 1991
What term describes a bundled package of the Linux kernel and additional tools customized by different organizations?
A Linux distribution (distro)
Which core Linux component can be freely inspected, modified, recompiled, and redistributed by anyone?
The Linux Kernel
Which operating system is often preferred in Security Operations Centers (SOCs) due to its flexibility and control?
Linux
Which type of SOC tool enables analysts to observe every detail of network transactions and is crucial for deep traffic inspection?
A Network Packet Capture software
Why is the Linux GUI sometimes avoided in favor of the CLI, especially in security environments?
The GUI adds complexity and consumes more system resources than CLI
Which special Linux user account has full administrative control over the system?
The root user/super user
What is a popular open source suite of integrated tools for network security analysis?
Security Onion
Which Linux console interface in Security Onion allows analysts to manage and view network security events?
Sguil
Which well-known packet capture tool is widely used in SOCs to analyze network traffic?
Wireshark
Which tools let analysts run and observe malware in isolation to study its behavior without system compromise?
A Malware Analysis tool
Which security tools monitor traffic in real-time and take action if traffic matches known attack patterns or rules?
An IPS (Intrusion Prevention System)
Which centralized platform provides real-time analysis of alerts and logs from sources like IDSs and firewalls?
SEIM (Security Information and Event Management)
Which security component enforces pre-defined rules to control whether traffic can enter or leave a network or device?
A firewall
Which tool is used to manage and analyze the vast number of log entries generated by network devices and systems?
A log manager
Which type of software toolset in Linux attempts to identify vulnerabilities by simulating attacks on networks or systems?
Penetration testing (PenTesting) tools
Which system assigns, tracks, and records response tasks in a SOC, often linking alerts to specific analysts?
A ticketing system
Which command provides access to user manual documentation for other Linux commands?
man
Which Linux distribution includes a broad range of penetration testing tools organized into categories?
Kali Linux
Which type of application allows users to access the CLI from within a Linux GUI environment?
A terminal emulator
What command lists the contents of the current directory in Linux?
ls
Which browser-based emulator, created by Fabrice Bellard, allows users to run Linux and test commands like ls without local installation?
JSLinux
Who created JSLinux?
Fabrice Bellard
What command would you use to move or rename a file in Linux?
mv