diff --git a/.gitignore b/.gitignore index 96812249..21d1c867 100644 --- a/.gitignore +++ b/.gitignore @@ -272,3 +272,6 @@ compose/local/clamav/freshclam.conf # History .history orochi/utils/test.py +compose/local/maxmind/GeoLite2-ASN.mmdb +compose/local/maxmind/GeoLite2-City.mmdb +compose/local/maxmind/GeoLite2-Country.mmdb \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f1556c24..5e9b1308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog + +
+ OROCHI 2.2.0 + + * ADD more info on foreign addr in netstat [[#494](https://github.com/LDO-CERT/orochi/issues/494)] +
+
OROCHI 2.1.0 [2024/02/12] diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index ec13df63..485c6051 100644 --- a/compose/local/django/Dockerfile +++ b/compose/local/django/Dockerfile @@ -69,6 +69,9 @@ RUN pip install -r /requirements/local.txt --ignore-installed ruamel.yaml COPY ./compose/local/__init__.py /src/volatility3/volatility3/framework/constants/__init__.py +RUN mkdir /maxmind +COPY ./compose/local/maxmind /maxmind + WORKDIR /app COPY . . COPY ./compose/local/django/entrypoint /entrypoint diff --git a/compose/local/maxmind/README.txt b/compose/local/maxmind/README.txt new file mode 100644 index 00000000..fad78019 --- /dev/null +++ b/compose/local/maxmind/README.txt @@ -0,0 +1,5 @@ +MAXMIND MMDB FILES +=================================================================== + +In order to update MaxMind database you should download them from a workstation with Internet connection. +This is necessary because you must download databases from https://www.maxmind.com/en/accounts/851360/geoip/downloads after login with a proper account. diff --git a/orochi/static/css/style.css b/orochi/static/css/style.css index eebad8ef..5b908ac8 100644 --- a/orochi/static/css/style.css +++ b/orochi/static/css/style.css @@ -25,6 +25,10 @@ a.navbar-brand { padding-bottom: 0px; } +.list-group-item { + background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important; +} + /******************************************************** MOVE DOWN FROM TITLE [OVVERRIDE DASHBOARD] ********************************************************/ diff --git a/orochi/templates/website/index.html b/orochi/templates/website/index.html index eaf10274..fef48c79 100644 --- a/orochi/templates/website/index.html +++ b/orochi/templates/website/index.html @@ -11,7 +11,7 @@ {% endblock %} {% block sidebar %} -