> For the complete documentation index, see [llms.txt](https://docs.cypherock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cypherock.com/security-overview/physical-attacks.md).

# Physical Attacks

Physical attacks refer to the compromise of funds by means of physical access to the wallet, or its respective seed phrase. Physical attacks are common when it comes to hardware wallets due to the attack surface from a software perspective tending to be lower than that of hot wallets.

Here are a set of physical attack vectors that a user might face while using a Crypto wallet.

1. $5 Wrench Attack
2. Pin Brute Force Attack
3. Evil Maid Attack&#x20;
4. Flashing Malicious Firmware&#x20;
5. Side Channel Attack&#x20;
6. Supply Chain Attack


---

# 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:

```
GET https://docs.cypherock.com/security-overview/physical-attacks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
