diff --git a/.gitignore b/.gitignore index 393bf58..b8d16ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__/* __pycache__/ monitoring_data.json -__pycache__/config.cpython-313.pyc +log_position.txt diff --git a/CONSTRAINTS.md b/CONSTRAINTS.md index 731b681..eb7c58f 100644 --- a/CONSTRAINTS.md +++ b/CONSTRAINTS.md @@ -1,5 +1,5 @@ ## LLM Constraints and Guidelines -- Please do not report on anything that is older then 48 hours. +- Please do not report on anything that is older then 24 hours. - The server uses a custom DNS server at 192.168.2.112. ### Important Things to Focus On: @@ -11,14 +11,3 @@ - Do not flag minor fluctuations in network Round Trip Time (RTT) as anomalies. These are considered normal network variance. - The DNS server 8.8.8.8 is Google's public DNS server and is a legitimate destination. Do not flag requests to 8.8.8.8 as anomalous. -### Actions Taken: -- The following IP's have been banned based on your feedback: - - 77.83.240.46 - - 45.88.8.215 - - 45.88.8.186 - - 120.48.49.12 - - 23.137.255.140 - - 101.89.148.7 -- On August 19th, 2025, a firewall was set up to prevent all unknown IP's from SSH access. The Only IP's that have SSH access are 192.168.2.0/24 and 100.64.0.0/10 - - diff --git a/known_issues.json b/known_issues.json index 3c0e9a6..f11c05a 100644 --- a/known_issues.json +++ b/known_issues.json @@ -2,5 +2,9 @@ { "issue": "CPU temperature spikes to 80C under heavy load", "resolution": "This is normal behavior for this CPU model and is not a cause for concern." + }, + { + "issue": "Access attempts from unknown IP Addresses", + "resolution": "ufw has been enabled, and blocks all default connections by default. The only IP Addresses allowed are 192.168.2.0/24 and 100.64.0.0/10" } ] \ No newline at end of file