> For the complete documentation index, see [llms.txt](https://resources.digitalmoment.org/cybersecurity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.digitalmoment.org/cybersecurity/social-engineering.md).

# Social Engineering

<figure><img src="/files/xktxcrbeCdLJ7psmD3R8" alt=""><figcaption></figcaption></figure>

In our passwords section, we focus on how our information can be compromised by using sophisticated cyber attacks that involve programming and algorithms, but not all attacks rely on advanced technology. Some very effective ways of getting someone else's information involve **tricking** people instead of their devices.  This concept is called Social Engineering.

### **Definitions**

**Government of Canada**

> "The practice of obtaining confidential information by manipulation of legitimate users." - [source](https://www.cyber.gc.ca/en/glossary#s).

**KnowB4**

> "Social engineering is the art of manipulating, influencing, or deceiving you in order to gain control over your computer system. The hacker might use the phone, email, snail mail or direct contact to gain illegal access." - [source](https://www.knowbe4.com/what-is-social-engineering/).

### <img src="/files/EijszSNqbvWNzelDojoa" alt="" data-size="line">Knowledge Check

1. Based on the definitions above, **explain** the concept of Social Engineering in your own words.
2. How do you think Social Engineering could be applied to our combination lock and password examples from the previous section?
3. List a few examples of Social Engineering that may affect you.

In the next section, we are covering some of the most common [Tactics](/cybersecurity/social-engineering/tactics.md) used in Social Engineering.

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f93f">🤿</span> Optional: Deep Dive - Social Engineering</summary>

These sites offer in-depth exploration and examples of Social Engineering

* KnowB4 - [What is Social Engineering?](https://www.knowbe4.com/what-is-social-engineering/#:~:text=Social%20engineering%20is%20the%20art%20of%20manipulating%2C%20influencing%2C,spear%20phishing%2C%20and%20CEO%20Fraud%20are%20all%20examples.)
* Government of Canada - [Social Engineering: how cyber scams trick us](https://www.getcybersafe.gc.ca/en/resources/social-engineering-how-cyber-scams-trick-us)

</details>


---

# 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://resources.digitalmoment.org/cybersecurity/social-engineering.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.
