MANIFEST.in
README.md
setup-antivirus.py
setup.cfg
defence360agent/feature_management/rpc/schema/native.yaml
defence360agent/feature_management/rpc/schema/show.yaml
defence360agent/feature_management/rpc/schema/update.yaml
defence360agent/simple_rpc/schema/advisor.yaml
defence360agent/simple_rpc/schema/checkdb.yaml
defence360agent/simple_rpc/schema/config.yaml
defence360agent/simple_rpc/schema/conflicts.yaml
defence360agent/simple_rpc/schema/doctor.yaml
defence360agent/simple_rpc/schema/eula.yaml
defence360agent/simple_rpc/schema/files.yaml
defence360agent/simple_rpc/schema/get-news.yaml
defence360agent/simple_rpc/schema/google-safe-engine.yaml
defence360agent/simple_rpc/schema/hook.yaml
defence360agent/simple_rpc/schema/hooks.yaml
defence360agent/simple_rpc/schema/hosting-panel.yaml
defence360agent/simple_rpc/schema/login.yaml
defence360agent/simple_rpc/schema/permissions.yaml
defence360agent/simple_rpc/schema/registration.yaml
defence360agent/simple_rpc/schema/support.yaml
defence360agent/simple_rpc/schema/version.yaml
defence360agent/subsys/panels/generic/users_script_schemas/schema-admins.yaml
defence360agent/subsys/panels/generic/users_script_schemas/schema-domains.yaml
defence360agent/subsys/panels/generic/users_script_schemas/schema-metadata.yaml
defence360agent/subsys/panels/generic/users_script_schemas/schema-panel_info.yaml
defence360agent/subsys/panels/generic/users_script_schemas/schema-users.yaml
imav/__init__.py
imav/__main__.py
imav/_version.py
imav/cli.py
imav/migrate.py
imav/rpc_handlers.py
imav/run.py
imav/server.py
imav/application/__init__.py
imav/application/settings.py
imav/contracts/__init__.py
imav/contracts/messages.py
imav/feature_management/__init__.py
imav/feature_management/plugins/__init__.py
imav/feature_management/plugins/watcher.py
imav/internals/__init__.py
imav/internals/lazy_load.py
imav/malwarelib/__init__.py
imav/malwarelib/config.py
imav/malwarelib/model.py
imav/malwarelib/advanced/__init__.py
imav/malwarelib/advanced/rpc/__init__.py
imav/malwarelib/advanced/rpc/endpoints/__init__.py
imav/malwarelib/advanced/rpc/endpoints/backup.py
imav/malwarelib/advanced/rpc/endpoints/malicious.py
imav/malwarelib/advanced/rpc/endpoints/malware.py
imav/malwarelib/advanced/rpc/endpoints/pure_ftpd.py
imav/malwarelib/advanced/rpc/endpoints/submit.py
imav/malwarelib/advanced/rpc/schema/backup-systems.yaml
imav/malwarelib/advanced/rpc/schema/malicious.yaml
imav/malwarelib/advanced/rpc/schema/pure-ftpd.yaml
imav/malwarelib/cleanup/__init__.py
imav/malwarelib/cleanup/cleaner.py
imav/malwarelib/cleanup/storage.py
imav/malwarelib/plugins/__init__.py
imav/malwarelib/plugins/aibolit_result_scan.py
imav/malwarelib/plugins/cleanup.py
imav/malwarelib/plugins/cleanup_revert.py
imav/malwarelib/plugins/detached_scan.py
imav/malwarelib/plugins/malware_response.py
imav/malwarelib/plugins/mrs_suspicious_uploader.py
imav/malwarelib/plugins/scan_queue.py
imav/malwarelib/plugins/scanner.py
imav/malwarelib/plugins/schedule_watcher.py
imav/malwarelib/plugins/store.py
imav/malwarelib/rpc/__init__.py
imav/malwarelib/rpc/endpoints/__init__.py
imav/malwarelib/rpc/endpoints/base.py
imav/malwarelib/rpc/endpoints/cleanup.py
imav/malwarelib/rpc/endpoints/ondemand.py
imav/malwarelib/rpc/schema/history.yaml
imav/malwarelib/rpc/schema/ignore.yaml
imav/malwarelib/rpc/schema/malicious.yaml
imav/malwarelib/rpc/schema/malware-rebuild-patterns.yaml
imav/malwarelib/rpc/schema/on-demand-queue.yaml
imav/malwarelib/rpc/schema/on-demand-user.yaml
imav/malwarelib/rpc/schema/on-demand.yaml
imav/malwarelib/rpc/schema/read.yaml
imav/malwarelib/rpc/schema/submit.yaml
imav/malwarelib/rpc/schema/suspicious.yaml
imav/malwarelib/rpc/schema/user.yaml
imav/malwarelib/scan/__init__.py
imav/malwarelib/scan/app_version_detector.py
imav/malwarelib/scan/crontab.py
imav/malwarelib/scan/detached.py
imav/malwarelib/scan/queue.py
imav/malwarelib/scan/queue_supervisor_sync.py
imav/malwarelib/scan/scan_result.py
imav/malwarelib/scan/scanner.py
imav/malwarelib/scan/utils.py
imav/malwarelib/scan/ai_bolit/__init__.py
imav/malwarelib/scan/ai_bolit/detached.py
imav/malwarelib/scan/ai_bolit/report.py
imav/malwarelib/scan/ai_bolit/scanner.py
imav/malwarelib/scan/cleaners/__init__.py
imav/malwarelib/scan/cleaners/detached_dir.py
imav/malwarelib/scan/cleaners/outdated_scans.py
imav/malwarelib/scan/cleaners/uncompleted_scans.py
imav/malwarelib/scan/mds/__init__.py
imav/malwarelib/scan/mds/cleaner.py
imav/malwarelib/scan/mds/detached.py
imav/malwarelib/scan/mds/report.py
imav/malwarelib/scan/mds/restore.py
imav/malwarelib/scan/mds/scanner.py
imav/malwarelib/subsys/__init__.py
imav/malwarelib/subsys/aibolit.py
imav/malwarelib/subsys/ainotify.py
imav/malwarelib/subsys/cxs.py
imav/malwarelib/subsys/malware.py
imav/malwarelib/subsys/pure_ftpd.py
imav/malwarelib/subsys/restore_from_backup.py
imav/malwarelib/utils/__init__.py
imav/malwarelib/utils/chattr.py
imav/malwarelib/utils/check_file.py
imav/malwarelib/utils/endpoints.py
imav/malwarelib/utils/malware_response.py
imav/malwarelib/utils/revisium.py
imav/malwarelib/utils/safe_fileops.py
imav/malwarelib/utils/submit.py
imav/malwarelib/utils/user_list.py
imav/migrations/000_noop_migration.py
imav/migrations/001_fix_scan_unserialization.py
imav/migrations/002_convert_serialized_scans.py
imav/migrations/__init__.py
imav/model/__init__.py
imav/plugins/__init__.py
imav/plugins/conflicts.py
imav/plugins/event_hook_executor.py
imav/plugins/event_hooks.py
imav/plugins/generic_sensor.py
imav/plugins/inotify.py
imav/plugins/malware_filters.py
imav/plugins/mr_proper.py
imav/plugins/post_action.py
imav/plugins/restore_from_backup.py
imav/plugins/server_pull.py
imav/rpc_tools/__init__.py
imav/rpc_tools/middleware.py
imav/simple_rpc/__init__.py
imav/simple_rpc/conflicts.py
imav/simple_rpc/schema.py
imav/subsys/__init__.py
imav/subsys/realtime_av.py
imunify_antivirus.egg-info/PKG-INFO
imunify_antivirus.egg-info/SOURCES.txt
imunify_antivirus.egg-info/dependency_links.txt
imunify_antivirus.egg-info/entry_points.txt
imunify_antivirus.egg-info/top_level.txt