A lightweight malicious website detector using bloom filter
-
Streamlined Detection: Learn how Bloom filters enhance the speed and accuracy of identifying potentially harmful websites.
-
Optimized Resources: Bloom filters offer a resource-efficient solution for handling large datasets, ensuring scalability and performance.
-
Add malicious websites in the bloom filter using the
/add
endpoint -
Malicious Website Detector: Utilize the
/check
endpoint to quickly identify malicious websites
Checkout the API contract here: MaliciousWebsiteDetector OpenAPI Contract - Swagger UI
In this blog I discuss in detail the advantages we get using bloom filters. https://pradipmudi.substack.com/p/understanding-bloom-filters