diff --git a/CONSTRAINTS.md b/CONSTRAINTS.md index 10dae14..4588b16 100644 --- a/CONSTRAINTS.md +++ b/CONSTRAINTS.md @@ -5,4 +5,9 @@ - Focus on events indicating loss of connectivity or unreachable hosts. - Highlight any unexpected network additions or unusual traffic patterns. - 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. -- Action has been taken against IP addresses 45.88.8.215, 45.88.8.186, 120.48.49.12, and 23.137.255.140. These are completley banned and cannot access the system at all. \ No newline at end of file +- 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 diff --git a/PROGRESS.md b/PROGRESS.md index acb3146..c3c92ce 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -31,4 +31,11 @@ 19. [x] Investigated and resolved issue with `jc` library 20. [x] Removed `jc` library as a dependency -21. [x] Implemented manual parsing of `sensors` command output \ No newline at end of file +21. [x] Implemented manual parsing of `sensors` command output + +## TODO + +[ ] Ensure we aren't using mockdata for get_system_logs() and get_network_metrics() +[ ] Ensure we are including CONSTRAINTS.md in our analyze_data_with_llm() function +[ ] Summarize entire report into a single sentence to said to Home Assistant + [ ] Figure out why Home Assitant isn't using the speaker \ No newline at end of file