LICENSE
README.md
pyproject.toml
sentinel_mac/__init__.py
sentinel_mac/__main__.py
sentinel_mac/core.py
sentinel_mac/engine.py
sentinel_mac/event_logger.py
sentinel_mac/models.py
sentinel_mac/notifier.py
sentinel_mac.egg-info/PKG-INFO
sentinel_mac.egg-info/SOURCES.txt
sentinel_mac.egg-info/dependency_links.txt
sentinel_mac.egg-info/entry_points.txt
sentinel_mac.egg-info/requires.txt
sentinel_mac.egg-info/top_level.txt
sentinel_mac/collectors/__init__.py
sentinel_mac/collectors/agent_log_parser.py
sentinel_mac/collectors/fs_watcher.py
sentinel_mac/collectors/net_tracker.py
sentinel_mac/collectors/system.py
sentinel_mac/collectors/typosquatting.py
tests/test_agent_log_parser.py
tests/test_alerts.py
tests/test_config.py
tests/test_fs_watcher.py
tests/test_integration.py
tests/test_net_tracker.py
tests/test_notifier.py