ES is the tactical use of the electromagnetic spectrum to perform Intelligence, Surveillance, and Reconnaissance (ISR) on the battlefield. ES can be used to locate and identify enemy assets to prioritize their neutralization. This can be done by intercepting messages directly, or by using the EM properties of transmissions with other known enemy tactics, techniques, and procedures (TTPs) to the friendly commander’s advantage.
Cybersecurity plays a critical role in EW. The three categories of EW depend heavily on interconnected systems for Command, Control, Communication, Computers, Cyber, and ISR (C5ISR). In everyday cyberwarfare, a common attack method is to put a computer in an unstable state where the processor can be accessed and exploited to execute malicious code remotely. On the battlefield, a targeted energy attack is likely to be used to compromise computers, and if used in conjunction with a cyberattack, could compromise entire networks of systems.
Complementing dynamic testing is data and control coupling analysis. Ensuring appropriate levels of separation exist between modules, and proper protocol is implemented to protect data, is paramount to a secure system.
Some common best practices to guard against cybersecurity vulnerabilities with data and control coupling include minimizing data sharing, validating and sanitizing inputs, designing for portability, and regularly monitoring data and control flows within the system.
Dynamic analysis and data and control coupling analysis tools are available that can analyze and manage all of this information and make it quick and easy for software developers to verify their software is safe and secure. This idea is also introduced via taint analysis—a method used to identify user inputs and tracked throughout the system, ensuring all possible avenues for security risks are known and understood.
Cybersecure C5ISR Systems
Creating a robust system that resists EW attacks is a challenge. C5ISR systems are independent in their functionality, but a successful attack on one can create a waterfall effect, resulting in widespread damage.
Applying cybersecurity practices such as static analysis and using a coding standard, running dynamic analysis, unit testing software, analyzing the data and control coupling, and reviewing the taint analysis are essential for creating a more resilient system.
About the Author

Celeste Breyer | Senior Field Application Engineer, LDRA
Celeste Breyer joined LDRA Software Solutions in 2016. She applies her expertise in the security- and safety-critical embedded industries to her role as Lead Field Application Engineer, inspiring and advocating adherence to best-practice development techniques in the automotive and other sectors. Celeste graduated from Texas A&M University in December 2013 with a degree in Aerospace Engineering.
Published by Microwaves & RF
Sept 9 2024
Read full article here – Strengthening EW Systems with Cybersecurity Measures