Module 13 Flashcards
there are two internal LAN elements to
secure:
- Endpoints
- Network infrastructure
Traditional Endpoint Security
The endpoints also used traditional host-based security measures:
- Antivirus/Antimalware Software
- Host-based IPS
- Host-based firewall
borderless network
byod
Security for Endpoints in the Borderless Network
antimalware software
Protect endpoints from malware.
spam filtering
Prevent spam emails from reaching endpoints.
blocklisting
Prevent endpoints from connecting to websites with bad reputations by immediately blocking connections based on the latest reputation intelligence.
data loss prevention (DLP)
Prevent sensitive information from being lost or stolen.
Network-Based Malware Protection
The following are examples of devices and
techniques that implement host protections
at the network level:
- Advanced Malware Protection
(AMP) - Email Security Appliance (ESA)
- Web Security Appliance (WSA)
- Network Admission Control (NAC)
Endpoints are also susceptible to data theft. For instance, if a corporate laptop is lost or stolen, a thief could scour the hard drive for sensitive information, contact information, personal information, and more.
The solution is to
lThe solution is to locally encrypt the disk drive with a strong encryption
algorithm such as 256-bit AES encryption. The encryption protects the
confidential data from unauthorized access. The encrypted disk volumes can
only be mounted for normal read/write access with the authorized password.
purpose of network access control (NAC) is to
allow only authorized and compliant
systems, whether managed or unmanaged, to access the network.
It unifies endpoint security technologies with user or device authentication and network security policy enforcement.
NAC systems can have the following capabilities:
- Profiling and visibility – This recognizes and users and their devices before malicious
code can cause damage. - Guest network access – This manages guests through a customizable, self-service
portal that includes guest registration, guest authentication, guest sponsoring, and a
guest management portal. - Security posture checking – This evaluates security-policy compliance by user type,
device type, and operating system. - Incident response - Mitigating network threats by enforcing security policies that block,
isolate, and repair noncompliant machines without administrator attention.
The goal of NAC systems is to
ensure that only hosts that are authenticated
and have had their security posture
examined and approved are permitted
onto the network.
Network access devices can function
as the enforcement layer, as shown in
the figure. They force the clients to
query a RADIUS server for
authentication and authorization. The
RADIUS server can query other
devices, such as an antivirus server,
and reply to the network enforcers.
The ____ standard defines a port-based access control and authentication protocol that restricts unauthorized workstations from connecting to a LAN through publicly accessible switch ports.
IEEE 802.1X
The 802.1x roles include:
Supplicant (Client)
Authenticator (Switch)
Authentication server
The device (workstation) that requests access to LAN and switch services and then responds to requests from the switch. The workstation must be running 802.1X-compliant client software. (The port that the client is attached to is the supplicant [client] in the IEEE 802.1X specification.)
Supplicant (Client)
Controls physical access to the network based on the authentication status of the client. The switch acts as an intermediary (proxy) between the client (supplicant) and the authentication server, requesting identifying information from the client, verifying that information with the authentication server, and relaying a response to the client. The switch uses a RADIUS software agent, which is responsible for encapsulating and de-encapsulating the EAP (Extensible Authentication Protocol) frames and interacting with the authentication server.
Authenticator (Switch)
Performs the actual authentication of the client. The authentication server validates the identity of the client and notifies the switch whether the client is authorized to access the LAN and switch services. Because the switch acts as the proxy, the authentication service is transparent to the client. The RADIUS security system with EAP extensions is the only supported authentication server
Authentication server
- Between the supplicant and the authenticator
- EAP data is encapsulated in EAPOL frames.