Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1016 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 1016 Bytes

Description

A lightweight malicious website detector using bloom filter

Key Highlights:

  • 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.

Project Features:

  • Add malicious websites in the bloom filter using the /add endpoint

  • Malicious Website Detector: Utilize the /check endpoint to quickly identify malicious websites

API contract:

Checkout the API contract here: MaliciousWebsiteDetector OpenAPI Contract - Swagger UI

Blog

In this blog I discuss in detail the advantages we get using bloom filters. https://pradipmudi.substack.com/p/understanding-bloom-filters