secplus

Dashboard / 4.0 Security Operations

4.5 Given a scenario, modify enterprise capabilities to enhance security

Official exam objective outline (12 topics)
  • Firewall
    • Rules
    • Access lists
    • Ports/protocols
    • Screened subnets
  • IDS/IPS
    • Trends
    • Signatures
  • Web filter
    • Agent-based
    • Centralized proxy
    • Universal Resource Locator (URL) scanning
    • Content categorization
    • Block rules
    • Reputation
  • Operating system security
    • Group Policy
    • SELinux
  • Implementation of secure protocols
    • Protocol selection
    • Port selection
    • Transport method
  • DNS filtering
  • Email security
    • Domain-based Message Authentication Reporting and Conformance (DMARC)
    • DomainKeys Identified Mail (DKIM)
    • Sender Policy Framework (SPF)
    • Gateway
  • File integrity monitoring
  • DLP
  • Network access control (NAC)
  • Endpoint detection and response (EDR)/extended detection and response (XDR)
  • User behavior analytics

★ Starred in your notes: email — never trust a double extension · DNS 53 / NTP 123 / LDAP 389–636 · DHCP relay (67/68) · NS record · SPF/DKIM/DMARC · GPO order.

Breakdown 1 — Firewall

  • Rules / access lists: ordered top-down, first match wins, implicit deny at the bottom. Specify source, destination, port/protocol, action.
  • Ports/protocols: allow only what's needed; egress (outbound) filtering stops exfiltration/C2 too, not just ingress.
  • Screened subnet: public services live between two firewall interfaces; internal network never reachable directly from the internet.

Breakdown 2 — IDS/IPS, web and DNS filtering

CapabilityTuning knobs
IDS/IPSSignatures (update them; write custom ones), trends (anomaly baselines); tune to cut false positives
Web filterAgent-based (on the endpoint — works off-network) vs. centralized proxy (all traffic through it); URL scanning, content categorization (gambling, malware…), block rules, reputation scores
DNS filteringBlock resolution of malicious/unwanted domains; DNS sinkhole returns a safe IP and logs the requester

Breakdown 3 — Operating system security

1 Local 2 Site 3 Domain 4 OU 5 Child OU "LSDOU" — applied in this order, so the LAST one (closest OU) wins on conflicts. Class: "remember order."
MechanismKnow
Group Policy (GPO)Windows/AD central config. Processing order (class: remember it): Local → Site → Domain → OU → child OU ("LSDOU"); the last applied wins on conflicts, so the closest OU policy usually takes effect. AGDLP for permissions: Accounts → Global groups → Domain Local groups → Permissions
SELinuxLinux mandatory access control — labels + policy; modes: enforcing / permissive / disabled
Secure baselines / hardeningsee 4.1

Breakdown 4 — Secure protocols (class port list)

Instead ofUsePorts
Telnet 23SSH22 (SCP/SFTP too)
FTP 20/21SFTP (SSH) / FTPS22 / 989–990
HTTP 80HTTPS (TLS)443
SMTP 25 (relay)SMTPS / STARTTLS465 / 587
POP3 110POP3S995
IMAP 143IMAPS993
LDAP 389LDAPS (or StartTLS)636
SNMP v1/v2cSNMPv3161/162
DNS 53 (TCP/UDP)DNSSEC (signed), DoH/DoT443 / 853
NTP 123(keep, but authenticate/limit) — "Kerberos and forensics need synced clocks" (class)123
SMB 445 (NFS 2049)SMB3 signing/encryption; restrict to LAN
RTPSRTP
Time

Selection: protocol (encrypted one), port (standard secure port), transport method (TLS vs. IPsec vs. SSH tunnel). DHCP relay agent (UDP 67/68) lets one DHCP server serve other subnets (class).

Breakdown 5 — Email security

ControlWhat it does
SPFDNS TXT record listing servers allowed to send for the domain
DKIMCryptographic signature on outgoing mail; public key in DNS
DMARCPolicy for what receivers do when SPF/DKIM fail (none/quarantine/reject) + reporting
GatewayMail security appliance/service: spam/malware filtering, attachment sandboxing, block double extensions / dangerous types (class)
S/MIMESigns and encrypts individual messages with certificates

From class — DNS records: A (IPv4), AAAA (IPv6), MX (mail server), NS (name server), SOA (zone authority), TXT (SPF/DKIM/DMARC live here), CNAME (alias), SRV (service), PTR (reverse). "SPF/DKIM/DMARC can prevent spear phishing/spoofing."

Breakdown 6 — Other capabilities

CapabilityPurpose
File integrity monitoringAlert on changed system files/configs (hash comparison)
DLPStop sensitive data leaving
NACHealth-check devices before granting network access; quarantine VLAN for failures (802.1X-based)
EDR / XDREndpoint detection & response; XDR extends across network/cloud/email
User behavior analytics (UBA/UEBA)Baseline each user; flag anomalies (impossible travel, mass downloads)

Exam tip: "Emails spoofing our domain reach customers" → SPF + DKIM + DMARC reject. "Users bypass the proxy when off-network" → agent-based web filter. "Policy on OU conflicts with domain policy" → OU wins (applied last). "Only allow devices with current AV onto the LAN" → NAC. "Stop hosts from resolving C2 domains" → DNS filtering/sinkhole.

Quick self-check

  • GPO order? (Local, Site, Domain, OU.)
  • Which record type holds SPF? (TXT.)
  • LDAP secure port? (636.)

Sources: 20260917_173418.jpg, 20260917_173429.jpg, 20260917_173447.jpg, 20260917_173454.jpg, 20260917_173555.jpg