Sign inSign up

anikp17/ub167-security

By anikp17

•Updated 4 months ago

Security container for malicious URL detection with whitelist/blacklist filtering.

Image
0

161

anikp17/ub167-security repository overview

⁠UB1.67 Security Container

A lightweight security container that protects users from visiting malicious websites by checking URLs against blacklists and whitelists.

⁠Features

  • Real-time URL validation
  • Whitelist/blacklist support
  • Simple REST API
  • Web interface with statistics and charts
  • PostgreSQL database for logs
  • Docker/Kubernetes ready

⁠Endpoints

  • GET / - Web interface
  • GET /api/check?file={url} - URL validation API

Technologies

  • Python 3.11 + Flask
  • Nginx
  • PostgreSQL
  • Chart.js

Tags latest — latest stable version

License Educational project for RGUNG named after I.M. Gubkin

⁠Quick Start

docker pull YOUR_USERNAME/ub167-security:latest
docker run -p 80:5000 YOUR_USERNAME/ub167-security:latest

Tag summary

Content type

Image

Digest

sha256:1bd951cf5…

Size

48.7 MB

Last updated

4 months ago

docker pull anikp17/ub167-security