Please enable JavaScript.
Coggle requires JavaScript to display documents.
Module 22. Network Security Testing - Coggle Diagram
Module 22. Network Security Testing
Network Security Testing Techiques
Types of Network Tests
Penetration testing - Network penetration tests, or pen testing, simulate attacks from malicious sources. The goal is to determine the feasibility of an attack and possible consequences if one were to occur. Some pen testing may involve accessing a client’s premises and using social engineering skills to test their overall security posture.
Network scanning - Includes software that can ping computers, scan for listening TCP ports, and display which types of resources are available on the network. Some scanning software can also detect usernames, groups, and shared resources. Network administrators can use this information to strengthen their networks.
Vulnerability scanning - This includes software that can detect potential weaknesses in the tested systems. These weaknesses can include misconfiguration, blank or default passwords, or potential targets for DoS attacks. Some software allows administrators to attempt to crash the system through the identified vulnerability.
Password cracking - This includes software that is used to test and detect weak passwords that should be changed. Password policies must include guidelines to prevent weak passwords.
Log review - System administrators should review security logs to identify potential security threats. Filtering software to scan lengthy log files should be used to help discover abnormal activity to investigate.
Integrity checkers - An integrity checking system detects and reports on changes in the system. Most of the monitoring is focused on the file system. However, some checking systems can report on login and logout activities.
Virus detection - Virus or antimalware detection software should be used to identify and remove computer viruses and other malware.
Testing and Evaluating Network Security
The effectiveness of an operations security solution can be tested without waiting for a real threat to take place. Network security testing makes this possible. Network security testing is performed on a network to ensure all security implementations are operating as expected.
Security testing provides insight into various administrative tasks, such as risk analysis and contingency planning. It is important to document the results of security testing and make them available for staff involved in other IT areas.
Operations Security
Operations security is concerned with the day-to-day practices necessary to first deploy and later maintain a secure system. All networks are vulnerable to attack if the planning, implementation, operations, and maintenance of the network do not adhere to operational security practices.
Operations security starts with the planning and implementation process of a network. During these phases, the operations team analyzes designs, identifies risks and vulnerabilities, and makes the necessary adaptations.
Network Security Testing Tools
Network Testing Tools
Nmap/Zenmap - This is used to discover computers and their services on a network, therefore creating a map of the network.
SuperScan - This port scanning software is designed to detect open TCP and UDP ports, determine what services are running on those ports, and to run queries, such as whois, ping, traceroute, and hostname lookups.
SIEM (Security Information Event Management) - This is a technology used in enterprise organizations to provide real time reporting and long-term analysis of security events.
GFI LANguard - This is a network and security scanner which detects vulnerabilities.
Tripwire - This tool assesses and validates IT configurations against internal policies, compliance standards, and security best practices.
Nessus - This is a vulnerability scanning software, focusing on remote access, misconfigurations, and DoS against the TCP/IP stack.
L0phtCrack - This is a password auditing and recovery application.
Metasploit - This tool provides information about vulnerabilities and aids in penetration testing and IDS signature development.
Nmap and Zenmap
Nmap is a commonly used, low-level scanner that is available to the public. It has an array of excellent features which can be used for network mapping and reconnaissance.
Advanced features of Nmap include protocol scanning, known as Layer 3 port scanning. This feature identifies Layer 3 protocol support on a host. Examples of protocols that can be identified include GRE and OSPF.
SuperScan
Adjustable scanning speed
Support for unlimited IP ranges
Improved host detection using multiple ICMP methods
TCP SYN scanning
UDP scanning (two methods)
SIEM
Security Information Event Management (SIEM) is a technology used in enterprise organizations to provide real time reporting and long-term analysis of security events. SIEM evolved from two previously separate products: Security Information Management (SIM) and Security Event Management (SEM). SIEM can be implemented as software, integrated with Cisco Identity Services Engine (ISE) or as a managed service.
Correlation - Examines logs and events from disparate systems or applications, speeding detection of and reaction to security threats.
Aggregation - Aggregation reduces the volume of event data by consolidating duplicate event records.
Forensic analysis - The ability to search logs and event records from sources throughout the organization provides more complete information for forensic analysis.
Retention - Reporting presents the correlated and aggregated event data in real-time monitoring and long-term summaries.
User information (name, authentication status, location, authorization group, quarantine status)
Device information (manufacturer, model, OS version, MAC address, network connection method, location)
Posture information (device compliance with corporate security policy, antivirus version, OS patches, compliance with mobile device management policy)