Cantitate/Preț
Produs

Antivirus Engines: From Methods to Innovations, Design, and Applications

Autor Paul A. Gagniuc
en Limba Engleză Paperback – 24 oct 2024
Antivirus Engines: From Methods to Innovations, Design, and Applications offers an in-depth exploration of the core techniques employed in modern antivirus software. It provides a thorough technical analysis of detection methods, algorithms, and integration strategies essential for the development and enhancement of antivirus solutions. The examples provided are written in Python, showcasing foundational, native implementations of key concepts, allowing readers to gain practical experience with the underlying mechanisms of antivirus technology. The text covers a wide array of scanning techniques, including heuristic and smart scanners, hexadecimal inspection, and cryptographic hash functions such as MD5 and SHA for file integrity verification. These implementations highlight the crucial role of various scanning engines, from signature-based detection to more advanced models like behavioral analysis and heuristic algorithms. Each chapter provides clear technical examples, demonstrating the integration of modules and methods required for a comprehensive antivirus system, addressing both common and evolving threats. Beyond simple virus detection, the content illustrates how polymorphic malware, ransomware, and state-sponsored attacks are tackled using multi-layered approaches. Through these examples, students, researchers, and security professionals gain practical insight into the operation of antivirus engines, enhancing their ability to design or improve security solutions in a rapidly changing threat environment.


  • Offers a thorough exploration of the mechanics behind antivirus detection methods, including signature-based detection, heuristic algorithms, and modern smart scanning techniques, with native source code examples to illustrate these core concepts
  • Provides fundamental native implementations of various antivirus engines, allowing readers to directly experiment with MD5, SHA, hexadecimal scanners, and heuristic models to expand their technical skills
  • Highlights practical case studies and examples of integrating antivirus software into real-world systems, helping cybersecurity professionals and developers design and implement robust protective measures adapted to evolving threats
  • Delivers actionable insights for business leaders, policymakers, and IT decision-makers, emphasizing the critical role antivirus software plays in safeguarding digital infrastructure, facilitating informed cybersecurity investments
Citește tot Restrânge

Preț: 53478 lei

Preț vechi: 79565 lei
-33% Nou

Puncte Express: 802

Preț estimativ în valută:
10242 10552$ 8580£

Carte tipărită la comandă

Livrare economică 17 februarie-03 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780443329524
ISBN-10: 0443329524
Pagini: 656
Dimensiuni: 216 x 276 mm
Greutate: 0.45 kg
Editura: ELSEVIER SCIENCE

Cuprins

1. History
2. The Internet
3. Operating systems
4. Operating system APIs
5. Cryptography
6. Exploits
7. Malware types and classification
8. Antivirus engines
9. Algorithms
10. MD5/SHA signatures and scanners
11. Disinfections, banks and vaults
12. Hexadecimal signatures and scanners
13. Heuristic signatures and scanners
14. Smart scanners and rabbit holes
15. Process and user behavior
16. The network
17. Appendices
18. References