Skip to main content

US administration requests $9.8B for cyber 2021 budget for the Department of Defense

The US administration requested $9.8 billion for cyber in next year’s budget for the Department of Defense, the amount is the same as last year.

The US administration requested $9.8 billion for cyber operations in next year’s budget for the Department of Defense, a data that confirms the strategic importance of the fifth domain of the warfare for the US Government
The amount requested for the Department of Defense in the “DOD Releases Fiscal Year 2021 Budget Proposal” is nearly the same one as last year for cyber operations that the US military will conduct in 2020.
The budget was released on February 10, it requests $9.8 billion for fiscal year 2021 on cyber activities, while the previous budget was about $9.6 billion in the fiscal year 2020.
The investments of the US administration in the Cyberspace Domain ($9.8 billion) include:
  • Cybersecurity – $5.4 billion
  • Cyberspace – Operations – $3.8 billion
  • Cyberspace Science and Technology – $556 million
  • In addition to the $9.8 billion, the budget funds:​
– Artificial Intelligence – $841 million
– Cloud – $789 million
Department of Defense
Below the details for every single item:
♦ $5.4 billion for cybersecurity – The $5.4 billion Cybersecurity budget aims at increasing capabilities in Cross Domain Solutions, Next-Generation Encryption Solutions, and Network Modernizations. It aims at reducing the risk of cyber attacks on networks, systems, and information. The budget includes:
  • $678 million for cryptology modernization and next-generation platforms;
  • $296.2 million for securing points of information and sharing;
  • $198.5 million for Operationalizing Identity and Credential Access Management (ICAM) modernization.
  • $67.2 million for Comply to Connect (C2C) and Automated Continuous Endpoint Monitoring (ACEM);
  • $69.8 million for critical infrastructure.
♦ $3.8 billion for operations. This investment would cover offensive and defensive operations and support the implementation of the Cyber Strategy by funding programs and activities. The budget includes:
  • $431.6 M for Cooperation with allies and partners in the conduct of “hunt forward” defensive cyberspace operations to counter malign cyber actors.
  • $238.6 for the development of capabilities to integrate joint, coalition and inter-agency command and control to enhance multi-domain operations.
  • $460.4 for mission assurance activities that allow the Department to better understand the risks to its key missions and to increase resilience and implement mitigations to reduce the vulnerability of key assets.
The document includes another $2.2 billion to support the Cyber Mission Forces.
DoD Budget Request is available here.

Popular posts from this blog

Sudo - SuperUser Access TERMUX

Sudo works on only rooted devices   sudo means superuser & root command we can run root tools in termux using sudo Execute these commands one by one to install sudo. Installation : $ apt update  $ apt upgrade $ apt install git $ apt install tsu $ apt install ncurses-utils $ git clone https://github.com/termux-sudo $ cd termux-sud $ cat sudo > /data/data/com.termux/files/usr/bin/sudo $ chmod 700 /data/data/com.termux/files/usr/bin/sudo sudo su sudo tsu Now you are a root user..

Termux Login Script

Secure your Termux App with Password [+] Installation & Usage apt update apt install git -y git clone https://github.com/htr-tech/termux-login.git cd termux-login chmod +x * sh install.sh exit  or use Single Command apt update && apt install git -y && git clone https://github.com/htr-tech/termux-login.git && cd termux-login && chmod +x * && sh install.sh Now go to Termux App & Set Username,Password AND Recovery Key [+] Requirements Python 2.x [+] Features : • Bug Fixed • Parrot typing Shell Added CREDITS : https://github.com/Udoy2/  https://github.com/TechnicalMujeeb/  [+] Find Me on : Instagram : @tahmid.rayat Facebook : tahmid.rayat.official Github : htr-tech

Creating a .zip file using TERMUX

Creating a .zip file using TERMUX or Kali Linux Fisrt update and install requirments .. $ apt update $ apt upgrade $ apt install zip $ apt install unzip ** Creating Zip file : $ zip name.zip [your files] Here name.zip is the name for that zip file **Unzip process : $ unzip name.zip that's it it will unzip your zip file.. Enjoy... All  Copyright  Are  Reserved ©