1 Matching Annotations
- Jun 2020
-
-
Wyróżniamy 2 podstawowe metody wykrywania malware(można mówić o większej ilości, jednak na potrzeby przybliżenia podstaw wspomnę tylko o dwóch):
2 ways antiviruses detect malware:
- Signature-Based Detection - based on signatures (known byte sequences) updated continuously. For example, the method deletes software immediately after it's downloaded
- Heuristic and Behavioral-Based Detection - based on malware's "behaviour" (each of its instructions)
-