Win32.Worm.Downadup.Gen
( W32.Downadup, W32/Worm.AHGV, Net-Worm.Win32.Kido.bg )| Raspandire : | mare | |
| Dauna : | mediu | |
| Size: | varies | |
| Descoperit : | 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 ResearcherSeria de ghiduri electronice Bitdefender
Seria de ghiduri electronice Bitdefender este o inițiativă de învățare care dorește să ofere comunității de utilizatori și cititori Bitdefender informații valoroase legate de amenințările electronice și probleme de securitate din domeniul IT&C, care oferă în același timp sfaturi practice și soluții viabile pentru nevoile lor de protecție online. Analiștii de securitate Bitdefender își partajează cunoștințele legate de prevenția malware, identificarea și anihilarea malware, cu accent pe confidențialitatea online și diferite tehnologii, măsurile de combatere și metodele de prevenție a infracțiunilor cibernetice.
Prezentarea unor subiecte care variază de la protecția online a copiilor și familiilor, rețelele sociale sigure, prevenirea încălcării securizării datelor și până la securizarea mediilor companiilor, seria ghidurilor electronice este destinată unei game largi de utilizatori din cadrul întreprinderilor mici și utilizatorilor individuali care doresc să asigure securitatea și integritatea propriilor rețele și sisteme. Ghidurile electronice se referă de asemenea la aspecte legate de activitatea zilnică a directorilor de securitate a sistemelor IT&C, a administratorilor de sistem și rețea, a creatorilor de tehnologie de securitate, a analiștilor și cercetătorilor.
Ghid privind un blog sigur
Sfaturi și trucuri despre cum să vă păstrați blog-ul și identitatea dumneavoastră în siguranță

Blogging-ul este unul dintre cele mai populare forme de exprimare în scris pe internet, cu mai mult de 150 de milioane de blog-uri înregistrate în întreaga lume. În timp ce cititorii fideli sunt în căutarea de informații și articole, infractorii cibernetici au un interes diferit față de acestea. Găsirea de informații private și obținerea de spațiu ieftin de stocare pentru campaniile lor malware sunt doar două din multitudinea de utilizări la care aceștia vă pot supune blog-ul.
Acest material se referă la orientările de bază privind siguranța blogging-ul și este axat în special pe blog-urile individuale, care sunt fie auto-găzduite sau furnizate ca un serviciu de către furnizorii importanți de blog-uri.
Ghid de securizare a rețelelor wireless
Sfaturi și trucuri despre cum să vă protejați rețeaua dumneavoastră de acasă de intruși

Acest document este destinat utilizatorilor de calculatoare care au instalat sau au intenția de a instala acasă o rețea wireless. Într-un moment când comunicarea wireless a devenit o parte importantă din viața noastră, infractorii cibernetici încearcă să exploateze orice breșă a securității din configurația wireless, în scopul de a intercepta traficul sau de a folosi conexiunea la internet în scopuri ilegale.
Următorul ghid vă va prezenta cele mai bune practici atunci când utilizați rețele wireless nesecurizate, precum și cum să configurați corect router-ul dumneavoastră de acasă sau punctul de acces, pentru a împiedica alte persoane să folosească în mod abuziv rețeaua dumneavoastră.
Ghidul de protejare a copiilor online
Modalitatea de securizare și protejare a experienței digitale a copiilor dumneavoastră

Prezentul document este destinat familiilor, părinților și profesorilor, scopul acestuia fiind de a contribui la securizarea activităților digitale ale copiilor și adolescenților. Într-o astfel de eră în care producția de masă și accesibilitatea computerelor au transformat aceste dispozitive în echipamente casnice sau de familie obișnuite, copiii se familiarizează cu PC-urile și internetul de la o vârstă foarte fragedă. În ciuda beneficiilor sale evidente legate de comunicare, internetul poate fi de asemenea un loc periculos pentru copiii, amenințările electronice fiind direcționate către grupul de vârstă din care fac parte și computerele acestora de acasă sau de la școală.
Acest ghid electronic se referă la principalele riscuri și amenințări ce vizează copiii online, cum ar fi atacurile din partea celorlalți utilizatori cibernetici, expunerea la conținut inadecvat, dependența de internet și alte acțiuni nocive online, axându-se în același timp pe teme cum ar fi malware, phishing, furtul de identitate și spam, la care sunt expuși adolescenții, la fel ca oricare alți utilizatori de internet. O secțiune dedicată recomandărilor de securitate îi ajută pe părinți și pe profesori să înțeleagă și să facă față mai bine acestor probleme legate de copii.
Ghidul de securitate online pentru utilizatorii de internet în vârstă
Modalitatea de protejare a ideilor și a bunurilor valoroase împotriva hacker-ilor cibernetici

Acest document este destinat familiilor și persoanelor mai în vârstă și scopul său este de a-i ajuta să navigheze pe internet într-o manieră sigură, bucurându-se de activitățile lor online.
La o primă vedere, se pare că persoanele mai în vârstă sunt expuse infracțiunilor cibernetice la fel ca orice alți utilizatori fără experiență ai internetului, indiferent de vârsta acestora. Cu toate acestea, după cum indică acest ghid electronic prin diferite studii de caz, există mai multe riscuri și amenințări care vizează direct utilizatorii de internet mai în vârstă, cum ar fi metodele de plată a pensiei și metodele false de plată a taxelor sau înșelătoriile legate de venituri. Exemplele, recomandările și sfaturile completează studiile de caz și asigură cititorilor linii directoare utile în rutina lor online zilnică.
Ghidul de prevenire a dezvăluirii datelor confidențiale
Modalitatea de protejare a ideilor și a bunurilor valoroase împotriva hacker-ilor cibernetici

Ghidul electronic a fost creat pentru a acoperi diferitele puncte mai sensibile ale securității datelor unei companii, de la integritatea fizică a rețelei și până la mecanismele complicate ale unei infracțiuni cibernetice care are drept țintă o companie (de exemplu, troieni, phishing ce vizează bănci). Acest material are de asemenea scopul de a prezenta, deși nu la fel de detaliat ca o descriere tehnică completă, funcțiile diferitelor soluții Bitdefender destinate clienților persoane fizice și juridice pe baza situațiilor în care aceste funcții pot fi utile administratorilor IT.
Consultarea acestui document poate fi utilă în cadrul procesului de luare a unei decizii optime referitoare la securitatea rețelelor de dimensiuni mici și medii și de stabilire a unei baze solide pentru cercetarea comparativă legată de acest subiect.
Documentație
- Whitepaper Facebook
- Tehnologia Bitdefender Antivirus
- B-HAVE, Drumul către Succes (.pdf)
- Mediul sau mesajul? Luptăm împotriva imaginilor spam, Decembrie 2006,Virus Bulletin
- Combaterea Imaginilor Spam
- Tehnologia Antispam Bitdefender NeuNet
- Proactive security I body armor against business attacks
- White paper-Amenințări Noi pentru Securitatea Companiilor
- Securitate împotriva necunoscutului Tehnologia Proactivă Bitdefender B-HAVE luptă împotriva diverselor amenințări
- Securitatea pentru E-Mail-Prima Linie de Apărare Strategică
- Denumirea virușilor. Dilema "Cine este cine?"
- Facebook – ÃŽncă o breșă în zid
- Tehnologia Bitdefender Active Virus Control: Protecție Proactivă Împotriva Amenințărilor Noi și Complexe
Rapoartele Bitdefender cu privire la peisajul amenințărilor cibernetice
Scopul acestui raport este de a furniza o investigaÈ›ie completă a peisajului amenințărilor. ExperÈ›ii în securitate Bitdefender® analizează cu foarte mare atenÈ›ie pericolele fiecărui semestru, punând accentul pe punctele vulnerabile È™i care pot fi exploatate ale software-ului, pe diferitele tipuri de malware, preum È™i pe contramăsuri, prevenirea atacurilor cibernetice È™i respectarea legii. Raportul peisajului amenințărilor cibernetice se concentrează în principal asupra celor mai noi trenduri, dar conÈ›ine, de asemenea, fapte È™i date cu privire la perioadele investigate anterior, precum È™i predicÈ›ii referitoare la semestrele care urmează. Acest document este adresat, n primul rând managerilor sistemelor de securitate IT&C, administratorilor de sistem È™i de reÈ›ea, dezvoltatorilor de tehnologie de securitate, analiÈ™tilor È™i cercetătorilor, dar se adresează, de asemenea, unei audienÈ›e mai largi, care cuprinde organizaÈ›ii mici È™i utilizatori individuali care sunt preocupaÈ›i de siguranÈ›a È™i integritate reÈ›elelor È™i sistemelor personale.
Raportul peisajului amenințărilor cibernetice H2 2011 (pdf)
Twenty years ago, a revolutionary means of electronic communication was born. It would become so popular with all ages and professions that it is still the most used data communication mechanism even today: introducing the SMS – the short message service.
Today, mobile phones are more than bulky gadgets that can move voice and messages from one point to another: they are must-have gear in a World 2.0 – so powerful and so complex, running their own operating systems and, consequently, facing their share of cyber-trouble. While the first six months of 2011 were marked by software vulnerabilities and high-profile data breaches, the second half cast the spotlight on not only a new family of malware, but also uncovered a user espionage scandal that apparently involved an array of mobile phone carriers and the controversial software vendor CarrierIQ.
Peisajul amenințărilor malware a fost dominat de Trojan.Autorun.Inf și Win32.Worm.Downadup, doi rivali periculoși, care își au rădăcinile în era Windows XP, dar au reușit să-și mențină locul în clasament în ciuda îmbunătățirilor aduse sistemelor de operare sau a aplicării pachetelor care ar trebui să rezolve problemele de securitate exploatate de aceste programe malware. Concurenții de top pentru H2 2011 sunt Trojan.AutorunInf, Win32.Worm.Downadup și Exploit.CplLnk.
Data breaches attributed to the Anonymous gang and its satellite hacking groups continued throughout the second half of 2011. Among the most important targets were Mitsubishi Heavy Industries, Adidas, RIM, Tiroler Gebietskrankenkasse, Nexon and even the United Nations. Corporate trust also came under close scrutiny, as the DigiNotar incident in H1 2011 exposed unwary users to a massive phishing attack that used stolen digital certificates generated for high-profile institutions and government agencies such as Google, Tor, CIA and Israel’s Secret Service, the Mossad.
Social networks have also played a key role in disseminating malware and spreading fake news about the deaths of high-profile personalities such as Muammar Gaddafi or Steve Jobs. Of particular importance were the malicious campaigns built around the alleged movie of Gaddafi’s execution and the commemorative giveaway in honor of the late Steve Jobs.
Descărcați acum Raportul peisajului amenințărilor cibernetice H2 2011 (pdf)
Download now the executive summary Raportul peisajului amenințărilor cibernetice H2 2011 - Rezumat executiv (pdf)
Arhivă
2011
Descărcați acum Raportul peisajului amenințărilor cibernetice H1 2011 - Rezumat executiv (pdf)
2010
Descărcați acum Raportul peisajului amenințărilor cibernetice H2 2010 - Rezumat executiv (pdf)
Descărcați acum Raportul peisajului amenințărilor cibernetice H2 2010 (pdf)
Descărcați acum Raportul peisajului amenințărilor cibernetice H1 2010 - Rezumat executiv (pdf)
Descărcați acum Raportul peisajului amenințărilor cibernetice H1 2010 (pdf)
2009
Descărcați acum Sumarul analizei executive referitor la malware și mesaje spam H1 2009 (pdf)
Descărcați acum Raportul peisajului amenințărilor cibernetice H1 2009 (pdf)
Descărcați acum Analiza programelor malware și mesajelor de tip spam H2 2009 (pdf)
Descărcați acum Raportul peisajului amenințărilor cibernetice H2 2009 - Rezumat executiv (pdf)
2008
Descărcați acum Raportul peisajului amenințărilor cibernetice H1 2008 (pdf)
Descărcați acum Raportul peisajului amenințărilor cibernetice H2 2008 (pdf)
La cine puteți apela? Mai jos vă este prezentată o listă cu toți reprezentanții noștri media care sunt gata să vă răspundă la întrebări.
Manager Global Relații Publice
