> For the complete documentation index, see [llms.txt](https://www.hackbook.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.hackbook.io/hacking-objectives/non-kinetic-war-quick-guide.md).

# Non Kinetic War (Quick Guide)

{% hint style="info" %}
This is a quick guide to help you get an idea of how the battle field looks. It is meant to help you in your research so you are aware of these terms and groupings.
{% endhint %}

## Non Kinetic War

Kinetic being bullets, bombs, and weapons of the visually physical world. The Largest categories of non kinetic war:

* Psyops
* Public Affairs
* Civil Affairs
* Cyber War
* Electronic War
* Economic War

## 4 Categories of Governance

US Presidents utilize these 4 elements and in some cases lean on some more than others. Countries like Russia tend to lean more on Informational. Not so much counterintelligence but more so in the technology realm to push psyops goals.

* Diplomatic
* Informational
* Military
* Economic

## Ends, Ways, and Means

In Cyber Security this is often also called TTP(Tactic, Technique, and Procedure)&#x20;

1\) What is your desired end state. 2) How are we going to do it/get there, and then 3) what are the required resources that you will need.&#x20;

{% hint style="info" %}
What gives you as an Individual the power to make effectual changes is that the means is often just an internet connection and the willingness to learn.
{% endhint %}

## Principals of Cyber/Psychological War

<mark style="color:purple;">Objective:</mark> Use the below points to plan an attack and expected result. Hypothesize and learn, be scientific.&#x20;

<mark style="color:purple;">Offensive:</mark> If you are private sector then defend, if you are a citizen study up, follow the psyops news and data leaks to figure out hot to support as an attacker.

<mark style="color:purple;">Mass:</mark> Put the majority of your forces in the spot that has the greatest effect.

<mark style="color:purple;">Economy of Force:</mark> You can make a difference as one person.. but a friend can help even more.

<mark style="color:purple;">Maneuver:</mark> Dont hack in one spot, use one service, TTP grouping for any length of time that can lead back to you. Stay vigilant and be ready to move quickly.

<mark style="color:purple;">Unity of Command:</mark> Make sure your goals fit the larger picture and support other teams doing the same work. Don't let yourself be attributed back to the US in anyway.

<mark style="color:purple;">Security:</mark> Operations security, cyber, humans(biologic), assets, people(civil/economic), intelligence

<mark style="color:purple;">Surprise:</mark> Reduce reactionary planning time and reduced skepticism when going ghost

<mark style="color:purple;">Simplicity:</mark> The simpler the attack plan is the more likely it is to work

| Attribute               | Traditional War                                  | Non Kinetic War                                                   |
| ----------------------- | ------------------------------------------------ | ----------------------------------------------------------------- |
| Protagonists            | Nations                                          | Nations, Non-state Groups, Individuals                            |
| Declared                | Yes                                              | No                                                                |
| Geographical Boundaries | Yes                                              | No                                                                |
| Effects                 | Body, property, economic damage. And occupation. | A sickening of citizens and disruption of the supporting systems. |
| Personnel               | Military                                         | Science Technology Engineering Mathematics                        |
| Targets                 | Military and Infrastructure                      | Gov and Private Sector                                            |

## Cyber Space Operations

The Triad of CyberWar:

* Exploit (Hidden Attacks to <mark style="color:red;">**Stay**</mark> Hidden)
* Cyber Attack (Think Large Outages)
* Cyber Defense and Response

Most Important Skills to Train:

* DevSecOps
* Malware Development
* Vulnerability Assessment
* Informational Assurance + Crypto
* Threat/APT Counter Intel (This goes beyond attacks that have cyber targets but also includes things of the physical world where cyber is the means.)

{% hint style="info" %}
Script kiddies need large amounts of time and money to push <mark style="color:red;">known</mark> attacks. We need highly skilled people to quickly push silent attacks. Be that person.
{% endhint %}

## The INTs (Intelligence)

* OSINT: Open-Source Intel
* HUMINT: Human Intel
* MASINT: Measurements and Signatures Intel
* IMINT: Imagery Intel

![USA Agencies who do these](/files/tvgAGksWrxsqU8AaFIkl)

For further reading on these [Intel Categories](https://usnwc.libguides.com/c.php?g=494120\&p=3381426)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.hackbook.io/hacking-objectives/non-kinetic-war-quick-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
