Skip to content

New/Established Tag showing incorrect after configuration #25

@tdeering

Description

@tdeering

I ran domain-stats-settings and configured the established setting to be 30 days, however I am still seeing domains coming across that are greater than 30 days old showing as NEW still.

This is on a CENTOS 7 running as a service.

It was installed via python3 -m pip install domain-stats

cat gunicorn_config.py

import gunicorn
import multiprocessing
import os

os.environ["SERVER_SOFTWARE"] = "domain_stats"
bind = "127.0.0.1:5730"
workers = 25
threads = 36
gunicorn.SERVER_SOFTWARE = 'domain_stats'

cat domain_stats.yaml
cache_browse_limit: 100
count_rdap_errors: false
enable_freq_scores: true
established_days_age: 30
freq_avg_alert: 5.0
freq_table: freqtable2018.freq
freq_word_alert: 4.0
ip_address: 127.0.0.1
local_port: 5730
log_detail: 0
mode: rdap
rdap_error_ttl_days: 7
threads_per_worker: 36
timezone_offset: 0
workers: 25

[Unit]
Description=Domain Stats Service
After=network.target

[Service]
#You may need to change the path so it points to where you are storing your data
WorkingDirectory=/opt/domain-stats
ExecStart=/usr/local/bin/domain-stats ./
PIDFile=/var/run/domainstats.pid
Restart=always

[Install]
WantedBy=multi-user.target


{"alerts":[],"category":"NEW","freq_score":[8.515,8.5607],"seen_by_isc":"top1m","seen_by_web":"Wed, 29 Jul 2020 14:23:24 GMT","seen_by_you":"Tue, 17 Aug 2021 19:14:46 GMT"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions