0% found this document useful (0 votes)
32 views7 pages

IT Infrastructure Security Domains Overview

PROF ISSUE STUDY NOTE

Uploaded by

ezjustin99
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views7 pages

IT Infrastructure Security Domains Overview

PROF ISSUE STUDY NOTE

Uploaded by

ezjustin99
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Study Notes: Typical Domains of IT Infrastructure

7 Domains of IT Infrastructure

1. User Domain

o Includes all users accessing systems.

o Risks: Data deletion, malware from USB/CD, weak passwords.

2. Workstation Domain

o User's individual computers where work is done.

o Risks: OS/browser vulnerabilities, hardware failure.

3. LAN Domain (Local Area Network)

o Includes workstations, switches, routers; trusted zone.

o Risks: Malware spread, OS vulnerabilities, unauthorized access.

4. WAN Domain (Wide Area Network)

o Covers Internet and external networks.

o Risks: Network outages, DoS/DDOS attacks, illegal uploads via FTP.

5. LAN-to-WAN Domain

o Boundary between trusted (LAN) and untrusted (WAN); uses firewalls.

o Risks: Hackers, misconfigured firewalls.

6. Remote Access Domain

o Access through VPN by mobile/remote users.

o Risks: Unsecured communication, VPN outages.

7. System/Application Domain

o Includes critical systems like email, databases.

o Risks: SQL injection, data corruption, DoS attacks.

Types of Users in Windows


• Local User: Account info stored on the PC.

• Domain User: Account info stored on a domain controller, allowing access across a
network.

Remote Access Methods

Method Pros Cons

Familiar, efficient, supports


IPSec VPN Needs pre-installed software, setup issues.
many users.

Easy to deploy, works on Higher firewall load, requires more config,


SSL VPN
mobile. license limits.

Microsoft Seamless, always-on Complex setup, IPv6 dependency, needs


DirectAccess connection. LAN changes.

Security Risks & Threats

Unauthorized Access

• Physical: Access to secure areas (server rooms, documents).

• Logical: Unauthorized system access (can be internal or external).

Software & Server Vulnerabilities

• Bugs or weaknesses can be exploited via malware or direct attacks.

Data Loss

• Caused by failure, theft, or cyberattack.

• Prevention: Backups, encryption, limited access.

Risk Reduction Measures

• Secure sensitive areas physically.

• Encrypt data and enforce access control.


• Regularly back up systems.

• Keep software updated and patched.

• Follow acceptable use policies.

Cyber Ethics

• Follow the same rules online as in real life.

• Don’t: Cyberbully, plagiarize, hack, spread malware.

• Do: Respect privacy, copyrights, and others’ property.

Ethics Manifesto (Gerd Leonhard)

Human Right Description

Right to remain natural No need to embed tech in body to participate in society.

Right to be inefficient We can choose to act slower than machines.

Right to disconnect Freedom to go offline.

Right to be anonymous Use apps/platforms without being tracked.

Right to use people over machines Support human employment even if less efficient.

Code of Ethics for InfoSec Professionals

• Integrity: Act lawfully, responsibly, in public interest.

• Objectivity: Fair, unbiased, professional judgments.

• Professional Competence & Due Care: Stay skilled, diligent, and uphold standards.
Study Notes: Security Systems Engineering & Cryptography

Security Policy

Definition:

• A document defining how an organization protects its assets (physical, digital, etc.).

• It expresses intentions and conditions, not specific technologies.

Key Contributors:

• Board: Oversight and policy guidance.

• IT Team: Implements and adheres to technical standards.

• Legal Team: Ensures compliance with laws.

• HR Team: Manages employee training and acknowledgement.

Policy Structure and Types

Classification:

1. Physical Security – Secures premises (doors, surveillance).

2. Personnel Management – Guides employee behavior (passwords, info protection).

3. Hardware/Software – Specifies systems/network management protocols.

Common Issues in Policy Creation:

• Lack of need analysis.

• No clear lead or ownership.

• Skipping stakeholder input.

• No follow-up or monitoring.

Security Policy Lifecycle

1. Requirement Gathering

2. Proposal Definition
3. Policy Development

4. Approval

5. Publication

Policy Awareness & Enforcement

• Regular employee training is essential.

• Enforcement ensures compliance and discourages violations.

• Awareness training mitigates human-related risks like leaks or social engineering.

Security Processes (8 Total)

1. Privileged Password Management – Controlled access to sensitive data.

2. Network Admin Daily Tasks – Routine checklist to ensure consistency.

3. Network Security Audit Checklist – Covers hardware, software, and human risks.

4. Firewall Audit – Documents rule sets and reviews access policies.

5. VPN Configuration – Secure remote access with checks from IT & HR.

6. Apache Server Setup – Securing the world’s most used web server.

7. Email Server Security – Preventing phishing and malicious access.

8. Penetration Testing – Simulated attacks to identify vulnerabilities.

Network Compliance

• Uses scanning/monitoring tools to maintain legal and regulatory standards.

• Helps identify misconfigurations and prevent service interruptions.

• Involves audit, compliance, and database servers with web-based reporting.

Cryptography Concepts

Types:
1. Symmetric Key Cryptography

o One shared key.

o Fast, but key exchange is a risk.

2. Asymmetric Key Cryptography (Public Key)

o Uses public/private key pairs.

o Solves key distribution problem but slower.

3. Hashing

o Converts data into a fixed-length hash.

o Ensures data integrity (not reversible).

Cryptanalysis – Attacking Cryptosystems

Attack Types:

1. Classical Attack

o Brute Force: Try all key combinations.

o Analytical: Study algorithm internals.

2. Social Engineering

o Human-based trickery (e.g., phishing, fake support calls).

3. Implementation Attacks

o Exploits side-channel data (e.g., power usage, timing).

Classical Encryption Techniques (Handout 2)

1. Caesar Cipher

o Shifts letters (e.g., A → B, with shift = 1).

o Example: "DEFEND" → "EFGFOE"

2. Keyword Cipher

o Uses a keyword to reorder the alphabet.


o Keyword “COLLEGE” results in a custom alphabet.

3. Giovanni’s Method

o Starts the keyword under a chosen letter.

o Unique variant of substitution cipher.

4. Transposition Technique

o Rearranges letters (e.g., Rail Fence).

o Example:

▪ Plaintext: MEET ME AFTER THE TOGA PARTY

▪ Ciphertext: MEMATRHTGPRYETEFETEOAAT

5. Polyalphabetic Cipher (Vigenère)

o Multiple Caesar ciphers with a keyword (e.g., “ATMOSPHERE”).

o Harder to crack than monoalphabetic ciphers.

Common questions

Powered by AI

The effective implementation of a security policy relies on the clear roles of its contributors: the board provides oversight and guidance; the IT team implements technical standards; the legal team ensures policy compliance with relevant laws; HR manages employee training and adherence acknowledgment . This collaboration ensures that policies are both practically achievable and legally compliant, facilitating comprehensive protection across organizational assets.

SSL VPNs are advantageous because they are easy to deploy and function effectively on mobile devices, thus improving accessibility for remote users . However, they have drawbacks such as increasing the load on firewalls, requiring additional configuration, and potentially being limited by licensing restrictions . This necessitates careful evaluation of an organization's existing network capacity and administrative capabilities before implementation.

Ethics manifestos, such as Gerd Leonhard's, help define human rights in the digital age, advocating for principles like the right to remain natural and the right to disconnect . These concepts influence digital culture by embedding core human values in technology policies, ensuring the humane development of technology and protections that balance innovation with ethical considerations. Thus, they guide policy makers in shaping a technology landscape that respects fundamental human rights.

Physical unauthorized access refers to gaining entry to secure areas like server rooms, whereas logical access involves penetrating system defenses digitally . Organizations can defend against these by implementing physical security measures (e.g., surveillance, locked access) and logical security protocols (e.g., authentication, access controls). Regular audits and an integrated security strategy can reduce risks from both access types.

A network compliance framework helps ensure legal and regulatory standards are met by using scanning and monitoring tools to identify misconfigurations and prevent service interruptions . Advantages include enhanced security posture and streamlined audits, while disadvantages involve the potential for increased operational overhead and complexity in managing diverse compliance requirements. Balancing proactive compliance with operational efficiency is crucial for maximizing the framework's benefits.

The primary security risks in the User Domain include the potential for users to delete critical data, introduce malware via USB drives or CDs, and utilize weak passwords . Mitigation strategies involve implementing strict password policies, training users on the risks of removable media, and employing malware detection tools to scan and block harmful activities.

Unsecured communication in the Remote Access Domain can lead to eavesdropping, data interception, and unauthorized access to sensitive information . Mitigation strategies include implementing secure VPN connections, employing encryption, conducting regular security audits of remote access configurations, and ensuring end-to-end security from the remote user to the enterprise network .

A well-defined security policy lifecycle, including requirement gathering, proposal definition, policy development, approval, and publication, is crucial for policy effectiveness . A systematic approach ensures that policies are relevant, comprehensive, and updated to address emerging threats, thereby greatly enhancing the organization's security posture. Regular reviews and involvement of all relevant stakeholders prevent gaps that could lead to security vulnerabilities.

Cyber ethics involves maintaining integrity and respecting others' property and privacy online, aligning with the information security professional's code that emphasizes integrity, objectivity, and professional competence . This relationship is critical as adherence to cyber ethics underpins trust in digital interactions and supports compliance with norms and laws, reflecting a professional's commitment to acting lawfully and responsibly.

Symmetric key cryptography, relying on a single shared key, is faster but presents challenges in secure key distribution and management . In contrast, asymmetric key cryptography uses public/private key pairs, alleviating key distribution problems but operating at a slower pace due to its computational intensity . These differences necessitate a balanced approach in use cases, considering the trade-offs between speed, security, and complexity.

You might also like