CySA+ Tools and commands

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

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:59 PM on 3/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

83 Terms

1
New cards

nmap

A network-vulnerability scanner.

2
New cards

nmap -O

Performs OS fingerprinting

3
New cards

nmap -sV

Service version identification.

Determines what version services are running and on what ports

4
New cards

nmap -sT

TcpConnect scan. Scans by attempting the TCP three way handshake connection (easiest to detect, but most reliable). This is the default scan that will be performed if no flags are added (so just "nmap hostname")

5
New cards

nmap -sX

Xmas scan. Scans by setting all flags on TCP packet (FIN, URG, PUSH). If the target doesn't respond, the port is open. If the connection resets (RST), the port is closed. Does not work on Windows machines.

6
New cards

nmap -sU

UDP scan.

7
New cards

nmap -sS

Performs a stealth scan which limits the visibility of the scan on the network. SYN scan. Just send SYN packet. Requires raw socket access (root user access).

8
New cards

netstat

A universal command-line utility used to examine the TCP/IP connections open on a given host.

9
New cards

netstat -a

Displays active tcp and udp connections.

10
New cards

netstat -0

Identify a process using a connection.

Once you know the process, you can terminate it.

11
New cards

netstat -e

Displays ethernet statistics on sent/received data.

Useful in a similar way to netflow; you can see if there is a suspicious amount of data usage, possibly that you did not do, alerting you that there could be someone stealing your data.

12
New cards

netstat -r

Displays the routing table.

Useful because you can see if you have unwanted/backdoor routes.

13
New cards

-ps

Linux command used to list the currently running processes and their PIDs

14
New cards

-top

Linux command like -ps, but also provides sorting processes by top usage

15
New cards

-df

Linux command that reports file system disk space usage

16
New cards

-w

Linux command that shows who is logged on and what they are doing

17
New cards

service --status-all

Linux command that lists the state of services controlled by System

18
New cards

-dd

A Linux command that clones drives using bit-by-bit copy.

use with the command bs to set the block size

-dd bs=64k if=/etc of=/etc

if is the input file, of is the output file

use conv=noerror to continue to copy if there are read errors.

19
New cards

md5sum

Linux command that will compute and check MD5 message digest

md5sum

20
New cards

nslookup/dig

a tool used to query the DNS server for information such as IP addresses, canonical names, cache timers, ect. Good for troubleshooting DNS servers. dig is more detailed.

21
New cards

host

Unix command. DNS lookup utility, finding the IP address of a domain name. It also performs reverse lookups, finding the domain name associated with an IP address.

22
New cards

whois

query and response protocol that is widely used for querying databases that store the registered users of an Internet resource, such as a domain name or an IP address block. Will provide details such as company, names, addresses, phone numbers, emails, and more for a given domain.

23
New cards

tcpdump

A Unix command-line protocol analyzer. It allows the user to display TCP/IP and other packets being transmitted or received over a network to which the computer is attached.

24
New cards

Qualys

Vulnerability scanner that is good, popular, allows for asset grouping and inventorying, scan comparisons, set groups, schedule scans

25
New cards

Nessus

Vulnerability scanner comparable to Qualys

26
New cards

Nexpose

Vulnerability scanner comparable to Qualys and Nessus

27
New cards

OpenVAS

Open source vulnerability scanner. low cost (free). OpenVAS is a fork of the original Nessus.

28
New cards

Nikto

Web application vulnerability scanner (other tools scan databases, but Nikto scans the coding of the web server. Nikto is a great supplemental scanner to use with other vulnerability scanners to gain a different perspective.)

29
New cards

Microsoft Baseline Security Analyzer (MBSA)

Run on the local machine itself. Performs a basic security test- makes sure that the firewall is enabled, updates installed, registry is good, etc. Only works on systems below Windows 10.

30
New cards

Wireshark

A free and open source packet analyzer that has a GUI.

Command line version is called Tshark and features the same capabilities except for the GUI.

31
New cards

Cisco Firewall

Next Generation Firewall. Can incorporate Sourcefire.

32
New cards

Snort

IPS that uses community-curated set of rules to identify patterns of known malicious software.

33
New cards

Sourcefire

IPS that was bought by Cisco

34
New cards

Bro

Open source IDS/IPS. Provides network traffic logging.

35
New cards

netcat (nc)

Opens a port and sends or receives traffic. Can be used as a backdoor.

-v verbose, provides more information

-t limits it to tcp ports

-u limits it to udp ports

36
New cards

Burpsuite

An interception proxy that features both automated and manual modes. Useful for web application security testing.

37
New cards

Splunk

popular SIEM that provides graphical data used for analysis

38
New cards

ELK Stack

Set of 3 open source tools used for monitoring, troubleshooting and securing IT environments. This is a SIEM.

39
New cards

shasum

Linux command that will compute a SHA hash for a file

shasum

40
New cards

Aircrack-ng

This tool is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured.

WLAN/802.11 penetration testing tool. Open source.

41
New cards

ufw (Uncomplicated Firewall)

Command line firewall in Ubuntu. Allows for easy administration of the firewall ACLs.

It's free.

42
New cards

EMET (Enhanced Mitigation Experience Toolkit)

Free Microsoft product desgined to protect windows systems against a variety of threats, particularly zero day threats.

This tool is at its end of life, but its features will be added to future OS's.

DEP, ASLR prevent memory attacks (like buffer overflows)

43
New cards

Mod Security

Web Application Firewall. Open source. Originally designed for Apache web servers.

44
New cards

NAXSI (Nginx Anti XSS and SQL Injection)

Web Application Firewall. Open source, efficient and fast. Deny by default whitelisting policy.

45
New cards

Imperva

Web Application Firewall. Offers dynamic profiling which learns trusted app structures and trusted user behavior.

46
New cards

Palo Alto

Next Generation Firewall provider. High cost, cloud based malware detection and threat intelligence sharing.

47
New cards

Check Point

Next Generation Firewall Provider. Known for their SCADA and ICS firewalls.

48
New cards

nmap -sP

Performs a ping sweep. Sends an ICMP echo and TCP ack to each host it scans and then determines whether a host is up or not based on its response.

49
New cards

nmap -T

Lets you space out scans to avoid detection. Choose a number 0-5 after the -T to slow down or speed up the scan.

nmap -T 0 : stealthiest option

nmap -T 5 : most aggressive scanning option

50
New cards

SIEMs

ArcSight, QRadar, Splunk, AlienVault, OSSIM, Kiwi Syslog, ELK stack

51
New cards

Network General

Company that developed the original network packet sniffer in 1986.

52
New cards

Zenmap

GUI verison of nmap.

53
New cards

Nagios

Monitoring tool that automatically detects a heartbeat from various nodes across a network.

54
New cards

SolarWinds

Network performance monitor. Multi-vendor network monitoring, able to scale for large environments.

55
New cards

Cacti

Open source network monitoring and graphing tool. Cacti allows a user to poll services at predetermined intervals and graph the resulting data.

56
New cards

MRTG (Multi Router Traffic Grapher)

Free software for monitoring and measuring the traffic load on network links. It allows the user to see traffic load on a network over time in graphical form.

57
New cards

Netflow Analyzer

A unified solution that collects, analyzes and reports about what your network bandwidth is being used for and by whom

58
New cards

Sysinternals

A suite of tools designed to assist with troubleshooting issues with windows.

59
New cards

OpenSSL

A widely used open-source implementation of the SSL/TLS protocol that was affected by the Heartbleed bug.

60
New cards

ZAP (Zed Attack Proxy)

Interception proxy developed by OWASP

61
New cards

Vega

Interception proxy and security scanner tool

62
New cards

Metasploit

Open source exploit tool framework. Offers hundreds of plugins/extensions for delivering exploit payloads. Very versatile, can be automated.

63
New cards

Peach fuzzer

Versatile and powerful fuzzer that can target not only software but also internet protocols, hardware, drivers, IoT devices, embedded systems, binaries, etc.

64
New cards

Microsoft SDL/Regex fuzzer

Basic file and regular expression fuzzer

65
New cards

Untidy

XML fuzzer for discovering vulnerabilities in web clients and servers.

66
New cards

John the Ripper

Free command line password cracking software

67
New cards

Cain and Abel

GUI/application password recovery tool for Windows

68
New cards

nbtstat

diagnostic tool for NetBIOS over TCP/IP

-s shows current NetBIOS sessions and their status

-c shows the NetBIOS name cache

-r displays the count of NetBIOS names resolved through a WINS server query and broadcaster

69
New cards

less, cat, head, tail

Linux command that allows you to view files without opening an editor(cat, less).

head shows the first lines of the file

tail shows the last lines of the file

70
New cards

at

Windows command that can be used to schedule tasks or programs to run at specific times

71
New cards

Forensics software

Encase, FTK, cellebrite, helix, sysinternals

72
New cards

which

Linux command that shows where a command is being run from

73
New cards

netcat (nc) -z

Zero I/O mode.

Allows netcat to perform port scans.

74
New cards

netcat (nc) -l

displays listening ports/sets up port as listening

75
New cards

nmap -Pn

Disables ping/host discovery.

Some hosts are configured to not respond to ICMP packets, and so nmap will not scan them because it believes that are not online.

-Pn skips this host discovery phase and scans every target as if their IP is active.

76
New cards

WinDump

Windows version of TCPdump

77
New cards

netcat (nc) -e

program/command to execute after connection occurs

78
New cards

OSSIM

Open source SIEM.

79
New cards

Kiwi Syslog

SIEM/log management tool made for windows.

80
New cards

Encase

Windows digital forensics suite for collection, analysis, and reporting. Uses E01 file format.

81
New cards

FTK

Windows forensic imaging suite. Used for file discovery and volume replication.

82
New cards

Helix

Digital forensics suite for nondestructive forensics analysis.

83
New cards

Cellebrite

Mobile forensic suite for data extraction and analysis of mobile devices.

Explore top notes

note
The Circle and Some Related Terms
Updated 1270d ago
0.0(0)
note
New World 4 - Unit 3 Vocabulary
Updated 336d ago
0.0(0)
note
Ap Lang: How to score a 5
Updated 686d ago
0.0(0)
note
CHAPTER 5 SKIN ANALYSIS
Updated 476d ago
0.0(0)
note
Saponification
Updated 1353d ago
0.0(0)
note
The Circle and Some Related Terms
Updated 1270d ago
0.0(0)
note
New World 4 - Unit 3 Vocabulary
Updated 336d ago
0.0(0)
note
Ap Lang: How to score a 5
Updated 686d ago
0.0(0)
note
CHAPTER 5 SKIN ANALYSIS
Updated 476d ago
0.0(0)
note
Saponification
Updated 1353d ago
0.0(0)

Explore top flashcards

flashcards
Chapter 6-Tissues
24
Updated 1139d ago
0.0(0)
flashcards
B3 - Infection and response
44
Updated 1058d ago
0.0(0)
flashcards
Sociology AQA - Education
109
Updated 1248d ago
0.0(0)
flashcards
bio lipids quiz
33
Updated 1112d ago
0.0(0)
flashcards
Arson/Mystery Unit List #2
20
Updated 663d ago
0.0(0)
flashcards
abeka health 9 section 5.2
59
Updated 1100d ago
0.0(0)
flashcards
Chapter 6-Tissues
24
Updated 1139d ago
0.0(0)
flashcards
B3 - Infection and response
44
Updated 1058d ago
0.0(0)
flashcards
Sociology AQA - Education
109
Updated 1248d ago
0.0(0)
flashcards
bio lipids quiz
33
Updated 1112d ago
0.0(0)
flashcards
Arson/Mystery Unit List #2
20
Updated 663d ago
0.0(0)
flashcards
abeka health 9 section 5.2
59
Updated 1100d ago
0.0(0)