Code Monkey home page Code Monkey logo

fabian-hk / nano_siem Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 6.51 MB

A minimalist SIEM designed to analyse Traefik access logs and check service availability.

Home Page: https://hub.docker.com/r/fabianhk/nano-siem

License: GNU Affero General Public License v3.0

Python 71.20% Dockerfile 0.81% HTML 27.17% Shell 0.82%
docker log-analysis log-analytics security-tools siem traefik traefik2 availability-monitor uptime-monitor event-notifications

nano_siem's People

Contributors

fabian-hk avatar hsw95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nano_siem's Issues

Check if IP is Tor Exit Node

Write a function that takes an IP address as the input and returns true if the IP is in the list of Tor exit nodes. Since downloading this file from the internet every time would be to time and network consuming the function should download it once and save it in the user's home folder: ~/.nano_siem/tor_exit_nodes.txt.
But since the file can change you should update the file if the downloaded file is older than a day.

Please develop this function in the feature/check-tor-exit branch.

Convert IPs to Coordinates

Write a Python function that takes an IP address as a string and outputs the corresponding coordinates as a tuple: (Longitude, Latitude). The tuple should have the data type (float, float). The conversion should be done locally with the GeoLite2 database. You can use the python-geoip package for this.

Update: There is a newer version of the library geoip2 that you should use. But I think therefore you have to manually download the GeoLite2 database. Don't use the web service.

Please develop this feature in the feature/geoip-lookup branch. You should complete the function in this file.

Database attributes documentation: https://dev.maxmind.com/static/pdf/GeoLite2-IP-MetaData-Databases-Comparison-Chart.pdf

Find IDS Rules

Search for scientific articles on intrusion detection and which patterns indicate hacking attempts. The goal is to find a list of URL paths that indicate hacking attempts. Example: /loadImage?filename=../../../etc/passwd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.