diff --git a/run/fgai-dashboard.pid b/run/fgai-dashboard.pid new file mode 100644 index 0000000..dd619fa --- /dev/null +++ b/run/fgai-dashboard.pid @@ -0,0 +1 @@ +1276354 diff --git a/run/fgai-listener.pid b/run/fgai-listener.pid new file mode 100644 index 0000000..14e3a98 --- /dev/null +++ b/run/fgai-listener.pid @@ -0,0 +1 @@ +1276040 diff --git a/run/fgai-monitor.pid b/run/fgai-monitor.pid new file mode 100644 index 0000000..2268be3 --- /dev/null +++ b/run/fgai-monitor.pid @@ -0,0 +1 @@ +1276148 diff --git a/src/fgai.egg-info/PKG-INFO b/src/fgai.egg-info/PKG-INFO new file mode 100644 index 0000000..bcc2d37 --- /dev/null +++ b/src/fgai.egg-info/PKG-INFO @@ -0,0 +1,5 @@ +Metadata-Version: 2.4 +Name: fgai +Version: 0.1.0 +Summary: Local FortiGate log and policy inspection agent with guarded UTM autoblocking. +Requires-Python: >=3.11 diff --git a/src/fgai.egg-info/SOURCES.txt b/src/fgai.egg-info/SOURCES.txt new file mode 100644 index 0000000..499e509 --- /dev/null +++ b/src/fgai.egg-info/SOURCES.txt @@ -0,0 +1,32 @@ +README.md +pyproject.toml +src/fgai/__init__.py +src/fgai/anomaly.py +src/fgai/baseline.py +src/fgai/cli.py +src/fgai/config.py +src/fgai/dashboard.py +src/fgai/llm.py +src/fgai/logs.py +src/fgai/mitigation.py +src/fgai/models.py +src/fgai/monitor.py +src/fgai/policies.py +src/fgai/recommendations.py +src/fgai/syslog_server.py +src/fgai/threat_intel.py +src/fgai.egg-info/PKG-INFO +src/fgai.egg-info/SOURCES.txt +src/fgai.egg-info/dependency_links.txt +src/fgai.egg-info/entry_points.txt +src/fgai.egg-info/top_level.txt +tests/test_anomaly.py +tests/test_baseline.py +tests/test_config.py +tests/test_diagnostics.py +tests/test_logs.py +tests/test_mitigation.py +tests/test_monitor.py +tests/test_policies.py +tests/test_recommendations.py +tests/test_syslog_server.py \ No newline at end of file diff --git a/src/fgai.egg-info/dependency_links.txt b/src/fgai.egg-info/dependency_links.txt new file mode 100644 index 0000000..4c0d52d --- /dev/null +++ b/src/fgai.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/src/fgai.egg-info/entry_points.txt b/src/fgai.egg-info/entry_points.txt new file mode 100644 index 0000000..5143361 --- /dev/null +++ b/src/fgai.egg-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +fgai = fgai.cli:main diff --git a/src/fgai.egg-info/top_level.txt b/src/fgai.egg-info/top_level.txt new file mode 100644 index 0000000..b3ebbdf --- /dev/null +++ b/src/fgai.egg-info/top_level.txt @@ -0,0 +1 @@ +fgai diff --git a/state/fgai-baseline.sqlite3 b/state/fgai-baseline.sqlite3 new file mode 100644 index 0000000..fbe4d84 Binary files /dev/null and b/state/fgai-baseline.sqlite3 differ