CompTIA Server+ Certification (Exam SK0-004)

Slides:



Advertisements
Similar presentations
Security Update Server Registration, Active scanning and Windows patching.
Advertisements

1 Chapter 8 Fundamentals of System Security. 2 Objectives In this chapter, you will: Understand the trade-offs among security, performance, and ease of.
Host Hardening (March 21, 2011) © Abdou Illia – Spring 2011.
System and Network Security Practices COEN 351 E-Commerce Security.
INTRANET SECURITY Catherine Alexis CMPT 585 Computer and Data Security Dr Stefan Robila.
Exam ● On May 15, at 10:30am in this room ● Two hour exam ● Open Notes ● Will mostly cover material since Exam 2 ● No, You may not take it early.
How PNNL Manages Windows Desktops 1 Will Jorgensen.
Firewall 2 * Essential Network Security Book Slides. IT352 | Network Security |Najwa AlGhamdi 1.
Installing and Configuring a Secure Web Server COEN 351 David Papay.
© 2013 Jones and Bartlett Learning, LLC, an Ascend Learning Company All rights reserved. Security Strategies in Linux Platforms and.
Principles of Computer Security: CompTIA Security + ® and Beyond, Second Edition © 2010 Baselines Chapter 14.
Chapter 8 Hardening Your SQL Server Instance. Hardening  Hardening The process of making your SQL Server Instance more secure  New features Policy based.
Chapter 4: Security Baselines Security+ Guide to Network Security Fundamentals Second Edition.
1 Infrastructure Hardening. 2 Objectives Why hardening infrastructure is important? Hardening Operating Systems, Network and Applications.
E-Security: 10 Steps to Protect Your School’s Network NEN – the education network.
Module 14: Configuring Server Security Compliance
Introduction to Computer Administration Course Supervisor: Muhammad Saeed.
Principles of Computer Security: CompTIA Security + ® and Beyond, Third Edition © 2012 Principles of Computer Security: CompTIA Security+ ® and Beyond,
Training and Dissemination Enabling Grids for E-sciencE Jinny Chien, ASGC 1 Training and Dissemination Jinny Chien Academia Sinica Grid.
Module 6: Designing Security for Network Hosts
Module 14: Securing Windows Server Overview Introduction to Securing Servers Implementing Core Server Security Hardening Servers Microsoft Baseline.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux June 2011 Kaplan University 1.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
Chapter 2 Securing Network Server and User Workstations.
Introduction to Systems Security (January 12, 2015) © Abdou Illia – Spring 2015.
Principles of Computer Security: CompTIA Security + ® and Beyond, Third Edition © 2012 Principles of Computer Security: CompTIA Security+ ® and Beyond,
Security fundamentals Topic 2 Establishing and maintaining baseline security.
Defense in Depth. 1.A well-structured defense architecture treats security of the network like an onion. When you peel away the outermost layer, many.
Implementing Server Security on Windows 2000 and Windows Server 2003 Fabrizio Grossi.
How to Mitigate Stay Safe. Patching Patches Software ‘fixes’ for vulnerabilities in operating systems and applications Why Patch Keep your system secure.
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
Aaron Corso COSC Spring What is LAMP?  A ‘solution stack’, or package of an OS and software consisting of:  Linux  Apache  MySQL  PHP.
Securing a Host Computer BY STEPHEN GOSNER. Definition of a Host  Host  In networking, a host is any device that has an IP address.  Hosts include.
Vmware 2V0-621D Vmware Exam Questions & Answers VMware Certified Professional 6 Presents
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
Unit 2 Personal Cyber Security and Social Engineering Part 2.
SemiCorp Inc. Presented by Danu Hunskunatai GGU ID #
INFSO-RI Enabling Grids for E-sciencE Workshop WLCG Security for Grid Sites Louis Poncet System Engineer SA3 - OSCT.
أمن المعلومات لـ أ. عبدالرحمن محجوب حمد mtc.edu.sd أمن المعلومات Information Security أمن المعلومات Information Security  أ. عبدالرحمن محجوب  Lec (5)
CompTIA Server+ Certification (Exam SK0-004)
CompTIA Server+ Certification (Exam SK0-004)
IT320 Operating System Concepts
Securing Network Servers
Top 5 Open Source Firewall Software for Linux User
Working at a Small-to-Medium Business or ISP – Chapter 8
Critical Security Controls
SY0-401 Exam Dumps CompTIA Security+ Certification Exam
Chapter 7: Identifying Advanced Attacks
Chapter 6 Application Hardening
COP 4343 Unix System Administration
CompTIA Security+ SY0-401 Real Exam Question Answer
Secure Software Confidentiality Integrity Data Security Authentication
Chapter 4: Security Baselines
CompTIA Security+ Study Guide (SY0-401)
More Scripting & Chapter 11
CompTIA Server+ Certification (Exam SK0-004)
Dell PowerEdge Change Management Tools Frequently asked questions
Determined Human Adversaries: Mitigations
Unit 27: Network Operating Systems
Intro to Ethical Hacking
IS3440 Linux Security Unit 9 Linux System Logging and Monitoring
IS4680 Security Auditing for Compliance
Chapter 2: The Linux System Part 1
IS3440 Linux Security Unit 8 Software Management
Introduction to Systems Security
Managing Services with VMM and App Controller
Lecture 3: Secure Network Architecture
Operating System Hardening
Determined Human Adversaries: Mitigations
Designing IIS Security (IIS – Internet Information Service)
Presentation transcript:

CompTIA Server+ Certification (Exam SK0-004) 5.3 Server Hardening

Understand the concepts of hardening, baseline configurations, and host management Apply operating system and application software patches and firmware updates The number in the bottom right corner of the slides refers back to the page where this topic starts in the course book. 5.3 Server Hardening

Baseline OS Security and Settings Attack surface Interfaces Services Application service ports Install to secure configuration Uninstall or disable unnecessary devices / services / protocols Install patches and updates Configure shared resources / ACLs and user privileges Install and configure security software Anti-malware Host firewall / IDS Server application hardening Execution control (white listing / black listing) 5.3 Server Hardening

Firmware Security System passwords Supervisor / Administrator User Disable Wake on LAN (WoL) and hardware Intrusion detection 5.3 Server Hardening

Patch Management Security control improving availability Update policies and schedule Apply all latest Only apply specific patches Testing 5.3 Server Hardening

Windows Update Types of patches and service packs Windows Update web client Windows Server Update Services (WSUS) 5.3 Server Hardening

Linux Patch Management Distribution repositories Source code versus precompiled Package managers (rpm, apt-get, yum) 5.3 Server Hardening

Upgrading Firmware Update via vendor website / update tool Updates for security software Firmware updates 5.3 Server Hardening

Understand the concepts of hardening, baseline configurations, and host management Apply operating system and application software patches and firmware updates What general procedures are involved in server hardening? Establish a configuration baseline identifying the necessary services and ports that should be open and running and software that should be installed and disable or uninstall everything else. Make sure that OS and application patches and drivers are kept up-to-date. Configure security software and access permissions / privileges appropriately. In a security context, what would disabling WoL achieve? Prevent a server from being turned on over the network without authorization. What is WSUS? Windows Server Update Services is a Windows service for managing product update deployment. Name three Linux package managers that can be configured to install application updates. rpm (RedHat), apt-get (Debian), and yum (Fedora). Following an update cycle, multiple servers in your company are experiencing high packet loss due to checksum errors. What type of update rollback is most likely to fix this type of problem? Most likely to be a driver issue. What type of update is most likely to require frequent installation and least likely to require extensive testing? Security software (anti-malware) updates are often issued frequently and should have the least impact on system reliability, though problems can occur. 5.3 Server Hardening