Commit Graph

28 Commits

Author SHA1 Message Date
83b25d81a6 feat: Add hostname resolution to Nmap scans
- Add -R flag to Nmap scan options to enable reverse DNS lookup.
- Modify the Nmap processing logic to extract and store hostnames.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:32:40 -05:00
7e24379fa1 feat: Restrict alerts to a defined time window
- Add a function to check if the current time is within the alerting window (9am - 12am).
- Modify the alerting logic to only send alerts during this window.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:28:08 -05:00
d03018de9b feat: Log LLM responses to console
- Add a StreamHandler to the logger to output all logs to the console.
- Log the LLM response to the console for real-time monitoring.
- Update PROGRESS.md to reflect the completion of the task.
- Fix a syntax error in monitor_agent.py.
2025-08-21 12:18:08 -05:00
f65b2d468d feat: Implement daily log rotation
- Add logging to monitor_agent.py to replace print statements.
- Configure TimedRotatingFileHandler to keep logs for the past 24 hours.
- Update .gitignore to exclude the new log file.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:15:36 -05:00
e119bc7194 feat: Update baseline calculations and LLM prompts
- Change baseline calculations to use integers instead of floats to simplify data.
- Update LLM constraints and prompt for more accurate anomaly detection.
- Refine known_issues to reduce false positives.
- Update PROGRESS.md with new TODO items.
2025-08-21 12:12:15 -05:00
c5a446ea65 Updated Docs 2025-08-20 15:38:22 -05:00
b8b91880d6 Added log to .gitignore 2025-08-20 15:23:44 -05:00
e7730ebde5 Removed Log from Git 2025-08-20 15:23:28 -05:00
63ee043f34 Completed NMAP & Refactoring 2025-08-20 15:16:21 -05:00
dd673829d2 Nmap... working? 2025-08-20 12:51:11 -05:00
f6cbe1da8f Final Commit before NMAP Integration 2025-08-20 12:26:46 -05:00
369cb0b155 For real this time 2025-08-20 12:20:59 -05:00
77b55ccb1f Updated Known issues & Constraints 2025-08-20 12:20:54 -05:00
0169483738 Converted Responses to JSON, improved severity detection, and built a known issues feed 2025-08-20 12:06:11 -05:00
7eaff1d08c Added NMAP planning and updated constraints 2025-08-19 15:57:31 -05:00
b5e6ae3918 Somehow, working perfectly 2025-08-19 15:37:16 -05:00
692e372ef3 Working with Live Data 2025-08-19 15:11:48 -05:00
f15cd12fbf Updated Future Plans 2025-08-18 15:07:32 -05:00
524120c9f2 Watch over Temps 2025-08-18 14:32:39 -05:00
4d8b4d6114 fix: Handle missing sensors command gracefully 2025-08-18 13:01:11 -05:00
9159520e8f feat: Implemented expanded monitoring 2025-08-18 12:55:49 -05:00
9ac382e23e feat: Implemented data storage and baselining 2025-08-18 12:49:51 -05:00
3d74bf13f5 Added Test Mode 2025-08-17 20:44:38 -05:00
cb3f04f2b1 Now Calling the correct package 2025-08-15 15:19:46 -05:00
beca1e7abf Updated Config 2025-08-15 14:24:05 -05:00
df1e01e87f fix: Correct .gitignore 2025-08-15 14:07:05 -05:00
4692f12876 docs: Add README.md 2025-08-15 14:06:47 -05:00
89902dfd6b feat: Implement monitor agent 2025-08-15 14:04:09 -05:00