Network Segmentation Flashcards
(65 cards)
What is a Firewall?
Common network security device that acts as a barrier to networks
Uses a set of rules to define permitted or denied traffic
Types of Firewalls
- Software/Hardware Based
- Virtual/Physical devices
- Host/Network Based
What functions can a Firewall perform?
- Performs Network Address Translation (NAT)
- Performs Port Address Translation (PAT)
- Can use one public IP and many private IPs
What is a Packet Filtering Firewall?
Permits or denies traffic based on packet headers
this is all or nothing all or deny
Uses Access Control Lists (ACLs) for decision-making
What is a Stateful Firewall?
Inspects traffic as part of a session
keeps track of what’s requested and let them in
Allows incoming traffic that corresponds to outgoing requests
BAD for phishing because users can request(click) on bad emails
What is a Next-Generation Firewall (NGFW)?
Conducts deep packet inspection (DPI) for detailed traffic analysis
Operates at layers 5, 6, and 7 of the OSI model
What are Access Control Lists (ACLs)?
Sets of rules assigned to routers or firewalls that permit or deny traffic
work from Top to Bottom
Based on IP/MAC address or port depending on device
What is the difference between Explicit Allow and Explicit Deny in ACLs?
- Explicit Allow: Specified in ACLs using ‘permit’ statements
- Explicit Deny: Statement used to block specific types of traffic
What is Implicit Deny in ACLs?
Statement automatically applied at the end of an ACL if no explicit deny statements are present
means anything that has not already been allowed should be denied EX: (Deny IP any any)
Blocks all traffic that is not explicitly permitted
What are the Segmentation Zones?
- Trusted Zone
- Untrusted Zone
- Screened Subnet
What is the purpose of a Jumpbox?
Provides a choke point for network security measures, enhancing protection for hosted servers
hardened server
1 server that can talk to screened subnet. only jump box can communicate from internal network to the screened subnet
What is Content Filtering?
A network management practice that involves restricting access to certain content based on specific criteria
To conserve network bandwidth or comply with policies
What are the techniques used in Content Filtering?
- URL Filtering - blocking based on URL (most common form - used in the workplace settings)
- Keyword Filtering - scanning for specific phrases or keywords (may over-block)
- Protocol or Port Filtering
What is the Internet of Things (IoT)?
A global network of appliances and personal devices equipped with sensors and network connectivity
To report state and configuration data
What are best practices for IoT security?
- Segregation of networks
- Ensure devices are properly secured
- Change default credentials
- Use encryption
What is Operational Technology (OT)?
A communications network designed to implement an industrial control system
TECHNOLOGY THAT INTERACTS WITH THE REAL WORLD
AVAILABILITY = MOST IMPORTANT
SCADA
Deals with controlling machinery and processes in the physical world
What is Supervisory Control and Data Acquisition (SCADA)?
A type of ICS used to manage large-scale, multi-site devices and equipment
MANY DIFFERENT ICS AND DCS
type of OT
Spread over a geographic region
What is a Bring Your Own Device (BYOD) policy?
Policy allowing employees to use their personal devices for work purposes
Introduces vulnerabilities from personal devices
What is Mobile Device Management (MDM)?
Centralized software for remote administration and configuration of devices
What does Choose Your Own Device (CYOD) allow?
Employees choose from a selection of supported devices provided and managed by the organization
Fill in the blank: A _______ is a hardened server that provides access to other hosts within the screen subnet.
Jumpbox
What does CYOD stand for?
Choose Your Own Device
What are the benefits of CYOD?
- Installation of MDM
- Enforcing technical policies
- Preventing data loss
- Controlling device features
What must organizations decide on regarding mobile devices?
A mobile device security policy that suits their needs