# Munio

## Munio

- [Welcome](https://docs.dis.tf/readme.md): A discord bot that can detect known phishing links and ability to block any type of unknown website based on server owners preferences.
- [Setup](https://docs.dis.tf/setup.md)
- [Content Scanner](https://docs.dis.tf/scanner-types/content-scan.md): A data scraping feature that scans any websites html content in order to match against server owners blacklisted keywords.
- [Avatar scanner](https://docs.dis.tf/scanner-types/avatar-scanner.md): Using pHash to scan and match against blacklisted profile picture
- [Domain Registrar Blacklist](https://docs.dis.tf/scanner-types/domain-registrar-blacklist.md): First line of defense against newly registered phishing/malicious domains!
- [Primary Anti-phishing](https://docs.dis.tf/scanner-types/primary-anti-phishing.md): A community of developers reporting verified phishing domains to API. Have high accuracy of confirmed phishing domains.
- [Extended Anti-phishing](https://docs.dis.tf/scanner-types/extended-anti-phishing.md): Large database coverage of malicious domains. CAN CONTAIN FALSE POSITIVES!
- [Username Scanner](https://docs.dis.tf/scanner-types/extended-anti-phishing-1.md): Scan usernames based on configuration options.
- [Youtube Scanner](https://docs.dis.tf/scanner-types/youtube.md)
- [Domain Blacklist](https://docs.dis.tf/scanner-types/domain-blacklist.md)
- [URL List](https://docs.dis.tf/scanner-types/youtube-1.md)
- [How-to Content Scanner](https://docs.dis.tf/commands/content-scan.md): A feature that allows the server owner to detect any website based on server owners own preference by adding their own keywords. By acessing website html content and match against keywords.
- [Usage/Tips](https://docs.dis.tf/commands/content-scan/usage-tips.md): Content scan can be a very powerful tool if used correctly. In this page, we will attempt to showcase many ways how this function can serve in multiple type of purposes.
- [Youtube](https://docs.dis.tf/commands/youtube.md)
- [Logging](https://docs.dis.tf/commands/logging.md)
- [Whitelist](https://docs.dis.tf/commands/whitelist.md)
- [Blacklist](https://docs.dis.tf/commands/blacklist.md)
- [Ignore](https://docs.dis.tf/commands/ignore.md): Ignore roles & channels


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dis.tf/readme.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.
