> For the complete documentation index, see [llms.txt](https://gitbook.seguranca-informatica.pt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.seguranca-informatica.pt/tools-1/online-tools.md).

# Online Tools

&#x20;[**CyberChef**](https://gchq.github.io/CyberChef/) – The Cyber Swiss Army Knife.

### **Sandboxes**

– [VirusTotal](https://www.virustotal.com/)\
– [Hybrid Analysis ](https://www.hybrid-analysis.com/)\
–[ https://metadefender.opswat.com](https://metadefender.opswat.com/)\
– [ReverseIt](https://www.reverse.it/)\
– [https://www.malwares.com](https://www.malwares.com/)\
[– https://www.maltiverse.com/search](https://www.maltiverse.com/search)\
[– https://any.run/](https://any.run/)\
[– Free Automated Malware Analysis Service – powered by Falcon Sandbox](https://www.hybrid-analysis.com/)\
[– Jottis malware scan](https://virusscan.jotti.org/)\
[– Scan your website – urlscan.io](https://urlscan.io/)\
[– https://www.dnsbl.info/dnsbl-database-check.php](https://www.dnsbl.info/dnsbl-database-check.php)\
– [AMAaaS](https://amaaas.com/) (Android files)\
– [Any.run](https://any.run/) (Community Edition)\
– [Binary Guard True Bare Metal](http://www.binaryguard.com/)\
– [Intezer Analyze](https://analyze.intezer.com/) (Community Edition)\
– [Comodo Valkyrie](http://valkyrie.comodo.com/)\
– [Detux Sandbox](http://detux.org/) (Linux binaries)\
– [Joe Sandbox Cloud](https://www.joesandbox.com/) (Community Edition)\
– [Malwr](https://malwr.com/submission/) (down at the moment)\
– [sandbox.pikker.ee](http://sandbox.pikker.ee/)\
– [SecondWrite](https://www.secondwrite.com/product/free-subscription/) (free version)\
– [SNDBOX](https://app.sndbox.com/)\
– [ThreatTrack](http://www.threattracksecurity.com/resources/sandbox-malware-analysis.aspx)\
– [ViCheck](https://www.vicheck.ca/)

### Other Common Awesome Lists

* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) – awesome-\* or \*-awesome lists.
* [lists](https://github.com/jnv/lists) – The definitive list of (awesome) lists curated on GitHub.
* [Movies For Hacker](https://github.com/k4m4/movies-for-hackers) – A curated list of movies every hacker & cyberpunk must watch.
* [sbilly/awesome-security](https://github.com/sbilly/awesome-security)
* [bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
* [meirwah/awesome-incident-response](https://github.com/meirwah/awesome-incident-response)
* [rshipp/awesome-malware-analysis](https://github.com/rshipp/awesome-malware-analysis)


---

# 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://gitbook.seguranca-informatica.pt/tools-1/online-tools.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.
