Win32.Worm.Downadup.Gen
( W32.Downadup, W32/Worm.AHGV, Net-Worm.Win32.Kido.bg )| Verspreiding : | high | |
| Schade : | medium | |
| Size: | varies | |
| Gedetecteerd : | 2008 Dec 31 |
SYMPTOMS:
Connection times out while trying to access various antivirus-related websites.Windows Update has been disabled.
Presence of autorun.inf files in the root of mapped drives pointing to a .dll file inside the RECYCLER folder of the drive.
TECHNICAL DESCRIPTION:
Win32.Worm.Downadup is a worm that relies on the Microsoft Windows Server Service RPC Handling Remote Code Execution Vulnerability (MS08-67) in order to spread on other computers in the local network. The authors took various approaches to make this malware especially fast spreading and hard to remove.This malware always comes wrapped in an obfuscated layer which aims at deterring analysis. The layer can be in two flavors, either packed with UPX or not packed, but it is always obfuscated and uses various rarely used apis to break emulators. The real malware is contained inside in an encrypted form. It is packed with a standard upx version, but to deter unpacking it is never written on disk and it doesn't have the PE header which makes it appear as an invalid executable. This has the side effect of being undetectable when injected into another process, it just looks as standard memory allocated page.
A computer can be infected by possible three means:
* if not patched with the latest security updates (in this case if MS08-67 vulnerability is not patched), by an already infected computer in the local network
* if the administrator account of the computer has a weak password (brute force dictionary attack against administrator password is used)
* if the computer has the Autoplay feature enabled and an infected mapped/removable drive stick is attached.
Once gained execution this worm does the following actions:
* hooks NtQueryInformationProcess from ntdll.dll inside the running process
* creates a named Mutex based on the computer name
* injects intself into one of the following processes:
* explorer.exe
* svchost.exe
* uses the following registry key to hide the files with hidden attributes:
* HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL\"CheckedValue" = "0"
* executes the following command, which disables auto-tuning (details) option under Windows Vista :
*
netsh interface tcp set global autotuninglevel=disabled* copies itself into one or more of the following locations:
* %Program Files%\Internet Explorer\[Random Name].dll
* %Program Files%\Movie Maker\[Random Name].dll
* %Documents and Settings%\All Users\Application Data\[Random Name].dll
* %Temp%\[Random Name].dll
* %System32%\[Random Name].dll
* if residing into services.exe application (Win2K) it hooks on the following apis:
* NetpwPathCanonicalize from netapi32.dll - this api is used to avoid reinfection of the local machine from other infected computers
* sendto from ws2_dll.dll
* if residing into svchost.exe it hooks the following apis
* NetpwPathCanonicalize from netapi32.dll - this api is used to avoid reinfection of the local machine from other infected computers
* DnsQuery_A, DnsQuery_W, DnsQuery_UTF8, Query_Main from dnsapi.dll - this apis are hooked to restrict access to various sites related to antivirus companies.
* it sets maximum number of simultaneous connections allowed by doing one of the following
* patching tcpip.sys driver, using a driver it drops itself (contained in an unencrypted form)
* setting HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\"TcpNumConnections" to "00FFFFFE"
* injects itself into services.exe (Win2K)
* it sets the following registry keys (if they are not set already), probably as an infection marker:
* HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\"dl" = "0"
* HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\"dl" = "0"
* HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\"ds" = "0"
* HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\"ds" = "0"
* Disabled the following Windows services:
* Background Intelligent Transfer Service (BITS)
* Windows Automatic Update Service (wuauserv)
* sets the following registry key to hide files with hidden attribute:
* HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL\"CheckedValue" = "0"
* enumerates all the available ADMIN$ network shares and tries to connect as an existing user using a list of weak passwords (essentially doing a dictionary attack on the user passwords). Examples of passwords from the available ones:
* academia
* access
* account
* Admin
* admin
* admin1
* admin12
* admin123
* adminadmin
* administrator
* anything
* asddsa
* asdfgh
* asdsa
* asdzxc
* backup
* boss123
If this attack is successful it copies itself into the share directory:
* ShareName\ADMIN$\System32\[Random Name].dll
To be sure the file is launched it creates a scheduled job on the attacked server, which is to run every day. The job looks like this:
* rundll32.exe [Random Name].dll, [Random String]
* it connects to the following URL's to get the address of the infected machine
* http://www.getmyip.org
* http://www.whatsmyipaddress.com
* http://getmyip.co.uk
* http://checkip.dyndns.org
This ip address, along with a random port number, is used to create a HTTP server which is used by the worm to infect using the MS08-67 vulnerability. The infected computers which connect to that ip and port will be exploited and forced to download a copy of the malware hidden with a random name and with one of the following extensions:
* png
* bmp
* jpg
* gif
* it monitors remote and removable drives for infection using the Autoplay feature:
* a copy of the file is placed inside a random folder (created by the malware) :
* an obfuscated autorun.inf file is generated used to launch the malware from the above location. The file is obfuscated by adding random commentaries, with random length.
* Using the apis hooked from dnsapi.dll it denies (error timed out) access to sites containing one of the following strings:
* virus
* spyware
* malware
* rootkit
* defender
* microsoft
* symantec
* norton
* mcafee
* trendmicro
* sophos
* panda
* etrust
* networkassociates
* computerassociates
* f-secure
* kaspersky
* jotti
* f-prot
* nod32
* eset
* grisoft
* drweb
* centralcommand
* ahnlab
* esafe
* avast
* avira
* quickheal
* comodo
* clamav
* ewido
* fortinet
* gdata
* hacksoft
* hauri
* ikarus
* k7computing
* norman
* pctools
* prevx
* rising
* securecomputing
* sunbelt
* emsisoft
* arcabit
* cpsecure
* spamhaus
* castlecops
* threatexpert
* wilderssecurity
* windowsupdate
* nai.
* ca.
* avp.
* avg.
* vet.
* bit9.
* sans.
* cert.
* connects to one of the following sites to get the current date (day and month) (HTTP_QUERY_DATE)
* w3.org
* ask.com
* yahoo.com
* google.com
* baidu.com
* using the information gathered in the previous step it generates a list of possible update sites with this format:
* http://[Date Base Name].[Random Domain]/search?q=%d
* domain name can be:
* .biz
* .info
* .org
* .net
* .com
* .ws
* .cn
* .cc
* examples of domains generated for 9 January 2009
* opphlfoak.info
* mphtfrxs.net
* hcweu.org
* tpiesl.info
* bmqyp.com
* aqnjou.info
* kxxprzab.net
* gjbueqbdb.com
* qkccgprsp.net
* yjxraefn.org
* civmakjl.net
* ygmjyyzbj.info
* ulptholvr.org
* dqyusn.info
* gsvfy.org
* sjdvt.net
* tizkywcd.com
* bkqxwccwseo.org
* bmrmgxv.com
* xlkfp.org
* pvfesejm.com
These domains most probably contain updates of the worm or other malware related to it.
* In recent variants there has been an added functionality which permits the worm to be update or another payload downloaded by means of remote connection to other computers. The mechanism is based on a bi-directional named pipe (on each computer a named pipe is created with the name "\\.\pipe\System_[COMPUTER_NAME]7") which is used for communication between two infected computers. Upon receiving a null terminated string, it interprets it as an URL and tries to download it. Upon completion of download, the file is checked using an RC4 and an asymmetric cryptographic algorithm and if it's considered valid is executed. This can be seen as a technique employed by the authors to ensure that no foreign payload is injected in the download process.
* deletes all the System Restore points prior to infection.
* The worm protects itself from deletion by removing all NTFS file permissions,except execute and directory traversal, from all users.
On 7 March 2009 a new variant was seen in the wild.While minor modifications were seen before, this variant is very different and had clear indications of the path taken by the writers towards keeping already infected computers and disabling removal tools done by the AV companies.
This version has the following behavior once executed:
- * Checks for presence of itself using a mutex created based on process id. If mutex is created already it exits.
- * Hooks NtQueryInformationProcess from ntdll.dll
- * Creates two random length mutexes based on computer name. These are used to later on.
- * If run using rundll32.exe and above mutexes have been created succesfully then it tries to inject in either : svchost.exe or explorer.exe. It then deletes the scheduled task used to execute itself.
- *Uses the following registry key to hide the files with hidden attributes:
* HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL\"CheckedValue" = "0" - * if residing into services.exe application (Win2K) it hooks on the following apis:
* NetpwPathCanonicalize from netapi32.dll - this api is used to avoid reinfection of the local machine from other infected computers
* sendto from ws2_dll.dll - * if residing into svchost.exe it hooks the following apis
* NetpwPathCanonicalize from netapi32.dll - this api is used to avoid reinfection of the local machine from other infected computers
* DnsQuery_A, DnsQuery_W, DnsQuery_UTF8, Query_Main from dnsapi.dll - this apis are hooked to restrict access to various sites related to antivirus companies. - * error mode is set so that in case of an unhandled exception no information is shown to the user. This can be seen as a safety method to keep the malware stealthy even in case of unknown bugs.
- * hooks InternetGetConnectedState function from wininet.dll.
- * copies itself into system32 and temp directory
- * disables the following services
* wscsvc (Windows Security Center)
* WinDefender (Windows Defender Service)
* wuauserv (Windows Automatic Update Service)
* BITS (Background Intelligent Transfer Service)
* ERSvc (Error Reporting Service)
* WerSvc (Windows Error Reporting Service) - * deletes Window Defender startup key
- * delete HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot thus not allowing infected machine to perfom a safe boot
- * creates a thread that every second kills processes having names containing one of the following string
* autoruns
* avenger
* confick
* downad
* filemon
* gmer
* hotfix
* kb890
* kb958
* kido
* klwk
* mbsa
* mrt.
* mrtstub
* ms08-06
* procexp
* procmon
* regmon
* scct_
* sysclean
* tcpview
* unlocker
* wireshark
Someone with experience in analyzing malware will immediately see that the worm tries to close any tool which could be used in analyzing its behaviour and also any tool which could be used to disinfect an infected machine - * if an internet connection is available it tries to update itself. This process has changed, it generates 50000 number of random domains and tries to connect to 500 of them randomly. Another change is the fact that there are now 116 possible domain extensions that can be used.
- Sites containing one of the following strings are blocked:
* agnitum
* ahnlab
* anti-
* antivir
* arcabit
* avast
* avgate
* avira
* bothunter
* castlecops
* ccollomb
* centralcommand
* clamav
* comodo
* computerassociates
* conficker
* cpsecure
* cyber-ta
* defender
* downad
* drweb
* dslreports
* emsisoft
* esafe
* eset
* etrust
* ewido
* f-prot
* f-secure
* fortinet
* free-av
* freeav
* gdata
* grisoft
* hackerwatch
* hacksoft
* haur
* ikarus
* jotti
* k7computing
* kaspersky
* kido
* malware
* mcafee
* microsoft
* mirage
* msftncsi
* msmvps
* mtc.sri
* networkassociates
* nod32
* norman
* norton
* onecare
* panda
* pctools
* prevx
* ptsecurity
* quickheal
* removal
* rising
* rootkit
* safety.live
* securecomputing
* secureworks
* sophos
* spamhaus
* spyware
* sunbelt
* symantec
* technet
* threat
* threatexpert
* trendmicro
* trojan
* virscan
* virus
* wilderssecurity
* windowsupdate
* avg
* avp
* bit9
* ca
* cert
* gmer
* kav
* llnw
* llnwd
* msdn
* msft
* nai
* sans - * if a site was found running, the worm downloads the file and checks if it's a valid payload: this is done using asymetric cryptography to test the origin and integrity. If everything is ok, the executable payload is decrypted and executed.
A new variant of the worm has been recently detected in the wild. One of the first issues the update worm addressed was restricting access to the http://bdtools.net resource repository used by BitDefender to supply removal tools for the worm. Also, the removal tools used for the previous variants of the worm have been rendered useless, as the malware would block any file named bd_rem_tool.exe.
- The following keywords are used to deny access to website domains and applications that may remove the malware:
* precisesecurity
* ms-mvp
* mitre
* enigma
* bdtools
* av-sc
* adware
* activescan
* stinger
* kill
* cfremo
* bd_rem
Removal instructions:
To remove Win32.Worm.Downadup.Gen please follow the instructions below:* disable System Restore
* unplug network cable from infected machine
* download MS08-67 vulnerability fix, according to your operating system version from the following url: http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx
* run attached removal tool
* restart computer
* plug in your network cable
* update BitDefender virus definitions
* perform BitDefender Full System Scan.
Given the fact that the malware blocks the removal tool by name, simply renaming our previous removal tool to anything else except bd_rem_tool would bypass the blocking algorithm.
ANALYZED BY:
Daniel Radu - Virus Researcher, Mihai Cimpoesu - Virus ResearcherSerie e-gidsen van Bitdefender
De serie e-gidsen van Bitdefender® is een leerinitiatief met het doel de groep van lezers en gebruikers van Bitdefender waardevolle informatie te verschaffen over e-bedreigingen en veiligheidsproblemen binnen de IT&C-wereld, terwijl er ook praktische tips en haalbare oplossingen worden gegeven voor hun online beschermingsbehoeften. De beveiligingsanalisten van Bitdefender® delen hun kennis over voorkomen van malware, identificatie en vernietiging, met nadruk op online privacy en verschillende technologieën, tegenmaatregelen en methoden om cybercrime te voorkomen.
De serie e-gidsen behandelt onderwerpen van online bescherming van kinderen en gezinnen, veilig sociaal netwerken en voorkomen van lekken van gegevens tot het beveiligen van ondernemingsomgevingen. De serie is bedoeld voor een breed publiek van kleine ondernemingen en individuele gebruikers die bezorgd zijn over de veiligheid en integriteit van hun netwerken en systemen. De e-gidsen richten zich ook op de dagelijkse activiteiten van beveiligingsmanagers van IT&C-systemen, systeem- en netwerkbeheerders, ontwikkelaars van beveiligingstechnologie, analisten en onderzoekers.
Gids voor veilig bloggen
Tips en trucjes om uw blog en identiteit veilig te houden

Bloggen is een van de populairste vormen van geschreven uitdrukking op het web, met meer dan 150 miljoen geïndexeerde blogs over de hele wereld. Terwijl regelmatige lezers op zoek zijn naar informatie en artikelen, zijn er cybercrooks die op iets anders uit zijn. Het zoeken van privégegevens en het verkrijgen van goedkope opslagruimte voor hun malwarecampagnes zijn slechts twee van de vele zaken waarvoor ze uw blog willen gebruiken.
Dit materiaal behandelt de richtlijnen voor veilig bloggen en is met name gericht op individuele blogs die zelf worden gehost of worden geleverd als een service van de belangrijkste blogproviders.
Gids voor Beveiliging van Draadloze Netwerken
Tips en trucjes om uw thuisnetwerk te beveiligen tegen indringers

Dit document is bestemd voor computergebruikers die een draadloos thuisnetwerk gebruiken of willen gaan gebruiken. Nu draadloze communicatie een belangrijk deel van ons leven is gaan uitmaken, proberen cybercriminelen elk lek in de beveiliging van de draadloze configuratie uit te buiten om verkeer te onderscheppen of de internetverbinding te gebruiken voor illegale doeleinden.
De volgende gids leert u de beste gewoonten bij het gebruik van onbeveiligde draadloze netwerken, evenals hoe u uw router of toegangspunt thuis correct configureert om te verhinderen dat anderen uw netwerk misbruiken.
Gids voor de bescherming van kinderen online
Hoe kunt u de digitale ervaringen van uw kinderen beveiligen en beschermen

Dit document is bedoeld voor gezinnen, ouders en leerkrachten en het doel ervan is het helpen beveiligen van de digitale activiteiten van kinderen en tieners. In een tijdperk waarin massaproductie en toegankelijkheid tot computers deze apparaten tot gewone artikelen voor gezinnen of huishoudens hebben gemaakt, raken kinderen al op jonge leeftijd bekend met pc's en internet. Ondanks de onmiskenbare voordelen op het gebied van communicatie, kan het www ook een gevaarlijke plek zijn voor kinderen, met e-bedreigingen die direct gericht zijn op hun leeftijdsgroep en hun thuis- of schoolcomputers.
Deze e-gids omvat de belangrijkste risico's en gevaren voor kinderen online, zoals cyberbulling, blootstelling aan ongeschikte inhoud, online verslaving en andere schadelijke online handelingen, terwijl er ook wordt gefocust op onderwerpen als malware, phishing, ID-diefstal en spam waaraan tieners tegenwoordig, evenals andere internetgebruikers, worden blootgesteld. Een gedeelte met veiligheidstips helpt ouders en leerkrachten om deze problemen beter te begrijpen en ermee om te gaan met betrekking tot de kinderen.
Online Veiligheidsgids voor Senior Surfers
Hoe kunt u waardevolle ideeën en bezit beschermen tegen cyberhacking

Dit document is bestemd voor gezinnen en ouderen en het doel ervan is het helpen bij het veilig surfen over het web en het genieten van hun online activiteiten.
Op het eerste gezicht lijkt het alsof ouderen op dezelfde wijze worden blootgesteld aan cybercrime als andere onervaren internetgebruikers, onafhankelijk van hun leeftijd. Zoals deze e-gids echter aantoont zijn er, volgens verschillende gevalsstudies, meerdere risico's en gevaren die zich rechtstreeks op de oudere surfers richten, zoals pensioenoverdracht en misleidende methoden voor belastingbetaling of scams die met inkomen te maken hebben. Er zijn voorbeelden, tips en adviezen bij de gevalsstudies gevoegd en ze verschaffen de lezers nuttige richtlijnen voor hun dagelijkse online routine.
Gids voor het voorkomen van inbreuk gegevens
Hoe kunt u waardevolle ideeën en bezit beschermen tegen cyberhacking

De e-gids is ontworpen om verschillende mogelijke belangrijke punten van zakelijke gegevensbeveiliging te aan te geven, van het belang van de fysieke integriteit van netwerken tot de ingewikkelde mechanismen van cybercrime gericht op de zakelijke wereld (bijv. banker Trojaanse paarden, phishing). Dit materiaal wil ook - hoewel het niet zo gedetailleerd is als een ten volle ontwikkelde technische beschrijving - de kenmerken van de verschillende Bitdefender-oplossingen voor consumenten en bedrijven vergelijken in situaties die mogelijk van pas komen voor IT-beheerders.
Het is nuttig om dit document te raadplegen als u aan het besluiten bent wat de beste beveiliging is voor kleine tot middelgrote netwerken en een stevige basis voor verder vergelijkend onderzoek rondom dit onderwerp.
Witboeken
- Witbook Facebook
- Bitdefender Antivirus Technologie
- B-HAVE, de weg naar succes (.pdf)
- Het medium of het bericht? Omgaan met beeldspam, december 2006,Virus Bulletin
- Beeldspam bestrijden
- Bitdefender NeuNet Antispam Technologie
- Proactive security I body armor against business attacks
- Witboek-Opgetreden bedreigingen bij zakelijke beveiliging
- Beveiliging van de Onbepaalde B-HAVE Proactieve Technologie van Bitdefender voor Verdediging tegen Veelzijdige_Bedreigingen
- E-mail-beveiliging - De eerste strategische verdedigingslijn
- Naamgeving virussen. "Wie is wie?" Dilemma
- Facebook – Nog een kink in de kabel
- Bitdefender Active Virus Control: Proactieve Bescherming tegen Nieuwe en Aankomende Bedreigingen
Bitdefender-rapporten landschap internetbedreigingen
Het doel van dit verslag is het verschaffen van een compleet onderzoek van de wereld van bedreigingen. Bitdefender®' veiligheidsdeskundigen analyseren en onderzoeken de bedreigingen die er elk semester zijn grondig, waarbij ze focussen op zwakke plekken in software en exploits, verschillende soorten malware, evenals op tegenmaatregelen, preventie van cybermisdaden en handhaving van de wet. Het Rapport van de Wereld van e-bedreigingen richt zich voornamelijk op de laatste trends, maar het bevat ook feiten en gegevens over eerder onderzochte periodes, en verscheidene voorspellingen in relatie tot de komende semesters. Dit document is allereerst bedoeld voor IT & Systeem beveiligingsmanagers, Systeem- en Netwerkbeheerders, Veiligheidstechnologie-ontwikkelaars, Analisten en Onderzoekers, maar het richt zich ook op problemen die betrekking hebben op een breder publiek, zoals kleine ondernemingen of individuele gebruikers die bezorgd zijn over de veiligheid en integriteit van hun netwerken en systemen.
H2 2011 Verslag van de wereld van e-bedreigingen - Overzicht
Twintig jaar geleden werd er een revolutionair middel van elektronische communicatie geboren. Het zou zo populair worden bij alle leeftijden en beroepen dat het nog altijd, zelfs tegenwoordig, het meest gebruikte mechanisme voor gegevenscommunicatie is: introductie van de sms - de short messaging service.
Tegenwoordig zijn mobiele telefoons meer dan omvangrijke gadgets die spraak en berichten kunnen overbrengen van het ene punt naar het andere: het zijn toestellen die iedereen wil hebben in een 2.0 Wereld. Ze zijn krachtig en ingewikkeld en hebben hun eigen besturingssystemen en, daaruit voortvloeiend, hun deel van de cyberproblemen. Terwijl de eerste helft van 2011 werd gekenmerkt door zwakke plekken in software en opvallende gegevenslekken, stond in de tweede helft niet alleen een nieuwe soort malware in de schijnwerpers, maar kwam er ook een schandaal van spionage van gebruikers aan het licht dat betrekking had op een reeks telefoonmaatschappijen en de omstreden softwareverkoper CarrierIQ.
De wereld van de malware werd gedomineerd door Trojan.Autorun.Inf en Win32.Worm.Downadup, twee kwaadaardige rivalen die roots hebben in het tijdperk van Windows XP, maar die er in slaagden hun plaats te behouden zelfs al zouden upgrades van het besturingssysteem of het toepassen van patches de veiligheidsproblemen die deze stukjes malware exploiteren hebben opgelost. Aan de top van H2 2011 staan de rivalen Trojan.AutorunInf, Win32.Worm.Downadup, en Exploit.CplLnk.
Gegevenslekken toegeschreven aan de Anonymous gang met de satellite hacking groepen gingen gedurende de tweede helft van 2011 door. De belangrijkste doelen waren onder andere Mitsubishi Heavy Industries, Adidas, RIM, Tiroler Gebietskrankenkasse, Nexon en zelfs de Verenigde Naties. Corporate trusts kwamen ook onder streng kritisch onderzoek, toen het DigiNotar-incident in de 1e helft van 2011 onoplettende gebruikers blootstelde aan een massale phishingaanval die gestolen digitale certificaten die waren aangemaakt voor opvallende instellingen en regeringsinstanties zoals Google, Tor, CIA en de Geheime dienst van Israël, de Mossad, gebruikte.
Sociale netwerken hebben ook een sleutelrol gespeeld in het verspreiden van malware en nepnieuws over de dood van opvallende persoonlijkheden zoals Muammar Gaddafi of Steve Jobs. Van bijzonder belang waren de kwaadaardige campagnes rondom de zogenaamde film van de executie van Gaddafi en de herdenkingsgiften ter ere van de onlangs overleden Steve Jobs.
Download nu de volledige H2 2011 Verslag van de wereld van e-bedreigingen (pdf)
De algemene samenvatting nu downloaden H2 2011 Verslag van de wereld van e-bedreigingen - Algemene samenvatting (pdf)
Archief
2011
Nu downloaden H1 2011 Verslag van de wereld van e-bedreigingen - Algemene samenvatting (pdf)
2010
Nu downloaden H2 2010 Verslag van de wereld van e-bedreigingen - Samenvatting (pdf)
Nu downloaden H2 2010 Verslag van de wereld van e-bedreigingen (pdf)
Nu downloaden H1 2010 Verslag van de wereld van e-bedreigingen - Samenvatting (pdf)
Nu downloaden H1 2010 Verslag van de wereld van e-bedreigingen (pdf)
2009
Nu downloaden H1 2009 Bespreking Malware en Spam Samenvatting (pdf)
Nu downloaden H1 2009 Verslag van de wereld van e-bedreigingen (pdf)
Nu downloaden H2 2009 Bespreking Malware en Spam (pdf)
Nu downloaden H2 2009 Verslag van de wereld van e-bedreigingen - Samenvatting (pdf)
2008
Nu downloaden H1 2008 Verslag van de wereld van e-bedreigingen (pdf)
Nu downloaden H2 2008 Verslag van de wereld van e-bedreigingen (pdf)
Wie vraagt u? Hieronder vindt u een lijst met al onze media-vertegenwoordigers die voor u klaar staan om op al uw mogelijke vragen te antwoorden.
Global PR Manager
