CSC 526-Chapter 5 - 2023
CSC 526-Chapter 5 - 2023
• The authentication
protocol that is used,
the Extensible
Authentication Controlled ports Uncontrolled ports
Protocol (EAP), is
defined in the IEEE
802.1X standard
Allows the exchange of
Allows the exchange of
PDUs between a
PDUs between the
supplicant and other
supplicant and the other
systems on the LAN only
AS, regardless of the
if the current state of the
authentication state of
supplicant authorizes
the supplicant
such an exchange
Network Access
Enforcement Methods
• The actions that are applied to access requesters (ARs)
to regulate access to the enterprise network
• Many vendors support multiple enforcement methods
simultaneously, allowing the customer to tailor the
configuration by using one or a combination of methods
• IEEE 802.1X: makes use of the Extensible Authentication Protocol for the
authentication process)
• Virtual local area networks (VLANs): The NAC system decides to which
of the network’s VLANs it will direct a client
• Firewall: allowing or denying network traffic between an enterprise host
and an external user.
• DHCP management: NAC enforcement occurs at the IP layer based on
subnet and IP assignment, limited security.
RADIUS: Remote Authentication Dial In User Service
AAA: Authentication, Authorization, and Accounting
Extensible Authentication
Protocol (EAP)
• EAP Transport Layer Security
• EAP Tunneled TLS
• EAP Generalized Pre-Shared Key
• EAP-IKEv2
Authentication
Methods
• EAP provides a generic transport service for the
exchange of authentication information between a
client system and an authentication server
Terminology
Related to IEEE
802.1X
Cloud Computing
• NIST defines cloud computing, in NIST SP-800-145
(The NIST Definition of Cloud Computing ), as
follows:
“A model for enabling ubiquitous, convenient, on-
demand network access to a shared pool of configurable
computing resources (e.g., networks, servers, storage,
applications, and services) that can be rapidly
provisioned and released with minimal management
effort or service provider interaction. This cloud model
promotes availability and is composed of five essential
characteristics, three service models, and four
deployment models.”
Cloud Computing
Reference Architecture
• NIST SP 500-292 (NIST Cloud Computing Reference
Architecture ) establishes a reference architecture, described
as follows:
“The NIST cloud computing reference architecture focuses
on the requirements of “what” cloud services provide, not a
“how to” design solution and implementation. The
reference architecture is intended to facilitate the
understanding of the operational intricacies in cloud
computing. It does not represent the system architecture of
a specific cloud computing system; instead it is a tool for
describing, discussing, and developing a system-specific
architecture using a common framework of reference.”
Cloud provider (CP)
Cloud
Provider
For each of the three service
models (SaaS, PaaS, IaaS),
Can provide one or more of the CP provides the storage
the cloud services to meet IT and processing facilities
and business requirements of needed to support that
cloud consumers service model, together with
a cloud interface for cloud
service consumers
Cloud broker
•Useful when cloud services are too complex for a cloud
consumer to easily manage
•Three areas of support can be offered by a cloud broker:
•Service intermediation
•Value-added services such as identity management,
performance reporting, and enhanced security
•Service aggregation
•The broker combines multiple cloud services to meet
consumer needs not specifically addressed by a single CP,
or to optimize performance or minimize cost
•Service arbitrage
•A broker has the flexibility to choose services from
multiple agencies
•e.g. Appirio
Cloud Security Risks and
Countermeasures
• The Cloud Security Alliance [CSA10] lists the
following as the top cloud specific security threats,
together with suggested countermeasures:
Abuse and nefarious use of cloud computing
• Countermeasures: stricter initial registration and validation processes;
enhanced credit card fraud monitoring and coordination; comprehensive
introspection of customer network traffic; monitoring public blacklists for
one’s own network blocks
Malicious insiders
• Countermeasures: enforce strict supply chain management and conduct a
comprehensive supplier assessment; specify human resource requirements
as part of legal contract; require transparency into overall information
security and management practices, as well as compliance reporting;
determine security breach notification processes
Risks and Countermeasures
(continued)
Insecure Shared
Data loss or
interfaces and technology
leakage
APIs issues
Countermeasures:
implement security best
practices for
Countermeasures: installation/configuration; Countermeasures:
analyzing the security monitor environment for implement strong API
model of CP interfaces; unauthorized access control; encrypt and
ensuring that strong changes/activity; promote protect integrity of data in
authentication and access strong authentication and transit; analyze data
controls are implemented access control for protection at both design
in concert with encryption administrative access and and run time; implement
machines; understanding operations; enforce SLAs strong key generation,
the dependency chain for patching and storage and management,
associated with the API vulnerability remediation; and destruction practices
conduct vulnerability
scanning and configuration
audits
Risks and Countermeasures
(continued)
NIST Guidelines
on Security and
Privacy Issues
and
Recommendations
(page 1 of 2)
NIST Guidelines
on Security and
Privacy Issues
and
Recommendations
(page 2 of 2)
Multi-instance model
Multi-tenant model
• Provides a predefined environment for the cloud subscriber that is shared with
other tenants, typically through tagging data with a subscriber identifier
• Tagging gives the appearance of exclusive use of the instance, but relies on the
CP to establish and maintain a sound secure database environment
Data Protection in
the Cloud
• Data must be secured while at rest, in transit, and in use,
and access to the data must be controlled
• For data at rest the ideal security measure is for the client to encrypt
the database and only store encrypted data in the cloud, with the CP
having no access to the encryption key
• Midterm Nov. 1
• Chapters 1-5