DEV Community

Martese O Temple, Sr
Martese O Temple, Sr

Posted on

Securing the Mission: Applying Security Techniques to Computing Resources

For students considering a future career with the Department of Defense (DoD), understanding how to secure technology systems is one of the most important skills in cybersecurity. CompTIA Security+ SY0-701 Objective 4.1 focuses on applying common security techniques to computing resources. In military and government environments, protecting computers, networks, mobile devices, and applications helps ensure critical missions can continue safely and securely.

Building Secure Baselines

A secure baseline is a standardized, approved configuration for a device or system. Think of it as a security blueprint that defines how systems should be configured before they are placed into operation.

The process begins by establishing a baseline that includes security settings, software requirements, and access controls. Next, organizations deploy the baseline across systems to ensure consistency. Finally, administrators maintain the baseline through updates, patches, and regular audits.

Secure baselines help reduce vulnerabilities because every device starts from a known and secure configuration. This is especially important in DoD environments, where even a single misconfigured system can create security risks.

Hardening Security Targets

Hardening is the process of reducing a system's attack surface by removing unnecessary services, disabling unused features, and strengthening security settings.

Different devices require different hardening techniques:

Mobile Devices

Mobile phones and tablets should use screen locks, encryption, automatic updates, and remote wipe capabilities. These protections help prevent unauthorized access if a device is lost or stolen.

Workstations

Desktop and laptop computers should have antivirus software, endpoint protection, operating system patches, and restricted user privileges. These measures help defend against malware and unauthorized activity.

Switches and Routers

Network devices control the flow of traffic throughout an organization. Administrators harden them by changing default passwords, disabling unused ports, updating firmware, and restricting administrative access.

Cloud Infrastructure

Cloud environments must be secured through proper identity management, encryption, monitoring, and access controls. Misconfigured cloud storage remains one of the most common cybersecurity risks.

Servers

Servers often host critical applications and databases. Hardening servers includes installing security updates, removing unnecessary services, and limiting administrator privileges.

ICS/SCADA Systems

Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) systems manage power grids, water treatment facilities, and manufacturing operations. Since these systems support critical infrastructure, security is essential to prevent disruptions.

Embedded Systems and RTOS

Embedded systems are specialized computers built into devices such as medical equipment and military hardware. Many use a Real-Time Operating System (RTOS), which processes tasks within strict timing requirements. These systems must be carefully secured because reliability is often directly tied to safety.

IoT Devices

Internet of Things (IoT) devices include smart sensors, cameras, and connected equipment. Organizations should change default credentials, apply updates, and isolate IoT devices on separate network segments whenever possible.

Securing Wireless Devices

Wireless technologies provide flexibility but also create additional security challenges.

Before deploying wireless networks, organizations often perform site surveys to identify signal coverage areas, interference sources, and potential security concerns. Information gathered during the survey is used to create heat maps, visual diagrams that show wireless signal strength throughout a building or campus.

Heat maps help administrators determine where additional access points are needed and identify areas where signals may extend beyond secure boundaries.

Mobile Device Management and Deployment Models

Organizations commonly use Mobile Device Management (MDM) solutions to enforce security policies on smartphones and tablets. MDM platforms can apply updates, configure settings, monitor compliance, and remotely erase lost devices.

Several deployment models exist:

Bring Your Own Device (BYOD)

Employees use their personal devices for work purposes. This approach reduces organizational costs but may introduce additional security risks.

Corporate-Owned, Personally Enabled (COPE)

The organization provides devices while allowing limited personal use. This model gives administrators greater control over security settings.

Choose Your Own Device (CYOD)

Employees select approved devices from a predefined list. CYOD balances flexibility with security management requirements.

Mobile Connection Methods

Mobile devices connect through several technologies:

Cellular networks provide connectivity through mobile carriers.
Wi-Fi networks offer high-speed wireless access.
Bluetooth enables short-range connections between nearby devices.

Each connection method requires appropriate security controls to prevent unauthorized access.

Wireless Security Settings

Modern wireless networks rely on strong security standards.

WPA3

Wi-Fi Protected Access 3 (WPA3) is the latest wireless security protocol. It provides stronger encryption and improved protection against password attacks.

AAA and RADIUS

Authentication, Authorization, and Accounting (AAA) ensures users are verified, given appropriate permissions, and logged for auditing purposes. RADIUS servers commonly support these functions in enterprise environments.

Cryptographic and Authentication Protocols

Encryption protocols protect data while it travels across wireless networks. Authentication protocols verify the identity of users and devices before access is granted.

Together, these technologies form the foundation of secure wireless communications.

Application Security

Applications must also be secured against attacks.

Input Validation

Input validation ensures that users can only enter acceptable data. This helps prevent attacks such as SQL injection and buffer overflow attempts.

Secure Cookies

Cookies store session information for websites. Secure cookies protect user data by limiting access and enforcing encrypted communications.

Static Code Analysis

Static code analysis examines source code without running the application. Developers use these tools to identify vulnerabilities before software is deployed.

Code Signing

Code signing uses digital certificates to verify software authenticity and integrity. Users can confirm that software came from a trusted publisher and has not been modified.

Sandboxing

A sandbox is an isolated environment where software can run without affecting the rest of the system. Security professionals often use sandboxes to analyze suspicious files or test applications safely.

If malware executes inside a sandbox, its impact is contained, making it easier to study and neutralize.

Monitoring

Even well-secured systems require continuous monitoring. Security teams review logs, alerts, network activity, and system performance to identify unusual behavior.

Monitoring allows organizations to detect threats quickly, investigate incidents, and respond before significant damage occurs. In the DoD, continuous monitoring helps protect sensitive information and supports mission readiness.

Conclusion

Security operations involve much more than installing antivirus software. Cybersecurity professionals must establish secure baselines, harden systems, protect wireless networks, manage mobile devices, secure applications, use sandboxing, and continuously monitor environments for threats. For high school seniors interested in DoD careers, mastering these concepts provides a strong foundation for protecting the technologies that support national security and critical missions around the world.

Top comments (0)