Antivirus Definition Update
Silent install package for Antivirus Definition Update
1.455.163.0-0
Office
Utilities
Office
Utilities
- package: tis-microsoft-defender-antivirus-definition-update
- name: Antivirus Definition Update
- version: 1.455.163.0-0
- categories: Office,Utilities
- maintainer: WAPT Team,Tranquil IT Simon Fonteneau
- locale: all
- target_os: windows
- architecture: arm64
- signature_date:
- size: 211.10 Mo
package : tis-microsoft-defender-antivirus-definition-update
version : 1.455.163.0-0
architecture : arm64
section : base
priority : optional
name : Antivirus Definition Update
categories : Office,Utilities
maintainer : WAPT Team,Tranquil IT Simon Fonteneau
description : Microsoft continually updates security intelligence in antimalware products to cover the latest threats and to constantly tweak detection logic, enhancing the ability of Microsoft Defender Antivirus and other Microsoft antimalware solutions to accurately identify threats. This security intelligence works directly with cloud-based protection to deliver fast and powerful AI-enhanced, next-generation protection.
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.3
sources :
installed_size :
impacted_process :
description_fr : Microsoft met continuellement à jour les informations de sécurité dans les produits anti-programme malveillant pour couvrir les dernières menaces et ajuster constamment la logique de détection, améliorant ainsi la capacité de Microsoft Defender Antivirus et d'autres solutions anti-programme malveillant Microsoft à identifier avec précision les menaces. Cette intelligence de sécurité fonctionne directement avec la protection basée sur le cloud pour offrir une protection de nouvelle génération rapide et puissante, améliorée par l'IA.
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : c9e97680-d46a-493e-8c5e-c08ee6cad519
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 10.0
max_os_version :
icon_sha256sum : f87a212670887a0473cefbcfb6102392de93b44cf812ba8b9af33244ece1f6e2
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2026-07-16T02:07:33.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : gMbceR4nRlTCoESTboaGiS8/Slnjdqrv030bmdfZsbgTI/QBL5Do5b4QQvzY7OC5YPmO8w6exx5pMsFXu4kfTa7ADZttAnPXjXunjLRMLgDu9a+vtxSXfXHPF81QLzLauYNJkolUazgdAkSaepKFdsmiVez5plrIKaZjs/UCAQm9d+jf5b061LpOhFd7XykHigvWgr3IFcp4n1z+ZqEysORotoKBLl9snpAU/BE2uKtSqCcpH+rCypdsg/Mcekx7meJup8WdwIcBZmThwA63gliOeEl2Cn5/Ny92qD/t+5NX6uLbXMY9cnS//8Ni1rW/av1V0f1qyv+arBsIbyJchg==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
versionfile = get_file_properties(r'mpam-fe.exe')['ProductVersion']
if get_windows_defender_version() < versionfile:
run('mpam-fe.exe')
if get_windows_defender_version() < versionfile:
error('AntivirusSignatureVersion not in %s' % versionfile)
prefix = control.package.split('-')[0]
if WAPT.is_installed('%s-audit-antivirus' % prefix):
WAPT.audit('%s-audit-antivirus' % prefix,force=True)
def audit():
if get_windows_defender_version() < control.get_software_version():
error('AntivirusSignatureVersion not in %s' % versionfile)
return "OK"
def get_windows_defender_version():
return Version(run_powershell('Get-MpComputerStatus')['AntivirusSignatureVersion'])
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
proxies = get_proxies_from_wapt_console()
if not proxies:
proxies = get_proxies()
wget('https://go.microsoft.com/fwlink/?LinkID=121721&arch=%s' % control.architecture,'mpam-fe.exe',connect_timeout=60,download_timeout=60, proxies=proxies)
control.set_software_version(get_file_properties(r'mpam-fe.exe')['ProductVersion'])
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
ec9b986043924a2881d07c398e08f5ebd7833f95fff892c67253ee676e594039 : WAPT/control
f87a212670887a0473cefbcfb6102392de93b44cf812ba8b9af33244ece1f6e2 : WAPT/icon.png
4052bded2bd156467cc44a49e9ead26473e235e8e83d7ae7787aed348b820bc6 : luti.json
f1cbe5de4d5e57050448ec9baa27934cc327b28b425821403c35a327084cd337 : mpam-fe.exe
4624bf2fe4b685685820737bb6e842dc761cfc9d243e1454ff15740db009e902 : setup.py
09fb2bfed2da34af26b24bbd27fa57f0266837c11f2048d01844478845ffa60e : update_package.py