MCPcopy Create free account

hub / github.com/andreafortuna/malhunt / functions

Functions138 in github.com/andreafortuna/malhunt

Methodtest_imageinfo_suggested_parsing
Ensure suggested profiles are extracted from plugin output.
tests/test_volatility.py:216
Methodtest_init_success
Test successful initialization.
tests/test_volatility.py:30
Methodtest_init_with_custom_config
Test initialization with custom config.
tests/test_volatility.py:43
Methodtest_init_with_nonexistent_dump
Test initialization with nonexistent dump file.
tests/test_volatility.py:14
Methodtest_init_without_volatility
Test initialization when Volatility is not found.
tests/test_volatility.py:20
Methodtest_initialization
Test YARA scanner initialization.
tests/test_scanner.py:15
Methodtest_initialization
Test Malfind scanner initialization.
tests/test_scanner.py:102
Methodtest_initialization
Test Network scanner initialization.
tests/test_scanner.py:131
Methodtest_initialization_with_checker
Test Network scanner with custom IP checker.
tests/test_scanner.py:139
Methodtest_malfind_scanner_handles_exception
Test Malfind scanner handles exceptions gracefully.
tests/test_scanner.py:233
Methodtest_netscan_fallback_to_connscan
Fallback to netstat when netscan is unsupported.
tests/test_volatility.py:172
Methodtest_network_scanner_handles_exception
Test Network scanner handles exceptions gracefully.
tests/test_scanner.py:243
Methodtest_no_profile_found
(self, tmp_path, monkeypatch)
tests/test_core.py:443
Methodtest_normal_rule
Test non-excluded rule passes.
tests/test_core.py:57
Methodtest_os_name_present
(self, tmp_path, monkeypatch)
tests/test_core.py:403
Methodtest_prepare_rules_bad_archive
Simulate downloading a non-zip or corrupted file.
tests/test_core.py:180
Methodtest_prepare_rules_download
(self, tmp_path, monkeypatch)
tests/test_core.py:124
Methodtest_prepare_rules_download_failed
Simulate HTTP error during download.
tests/test_core.py:156
Methodtest_preserves_other_rules
Test that other rules are preserved.
tests/test_core.py:94
Methodtest_removes_duplicate_elf_rules
Test removal of duplicate is__elf definitions.
tests/test_core.py:74
Methodtest_repr
Test string representation.
tests/test_core.py:32
Methodtest_run_command_success
Test successful command execution.
tests/test_volatility.py:86
Methodtest_run_command_timeout_exceeds_retries
Test timeout exceeds retry limit.
tests/test_volatility.py:157
Methodtest_run_command_timeout_retry
Test timeout with retry.
tests/test_volatility.py:130
Methodtest_run_command_with_cache
Test command caching.
tests/test_volatility.py:105
Methodtest_sanitize_yara_rules_file_removes_imphash_rule
Sanitizer should drop rule blocks containing imphash references.
tests/test_core.py:272
Methodtest_sanitize_yara_rules_file_removes_unsupported_pe_signature_fields
Sanitizer should drop rules using unsupported pe.number_of_signatures field.
tests/test_core.py:293
Methodtest_scan_parsing
Test YARA scan output parsing.
tests/test_scanner.py:26
Methodtest_scan_parsing
Test Malfind scan output parsing.
tests/test_scanner.py:109
Methodtest_scan_parsing
Test network scan output parsing.
tests/test_scanner.py:148
Methodtest_suggested_profiles
(self, tmp_path, monkeypatch)
tests/test_core.py:427
Methodtest_validate_and_prune_yara_rules_file_removes_malformed_orphan_block
Compile-time parser should drop orphan malformed fragments.
tests/test_core.py:315
Methodtest_validate_and_prune_yara_rules_file_removes_unsupported_hash_usage
Compile-time parser should remove rules using unavailable hash module symbols.
tests/test_core.py:341
Methodtest_with_profile
Test with optional profile.
tests/test_core.py:41
Methodtest_yara_scanner_handles_exception
Test YARA scanner handles exceptions gracefully.
tests/test_scanner.py:217
Methodtest_yarascan_escalates_timeout_after_timeout_error
(self, mock_find, mock_run_cmd)
tests/test_volatility.py:252
Methodtest_yarascan_raises_actionable_error_on_missing_yara_backend
(self, mock_find, mock_run_cmd)
tests/test_volatility.py:293
Methodtest_yarascan_uses_dedicated_timeout
(self, mock_find, mock_run_cmd)
tests/test_volatility.py:235
← previous101–138 of 138, ranked by callers