This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
api [2023/11/26 12:00] kaduuwikiadmin |
api [2025/04/27 15:47] (current) kaduuwikiadmin [API Script to find and extracts accounts in leaks] |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | Kaduu consists of two plattforms: | + | Kaduu consists of different |
* Deepweb (https:// | * Deepweb (https:// | ||
* Control (https:// | * Control (https:// | ||
+ | * Central API https:// | ||
- | Deepweb is used for live queries that can take up to 3 hours. Control is mainly DB driven. API access is currently only available for " | + | Deepweb is mostly |
- | ===== API Documentation ===== | + | ===== API Limit ===== |
+ | |||
+ | On control.leak.center, | ||
+ | |||
+ | This limit is not strictly enforced. If your usage consistently exceeds this threshold, we may contact you to discuss your API needs. | ||
+ | |||
+ | ===== API Documentation | ||
Please find two API documentations here: | Please find two API documentations here: | ||
- | * {{ :: | + | * {{ :: |
* The{{ : | * The{{ : | ||
Line 55: | Line 62: | ||
- | ===== API Script ===== | ||
- | |||
- | |||
- | The customer has various options in Kaduu for accessing the query data: | ||
- | * Via dashboard: data can be displayed and then exported (CSV, XML, DOCX etc) | ||
- | * Via webhook | ||
- | * Via REST API | ||
- | * Via alerting (email) | ||
- | |||
- | The REST API allows you great flexibility in automation and integration into your existing processes and applications. In this chapter we illustrate how the API can be used with a customizable Python script which could assist you with few business use cases: | ||
- | * White labeled alerts: You use Kaduu to regularly provide end customers or specific people with email alerts on certain topics (e.g. leaked data). To do this, you want to use an email with your design, company name and structure and also send this via your infrastructure. | + | ===== API Script |
- | * Ticketing System Integration: | + | |
- | * Automated Output Parsing: You want to store all results for certain search queries daily in an easy-to-process format (CSV, XLS, etc.) locally in a folder of your choice for analysis and further processing. | + | |
- | * Reduce Workload in Alerting: You want to save time when using Kaduu' | + | |
- | You can learn more in the {{ :readme.docx |readme.docx}} or {{ :api_query.zip |download | + | {{ :: |
+ | The script processes paginated responses from the API and writes the results to a CSV file, Leaks.csv, with structured headers including id, createdAt, content, fileName, and more. | ||
+ | ===== API Script to find and extracts accounts in leaks ===== | ||
+ | This script is designed to help users search through data leaks for specific information like email addresses and passwords. It automates the process of logging into the Leak Center' |