# Scanner Types

- [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)


---

# 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.dis.tf/scanner-types.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.
