signaturebased
Signature-based detection is a cybersecurity approach that identifies malware and other threats by matching files, network traffic, or content against a database of known patterns called signatures. Signatures encode characters such as byte sequences, file hashes, or protocol structures and are created by researchers and vendors. The signature databases are updated regularly to cover new threats.
Common implementations are found in antivirus software, intrusion detection and prevention systems, and email security gateways.
Strengths of signature-based detection include high accuracy for known threats and relatively low computational overhead. Limitations
To address gaps, many systems use hybrid approaches that combine signature-based detection with anomaly or behavior-based