tis-microsoft-defender-antivirus-definition-update

1.433.262.0-0
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.
67274 téléchargements
Télécharger
Voir le résultat de la construction Voir l'analyse de VirusTotal
tis-microsoft-defender-antivirus-definition-update icon
  • package : tis-microsoft-defender-antivirus-definition-update
  • name : Antivirus Definition Update
  • version : 1.433.262.0-0
  • categories : Office,Utilities
  • maintainer : WAPT Team,Tranquil IT Simon Fonteneau
  • editor :
  • licence :
  • locale : all
  • target_os : windows
  • impacted_process :
  • architecture : x64
  • signature_date : 2025-08-04 03:00
  • size : 204.72 Mo
package           : tis-microsoft-defender-antivirus-definition-update
version           : 1.433.262.0-0
architecture      : x64
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      : 972270c6-ce3b-4bef-a35c-4344d5624db9
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    : 2025-08-04T03:00:19.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         : qaLZuHDE36AiVa82865AKlzS3t3L+dfoYMoFPQZ1Dm0SmdSM4Si7eCCXK3Peyoge5mOpThcw/yScsHKs8vJTIivndh4XsrV7J1jDLrn9VE3sDJMy+tlWs147AYKsPnh5zISXDktj/Nw0bzCy1nT1AsCryifVEjKChKXilWL7ke8oQL+zl6nhbKElNVTQQfPMJD06QKhtWiPVEtfsckjfq2yLQt2sBN4glovUU8paLJ9VSwHx5IeDNSG1O9lqMmQeiV771OH4ROq4ymlu25HstwgQuIYLHQ2qPQ2BFhfn9KUjZxeFByR9KPN6kevOxAobL+w5UDHR15wnhUxMFyuYUQ==
# -*- 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():
    for i in get_antivirus_info():
        if not i["name"] == "Windows Defender":
            continue
        return Version(i['AntivirusSignatureVersion'])
    return Version('0')
# -*- 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
afb4cb033364f89f864b6dcb7d3f522ad6dd7b4ce8c62cc630956da13d3f62ab : WAPT/control
f87a212670887a0473cefbcfb6102392de93b44cf812ba8b9af33244ece1f6e2 : WAPT/icon.png
7355bfc42ee42c4b86b4d8261072c425b6a118b9ac41cd5e6cd6154ca1d93e01 : luti.json
ff2a7467ac42662163d5a0ebdbb217dfa9ca064d70691cc416b90552883a7e44 : mpam-fe.exe
4859e3a49e3af6c6bfd72d9d3fec4c713121f3ef399b76721cdacf0d7c200066 : setup.py
09fb2bfed2da34af26b24bbd27fa57f0266837c11f2048d01844478845ffa60e : update_package.py