# Supply Chain Attack

All key storage software depends on some hardware to run, whether that be a phone, laptop, server, or hardware wallet. There are multiple places where malicious code or hardware can be inserted into the supply chain. Fake hardware wallets [have been spotted in the wild](https://blog.trezor.io/psa-non-genuine-trezor-devices-979b64e359a7). Earlier in the supply chain, malicious chips or even tainted firmware can be inserted by someone who has access. Keep in mind the attacker might not be the creator of the hardware wallet. The attacker could be a manufacturing partner or a single rogue employee.

**Mitigation:**&#x20;

* Always check authenticity of hardware and integrity of tamper-proof seals.
* Do not use only one brand of hardware wallet or software system. Use a mix.
* Use a multi-signature (multi-key) system that will enable recovery even if one of your hardware wallet types is compromised by an attacker or found to have a flaw/bug.


---

# Agent Instructions: 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.casa.io/wealth-security-protocol/threat-overview/supply-chain-attack.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.
