The YARA rule hardcoded_ip_port match in a test file is likely a legitimate use case for testing network functionality.
No verification record available.
The YARA rule hardcoded_ip_port matched in tests/addr.rs. This indicates a hardcoded IP address and port, which is common in tests to connect to a local test server or mock service. Given that the match is in a test file, it's likely a legitimate use case for testing network functionality. There is no other evidence to suggest it is malicious.