# isMalicious

## isMalicious

- [Welcome!](https://docs.ismalicious.com/welcome.md): Welcome to the isMalicious API documentation. This API allows you to check for potential threats, search for malicious domains, and submit new sources of malicious activities.
- [Getting Started](https://docs.ismalicious.com/getting-started.md): To get started with the isMalicious API, you'll need to understand the basic structure of our endpoints and how to make requests.
- [API Reference](https://docs.ismalicious.com/technical-docs/api-reference.md)
- [Check ressource](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource.md): The Check endpoint allows you to check if an IP or domain is malicious.
- [Reputation](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/reputation.md)
- [Vulnerabilities](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/vulnerabilities.md)
- [Geolocation](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/geolocation.md)
- [Whois](https://docs.ismalicious.com/technical-docs/api-reference/check-ressource/whois.md)
- [Search resource](https://docs.ismalicious.com/technical-docs/api-reference/search-resource.md): The Search endpoint allows you to search for potential malicious alternative domains in the entire database.
- [Submit source](https://docs.ismalicious.com/technical-docs/api-reference/submit-source.md): The Submit endpoint allows you to submit new sources of malicious activities to the community.


---

# 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.ismalicious.com/welcome.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.
