Thursday, February 17, 2011

WatchGuard Breaks Revenue Records

Record Fourth Quarter Attributed to Global Demand for WatchGuard Security Solutions



SEATTLE, Jan. 31, 2011 /PRNewswire/ -- Privately-held WatchGuard® Technologies, a global leader of business security solutions, today announced that it attained a record-breaking 2010 fourth quarter for revenue.  This quarter stands out as the top-grossing quarter ever earned in the company's history.  Additionally, the company notes double-digit sequential growth from Q4 over Q3, and that 2010 marked another year of consecutive annual growth since going private in 2006.





"WatchGuard is the leading security solutions provider for SMB and mid-market enterprises," said Joe Wang, CEO, WatchGuard Technologies.  "Today's businesses all have a common need – having affordable and effective security solutions stop a myriad of threats, such as spam, viruses, malware, spyware, as well as protect against rogue applications, hackers and identity thieves.  As evidenced by the company's aggressive growth, WatchGuard continues to innovate and offer businesses with unbeatable network, application and data protection."  





Record-breaking WatchGuard Revenue Growth Seen Worldwide





For this calendar quarter ending December 31, 2010, WatchGuard broke all historic quarterly revenue records due to numerous countries around the world achieving significant, top-line revenue growth.  Growth for WatchGuard security solutions was broad-based across all regions.  The following markets achieved notable Q4 year-over-year growth:





  • China – 176.3 percent
  • India – 82.3 percent
  • Japan – 26.4 percent
  • Southern Europe – 21.3 percent
  • Canada – 19.4 percent
  • Latin America – 18.2 percent
  • Hong Kong/Taiwan – 18.2 percent






As well, global revenue for WatchGuard grew 18 percent sequentially over Q3, 2010, indicating accelerated growth moving into 2011.





Several factors contributed to WatchGuard's record growth.  First, WatchGuard notes an increase overall among SMB purchases, as well as substantially improved demand from mid-market and enterprise organizations.  This indicates broader industry adoption in favor of multifunction security appliances and a shift away from single purpose appliances.  





Second, WatchGuard notes a substantial increase of add-on services purchased along with WatchGuard XTM appliances.  Since 2006, the attach rate of adding multiple security services on individual WatchGuard appliances continues to dramatically increase.  This trend further supports the view that more businesses are consolidating security functions into one, easy to manage and lower total cost of ownership security appliance from WatchGuard.  





Currently, WatchGuard offers seven add on security services for XTM appliances, including: Application Control, WebBlocker, Gateway Antivirus, Reputation Enabled Defense, spamBlocker, Intrusion Prevention and LiveSecurity.  These services can be purchased as a bundle or individually to best meet customer needs.





Lastly, emerging markets in Asia Pacific, Latin America, Europe, Africa and the Middle East showed strong demand for WatchGuard's next generation security solutions.  This corresponds with recent emerging market growth trends.





Wang concludes, "Businesses today face unprecedented challenges in keeping data safe; no longer is a traditional firewall capable at protecting critical business assets.  With WatchGuard, businesses gain an evolving security platform that scales with their growth.  WatchGuard XTM and XCS appliances are dynamically designed to stop today's threats as well as tomorrow's next-generation attacks."





About WatchGuard Technologies, Inc.





Since 1996, WatchGuard® Technologies, Inc. has been the advanced technology leader of business security solutions, providing mission-critical protection to hundreds of thousands of businesses worldwide.  The WatchGuard family of wired and wireless unified threat management appliances, messaging, content security and SSL VPN remote access solutions provide extensible network, application and data protection, as well as unparalleled network visibility, management and control.  WatchGuard products are backed by WatchGuard LiveSecurity® Service, an innovative support, maintenance, and education program.  WatchGuard is headquartered in Seattle and has offices serving North America, Europe, Asia Pacific, and Latin America. To learn more, visit http://www.watchguard.com/.





WatchGuard is a registered trademark of WatchGuard Technologies, Inc.  All other marks are property of their respective owners.


Contacts:


Chris McKie


WatchGuard Technologies


206-613-3760


chris.mckie@watchguard.com


Jimme Peters



24/7 Consulting


503-289-5354


jimme@24-7consulting.com










SOURCE WatchGuard Technologies, Inc.

Revealing network threats, fears


How to use ANSI/ISA-99 standards to improve control system security











FAST FORWARD




  • RISI data shows security problems arise from three common sources: proliferation of “soft” targets, multiple points of entry, and poor network segmentation.


  • ISA-99 introduces the concepts of “zones” and “conduits” as a way to segment and isolate the various sub-systems in a control system.



  • “Defense in depth” is multiple layers of defense distributed throughout the control network.




By Eric Byres











Anyone integrating automation technologies these days is well aware of the pressure on the operators of industrial plants to increase productivity, reduce costs, and share information in real time across multiple industrial and enterprise systems. Adding to these business pressures is the growing fear of cyber attack as the world has become aware that the Stuxnet worm was specifically designed to disrupt an industrial process. Operators and engineers are under pressure to isolate automation systems at the same time as management is asking for greater interconnectedness.




This article explains how the ANSI/ISA-99 security standards provide a framework for helping deal with network security threats that arise from the “push for productivity” and the fear of the next “Son-of-Stuxnet” worm.



1. Why the “push for productivity” has degraded control network security



As corporate networks have converged with industrial networks, there have been many integration projects where proprietary networks or equipment were replaced with TCP/IP networks and commercial-off-the-shelf equipment. This shift in technology has greatly increased the complexity and “interconnectedness” of control systems. As a result, they now have many of the same vulnerabilities that have plagued enterprise networks. In addition, the controllers in these networks are now subjected to new threat sources that they were never designed to handle.



The result has been a significant increase in the number of plant disruptions and shutdowns due to cybersecurity issues in the control networks at industrial facilities.




The Repository for Industrial Security Incidents (RISI—www.securityincidents.org) is the world’s largest database of security incidents in control and SCADA systems. An analysis of the data from 1982 to 2009 found the type of incidents breaks down as follows:




  • 76% of incidents were accidental in nature


  • 24% of incidents were due to malware



In our study of the incidents in the RISI database, we see problems arising from three common sources:




a. Proliferation of “soft” targets: Control systems devices were designed with a primary focus on high-performance real-time I/O, not robust networking. Many devices will crash if they receive malformed network traffic or even high loads of correctly formed data. Also, Windows PCs in these networks often run for months at a time without security patches or antivirus updates and are susceptible to even outdated malware.



b. Multiple points of entry: Even without a direct connection to the Internet, control systems are accessed by numerous means, including:




  • Remote maintenance/diagnostics connections


  • Shared historian and Manufacturing Execution Systems (MES) servers



  • Serial connections


  • Wireless systems


  • Mobile laptops



  • USB devices



These pathways can be exploited by malware and other disruptive elements.



c. Poor network segmentation: Control networks are now more complex than ever before, consisting of hundreds or even thousands of individual devices. Unfortunately, the design of many of these networks has remained “flat” with virtually no segmentation. As a result, problems that originate in one part of the network can quickly spread to other areas.



Mitigations




There is limited opportunity for control system engineers to address the first source in the short term. Most plant operators are dependent on their equipment vendors to secure the controllers and software that they use. With the competitive pressure that most companies face to improve productivity and access to the systems and data in their plants, it is unlikely they will be able to significantly reduce the number of internal and external pathways into their plants. However, operators can implement good network segmentation, and we address this topic in this article.



2. The fear of “Stuxnet 2” and its impact on industrial control project priorities



2010 was a watershed year for industrial cybersecurity because of the identification of the Stuxnet worm and the wake-up call it has created for operators of all industrial facilities. Stuxnet has given a clear warning: Secure your control and automation systems, or the reliability and safety of your entire operation is at risk.



For those of you who have not closely followed the Stuxnet story:





  • The Stuxnet worm was discovered in June 2010 by a Belarus-based company doing business in Iran.


  • It is a very advanced computer worm that took many man-years to create. It was designed to jump from computer to computer using human and network pathways until it found the specific, well-protected control system it was designed to destroy (most likely Iran’s nuclear enrichment program).


  • Once it penetrated the facilities in Iran, Stuxnet targeted Siemens programmable logic controllers (PLCs) and human machine interfaces (HMIs). From there, it modified commands and data going to the frequency converters that regulate the speed at which centrifuges spin to enrich nuclear fuel. The worm made the centrifuges turn very quickly so they were damaged, but not destroyed. The worm also masked the changes in speed or PLC logic from being discovered at the operator’s control panel.


  • At its height, Stuxnet infected an estimated 100,000 computers and 50 to 60 industrial control systems around the world.




Most facilities will not be subject to an attack as sophisticated as Stuxnet. However, the worm’s existence has paved the way for future industrial control system attacks and abolished the concept that “security by obscurity” protects automation systems. As well, the detailed and public analysis of Stuxnet’s design has become an “instruction manual” for future worm developers, showing them how to attack other industrial systems.



3. ISA-99 standards and solutions that work on the plant floor



To reduce cybersecurity issues in control networks, either due to technology convergence or for “Son-of-Stuxnet” protection, well-designed network segmentation is critical. This topic is addressed as part of the ANSI/ISA-99 Standards: Security for Industrial Automation and Control Systems.



ANSI/ISA-99 is a complete security life-cycle program, with best practices for developing and deploying policy and technology solutions to address security issues in control systems. In this article, however, we will focus on one aspect of the standard—containing communication in control sub-systems to avoid having security issues in one area migrate to another area.




ISA-99 introduces the concepts of “zones” and “conduits” as a way to segment and isolate the various sub-systems in a control system. A zone is defined as a grouping of logical or physical assets that share common security requirements based on factors such as criticality and consequence. Equipment in a zone has a security level capability. If that capability level is not equal to or higher than the requirement level, then extra security measures, such as implementing additional technology or policies, must be taken.



Any communications between zones must be via a defined conduit. Conduits control access to zones, resist Denial of Service attacks or the transfer of malware, shield other network systems, and protect the integrity and confidentiality of network traffic. Typically, the controls on a conduit are intended to mitigate the difference between a zone’s security level capability and its security requirements. Focusing on conduit mitigations is typically far more cost effective than having to upgrade every device or computer in a zone to meet a requirement.





Zone and conduit design starts with the facility being analyzed to identify groups of devices that have common functionality and common security requirements; these groups are the “zones” of equipment that require protection. For example, a facility might first be divided into operational areas, such as materials storage, processing, finishing, etc. Then within these areas, it could be further divided into functional layers, such as MES, Supervisory Systems (i.e., operator HMIs), primary control systems (i.e., PLCs), and safety systems. Often, the models from other standards such as ANSI/ISA-95.00.01-2000 or the Purdue manufacturing model are used as a basis for this division.



The next step is to discover the pathways in the network through which data is passed between these zones; these are the network “conduits.” Industrial firewalls can be installed in these conduits and configured to pass only the minimum traffic that is required for correct plant operation, blocking all other unnecessary traffic.




Good network design would also suggest the firewalls should implement some kind of alarm reporting mechanism to alert operations or security personnel any time that abnormal behavior (i.e., blocked traffic) is observed in the network.



This approach implements a strategy of “defense in depth”—multiple layers of defense distributed throughout the control network—which has been proven in the IT community to be a strategy that works well.



Consider how a network protected in this manner would respond to threats such as a traffic storm created by a device failure or a “Son-of-Stuxnet” virus. The impact would be limited by the firewalls to the specific zone in which the problem occurred, and the alarm messages from the firewalls would pinpoint the zone and even the source device where the problem originated.



A real-world example




An example from a real customer application shows how an ISA-99 “zones and conduits” analysis was performed in a refinery to analyze the potential threat sources and develop a plan to protect the plant. A high-level network diagram of the refinery is shown in Figure 2.



For simplicity, only two refinery operations areas (Op #1 and Op #2) are shown, but in real life, there were multiple operations. Each operation has its own basic control, safety, and HMI/supervisory systems. These systems connect to a common Process Information Network, where Historian and MES servers are accessible from the Enterprise and control networks. In addition, wireless sensors are being deployed throughout Op #2, and a Remote Access gateway is provided to permit remote maintenance on plant systems by the control system engineers.



The first step was to identify the “zones” of devices with common functionality and common security requirements. The next step was to identify all the conduits that exist in the plant network. The result of this analysis is shown in Figure 3.



Following this analysis, the potential threat sources and consequences of an attack were identified and reviewed with the plant engineers. Through this analysis, it was evident the safety integrated system in each operational unit should be located in its own zone. To ensure continued safe plant operation, it was vital that the safety system could not be compromised from the plant control network. These were the first zones to be protected with “plug and protect” security appliances.






4. Implementing ISA-99 zones and conduits with industrial security appliances



Some industrial security appliances are engineered specifically to support a “defense in depth” strategy in control networks. These are the ideal platform on which to base an ANSI/ISA-99 zones and conduits deployment.



On start-up, any industrial security appliance should be “plug and protect” ready. That is, as shipped from the factory, it transparently bridges all traffic between its Ethernet ports, so it can be installed in the control network without any changes to the design or IP addressing of the network. Some industrial security appliances can be fine-tuned for a particular purpose by installing firmware modules that implement security features, such as firewall, asset management, VPN, and content inspection of particular protocols, such as Modbus or OPC.





In an ANSI/ISA-99 zones and conduits deployment, industrial security appliances would be installed in each conduit that was identified in the network. Once this is done, a firewall module can be activated in each appliance to provide the capability to filter all traffic passing through that conduit. The firewall makes it simple to build intrinsically secure networks because it automatically blocks and reports any traffic for which there is no “allow” rule. The control system engineer need only configure firewall rules that specify which devices in the network will be allowed to communicate through the conduit and what protocols they may use, and the industrial security appliance will block any other traffic not matching these rules.




Testing the system



Ideally, the industrial security appliance’s configuration tools are designed specifically to match the needs and capabilities of the control engineer. Such tools make it very easy not only to configure firewall rules, but also to test them before they are actually implemented.



For example, there should be a “Test” mode that transparently bridges all traffic through the device, but reports any traffic that would have been blocked if the firewall rules had been active. This permits the control engineer to interactively edit and test the rules in the network using real network traffic, but with no risk of accidentally shutting down the plant. When no more “blocked traffic” alarms are generated by the device, the engineer can have a high level of confidence that the firewall rules are correct and complete, and that it will be safe to switch the security appliance to “Operational” mode where the firewall rules will be enforced.



Typical control networks will have multiple conduits distributed over many locations in a plant. Preferably the multiple industrial security appliances can be managed from a single management console application.




Summary



New network and PC-based technologies introduced into control systems have provided tremendous improvements in plant performance and productivity. In 2010, the Stuxnet malware showed us sophisticated viruses targeted at industrial processes exist and are likely to be more common in the future. The impact of these two trends will be to increase the urgency and thus project priorities for cybersecurity initiatives that improve control network security and reliability.



The ANSI/ISA-99 standards provide a framework for companies to achieve and maintain security improvements through a life cycle that integrates design, implementation, monitoring, and continuous improvement. System integrators and control engineers who become proficient with segmenting control networks for zones and conduits, and who gain expertise with appropriate industrial security solutions, will be able to mitigate cybersecurity threats that arise from the “push for productivity” and “Son-of-Stuxnet” malware.



ABOUT THE AUTHOR


Eric Byres, ISA Fellow, is a security expert and CTO of Byres Security. His e-mail is eric@byressecurity.com. Byres is heading an ISA committee that will conduct a gap analysis of the current ANSI/ISA-99 standards to see if companies following this standard would have been protected from Stuxnet.











Resources




Friday, October 1, 2010

DjVu

Introdoction
Over 90 percent of the information in the world is still on paper. Many of those paper documents include color graphics and/or photographs that represent significant invested value. And almost none of that rich content is on the Internet.

That's because scanning such documents and getting them onto a Web site has been problematic at best. At the high resolution necessary to ensure the readability of the text and to preserve the quality of the images, file sizes become far too bulky for acceptable download speed. Reducing resolution to achieve satisfactory download speed means forfeiting quality and legibility. Conventional web formats such as JPEG, GIF, and PNG produce prohibitively large image files at decent resolution. As a result, Web site content developers have been largely unable to leverage existing printed materials.

# What is DjVu?
DjVu (pronounced "déjà vu") is a new image compression technology developed since 1996 at AT&T Labs to solve precisely that problem. DjVu allows the distribution on the Internet of very high resolution images of scanned documents, digital documents, and photographs. DjVu allows content developers to scan high-resolution color pages of books, magazines, catalogs, manuals, newspapers,historical or ancient documents, and make them available on the Web.

Information that was previously trapped in hard copy form can now be made available to wide audience.

Benefits... and Opportunities
Research institutions, libraries, and government agencies can give access to their archives. Companies can distribute internal documents on their intranets.

The developing and distribution of DjVu technology is now handled by Caminova Inc..

DjVu is an open standard. The file format specification, as well as an open source implementations of the decoder (and part of the encoder) are available.

The Next Generation Compression Technologies
DjVu typically achieves compression ratios about 5 to 10 times better than existing methods such as JPEG and GIF for color documents, and 3 to 8 times than TIFF for black and white documents.

Scanned pages at 300 DPI in full color can be compressed down to 30 to 100KB files from 25MB.. Black-and-white pages at 300 DPI typically occupy 5 to 30KB when compressed.

This puts the size of high-quality scanned pages within the realm of an average HTML page (which is typically around 50KB).

For color document images that contain both text and pictures, DjVu files are typically 5 to 10 times smaller than JPEG at similar quality. For black-and-white pages, DjVu files are typically 10 to 20 times smaller than JPEG and five times smaller than GIF. DjVu files are also about 3 to 8 times smaller than black and white PDF files produced from scanned documents (scanned documents in color are impractical in PDF).

In addition to scanned documents, DjVu can also be applied to documents produced electronically in formats such as Adobe's PostScript or PDF. In that case, the file sizes are between 15 to 20KB per page at 300 DPI.

The DjVu plug-in is available for standard Web browsers on various platforms. The DjVu plug-in allows for easy panning and zooming of document images. A unique on the fly decompression technology allows images that normally require 25MB of RAM to be decompressed to require only 2MB of RAM.

Conventional image viewing software decompresses images in their entirety before displaying them. This is impractical for high-resolution document images since they typically go beyond the memory capacity of many PCs, causing excessive disk swapping. DjVu, on the other hand, never decompresses the entire image, but instead keeps the image in memory in a compact form, and decompresses the piece displayed on the screen in real time as the user views the image. Images as large as 2,500 pixels by 3,300 pixels (a standard page image at 300 DPI) can be downloaded and displayed on very low-end PCs.

The DjVu format is progressive. Users get an initial version of the page very quickly, and the visual quality of the page progressively improves as more bits arrive. For example, the text of a typical magazine page would appear in just three seconds over a 56Kbps modem connection. In another second or two, the first versions of the pictures and backgrounds will appear. Then, after a few more seconds, the final full-quality version of the page is completed.

One of the main technologies behind DjVu is the ability to separate an image into a background layer (i.e., paper texture and pictures) and foreground layer (text and line drawings). Traditional image compression techniques are fine for simple photographs, but they drastically degrade sharp color transitions between adjacent highly contrasted areas - which is why they render type so poorly. By separating the text from the backgrounds, DjVu can keep the text at high resolution (thereby preserving the sharp edges and maximizing legibility), while at the same time compressing the backgrounds and pictures at lower resolution with a wavelet-based compression technique. DjVu is used by many commercial and non-commercial web sites on the Web today.

Software Downloads



Djvu Browser Plug-ins and Desktop Viewers



Old (but useful) DjVu software for Windows


Software Downloads



Djvu Browser Plug-ins and Desktop Viewers



Old (but useful) DjVu software for Windows



  • DjVu Solo 3.1 (exe, 2.1 Mb)

  • DjVuVersion Command Line Utility (zip, 20 Kb)


  • DjVu ActiveX Control for Microsoft Office 2000 (exe, 1.5 Mb)
  • Saturday, September 25, 2010

    Cfosspeed: Internet Acceleration via Traffic Shaping






    What is cFosSpeed?
    cFosSpeed is a network driver, which attaches itself to existing Internet connections. It then optimizes data transfer by means of Traffic Shaping.Traffic Shaping is a method for optimizing the Internet traffic. It allows maximum speed while ensuring minimal Ping.You can use cFosSpeed with a router and/or a DSL-modem or cable-modem. You can also use cFosSpeed with other types of Internet access, ie. whenever you already have an existing Internet connection.cFosSpeed supports a wide variety of connections, like DSL, cable, ISDN, UMTS, etc.


    cFosSpeed has two goals
    1. Keep network delays (ping times) small, in order to make Internet applications as responsive as possible.
    2. Improve data throughput by avoiding network congestions.
    You can use cFosSpeed with an Internet connection you use exclusively or which you share with several PCs.

    System requirements:
    * Windows XP / Windows Vista / Windows 7, but also Windows 2000
    * 32bit / 64bit (x64)
    * existing Internet connection

    What's new?
    cFosSpeed 6.02 build 1722 -- 22-Sep-2010
    + Changed the routing detection. This should make the "redetect routes"
    option obsolete and help automatically find the Traffic Shaping route,
    even if other programs don't report their route changes correctly.
    Thanks to Armor Darks for the advice.

    x Fixes for IE 9 beta in the dialog scripts.
    x Some improvements for skins.

    (NEW Final)cFosSpeed 6.02 Build 1722 Final
    cFosSpeed 6.02 Build 1722
    cfosspeed-x64-v602-Build 1722

    (NEW BETA)cFosSpeed 6.03 build 1740
    cfosspeed-v603-build1740
    cfosspeed-x64-v603-build1740

    Super Maho Pack Ultimate















    Super Maho Pack Ultimate




    Cursor
    Working In Background
    Busy


    Icon
    Folder (for Mac)
    Folder (for Windows)
    Maho Doang (for Mac)
    Maho Doang (for Windows)


    PowerPoint
    97-2003
    2007


    Animation Graphics
    GIF
    APNG


    Wallpaper

    Maho Planet
    Big Maho
    Maho Bliss (standalone download)
    Maho Bliss Night (standalone download)
    City Scape with Maho Planet (standalone download)

    Download Super Maho Pack Ultimate(RAR Archive)
    Download Super Maho Pack Ultimate(Installer)

    source:http://kask.us/2356836

    PCMAV 4.0 Update Build3

    PCMAV 4.0 Update Build3

    To eradicate this virus or another virus variant, PCMAV 4.0 Update Build3 been present with the addition of 25 new virus variant identification. For those users PCMAV 4.0, it is strongly recommended to update immediately, so that you PCMAV can recognize and eradicate the virus more.

    To obtain and use PCMAV update, you simply run PCMAV.exe, the computer must be actively connected to the Internet (non-proxy). Automatic Updates feature from PCMAV will automatically download and update the database of PCMAV.

    But for those who want to update the files manually, you can download the file through some of these links:

    SendSpace.com

    ZippyShare.com (mirror)

    Rapidshare.com (mirror)

    Extract and replace file update.vdb to folder /vdb

    New Lists Viruses in PCMAV 4 Update Build 3 :

    Angelo.F
    Astig
    Astig.txt
    Avt-Net.B
    Bird
    Blind.vbs
    CacingKita
    Cetix.F
    Cetix.F.tmp
    EmptyCode.vbs
    EmptyCode.vbs.inf
    Fandi.C.vbs
    Fandi.C.vbs.inf
    Fandi.vbs.A
    Fandi.vbs.A.cmd
    Fandi.vbs.A.inf
    Fandi.vbs.A.ini
    Fandi.vbs.A.msg.A
    Fandi.vbs.A.msg.B
    Fandi.vbs.A.msg.C
    Fandi.vbs.A.msg.D
    Fandi.vbs.B
    Fandi.vbs.B.inf
    Fandi.vbs.B.msg.A
    Fandi.vbs.B.msg.B
    Fandi.vbs.B.msg.C
    Fandi.vbs.B.msg.D
    FDShield.B
    FDShield.B.exe
    FDShield.B.job
    FlyFF
    FlyFF.bat
    FlyFF.exe
    FlyFF.inf
    Formalin.F
    Freedom.vbs.C
    Gabest
    Gabest.inf
    Gabest.vbs
    Gasak.D
    Genin.vbs.A
    Genin.vbs.A.inf
    Genin.vbs.B
    Getrawen.D
    Gondronk.vbs.A
    Gondronk.vbs.B
    Gondronk.vbs.inf
    GPX.vbs
    GPX.vbs.inf
    Item
    Jusched.B
    Jusched.C
    Khetex
    Khetex.dll
    Khetex.exe
    KlampokChild.A
    KlampokChild.B
    Kubernesis
    Kubernesis.inf
    KwanyarsChild
    LoveStory.D
    Lucu.E
    Lucu.E.bat
    Lucu.E.htm
    Lucu.E.lnk.A
    Lucu.E.lnk.B
    Lucu.E.reg.A
    Lucu.E.reg.B
    Lucu.E.reg.C
    Malingsi.V
    Malingsi.W
    Multimedia
    Multimedia.inf
    Multimedia.lnk.A
    Multimedia.lnk.B
    MyLovely
    MyPCMD
    Nita-Hume.vbs
    Nita-Hume.vbs.inf
    Parents.B
    Pemanggil-Arwah.vbs
    Pemanggil-Arwah.vbs.html
    Pemanggil-Arwah.vbs.inf
    Pemanggil-Arwah.vbs.msg
    Pemanggil-Arwah.vbs.txt
    Random8.B
    Random8.C
    Random8.C.lnk
    Random8.D
    Random8.D.lnk
    Random8.Dropper
    Random8.E
    Random8.F
    Random8.G
    Random8.G.dll
    Random8.H
    Random8.I
    Random8.J
    Random8.K
    Random8.L
    Random8.M
    Random8.N
    Random8.O
    Random8-1
    Random8-2
    Random8-3
    Serviks.B
    Serviks.B.doc
    Serviks.B.htm
    Serviks.B.inf
    Serviks.B.ocx
    Serviks.B.txt
    Serviks.vbs.B
    Serviks.vbs.B.doc
    Serviks.vbs.B.inf
    Serviks.vbs.B.lnk
    Serviks.vbs.B.tmp
    SetRun
    SetRun.ico
    Shemale.vbs.A
    Shemale.vbs.A.dll
    Shemale.vbs.A.dls
    Shemale.vbs.A.html
    Shemale.vbs.A.inf
    Shemale.vbs.A.lnk
    Shemale.vbs.A.mht
    Shemale.vbs.A.tmp
    Sistem
    Sistem.inf
    SJIT
    SJIT.inf
    SlowButSure.vbs.H
    Stuxnet
    Stuxnet.sys.A
    Stuxnet.sys.B
    Tanglinko
    Tanglinko.sys
    ThisLove
    ThisLove.txt
    TQ.vbs.B
    Wayang-Pandawa.E

    Wednesday, September 15, 2010

    PCMAV 4.0 Ragnarok2 (Updated)

    download Download PC Media Antivirus (PCMAV) 4 Ragnarok2 here:

    Download PC Media Antivirus (PCMAV) 4 Ragnarok2 from indowebster.com


    What is NEW PCMAV 4 Ragnarok2 :
    a. RTP (RealTime Protector): Now comes integrated with Cleaner
    making it easier to Cure / Delete / Quarantine when
    virus was detected. This latest generation of RTP has been fully compatible
    and runs stable on Windows XP, Vista, 7 32-bit. Intercept
    against files that are infected or suspected of being malware increasingly
    Powerful & real-time with the use of low technology level hooking
    system.

    b. Block Program on the USB / Card: USB flash disk / card is generally used
    as a medium of data exchange, but not infrequently infiltrated by malware
    in the form of executable code. For those of you who do not want
    cheated active malware from USB flash disk / card (as in
    office environment), can activate the option On Block Program
    USB / Card on PCMAV menu in the system tray.

    c. For CatchCrypted EXE / VBS: The program is generally reliable commercial
    do not use the packer. Conversely, many malware camouflage themselves
    technique with encryption / compression using a specific packer in order not to
    easily dismantled. PCMAV can recognize and intercept the files with
    these criteria (which is often suspicious), by activating
    For EXE CatchCrypted choices and / or CatchCrypted For VBS on the menu
    PCMAV in the system tray.

    d. Exception: If you have a folder / file that is believed to be virus free
    and is not a malware, you can instruct PCMAV for
    missed files from the scan. To use it,
    You need to write down the folder / file into the file exception.txt
    located in the same folder with PCMAV.exe. Sample content
    "C:\New Folder\file.exe" (without quotes) means giving
    exceptions / exemptions to the file named file.exe located at
    folder C:\New Folder. Another example, "C:\ backups\" (without quotes)
    means providing exceptions to the entire file on
    folder C:\backup. Exception.txt protection by enabling the option
    Lock PCMAV Exception.txt on the menu in the system tray.

    e. Supports Proxy: There are times when you need an Internet connection
    use automatic update for PCMAV, PCMAV support
    use of the Internet through a proxy that is widely used in environmental
    office / institution. Can you type the proxy configuration file
    proxy.txt with the format: IP | Port | Username | Password.

    f. Scan Archives: Malware hidden in compressed ZIP / RAR also
    can be detected by PCMAV, by selecting the option Scan Options - Scan
    PCMAV archives on the main window. Default this option is off.
    Please note, the use of this option will slow down the process
    detection.

    g. Context Menu: Menu "Scan with PCMAV" that appear when click
    right folders / files in Windows Explorer also improvised so
    You can perform scans on one or more folders at once,
    by highlighting the folder / file you want, right click and select
    "Scan with PCMAV". Context menu appears during the active PCMAV
    system tray.

    h. Updated! Added a database identifier and cleaning virus 31 local /
    foreign / new variant of the reported spread in Indonesia. Total 3394
    virus and its variants.

    i. ADDED! Removal special engine to clean thoroughly variant
    Amis and FaLoNgel virus. And variants of the virus detection engine RunOnce
    widespread in Indonesia.

    j. Improved! Changes name to follow a new variant viruses were found.

    k. Improved! Some minor bug fixes and improvements of internal code
    to ensure that antivirus PCMAV remain the pride of Indonesia.

    UPDATE BUILD 2:

    SendSpace.com


    ZippyShare.com (mirror)


    Rapidshare.com (mirror)



    Extract and replace file update.vdb to folder /vdb

    New Lists Viruses in PCMAV 4 Update Build 2 :
    Angelo.F
    Astig
    Astig.txt
    Avt-Net.B
    Blind.vbs
    CacingKita
    Cetix.F
    Cetix.F.tmp
    EmptyCode.vbs
    EmptyCode.vbs.inf
    Fandi.C.vbs
    Fandi.C.vbs.inf
    Fandi.vbs.A
    Fandi.vbs.A.cmd
    Fandi.vbs.A.inf
    Fandi.vbs.A.ini
    Fandi.vbs.A.msg.A
    Fandi.vbs.A.msg.B
    Fandi.vbs.A.msg.C
    Fandi.vbs.A.msg.D
    Fandi.vbs.B
    Fandi.vbs.B.inf
    Fandi.vbs.B.msg.A
    Fandi.vbs.B.msg.B
    Fandi.vbs.B.msg.C
    Fandi.vbs.B.msg.D
    FDShield.B
    FDShield.B.exe
    FDShield.B.job
    FlyFF
    FlyFF.bat
    FlyFF.exe
    FlyFF.inf
    Formalin.F
    Freedom.vbs.C
    Gabest
    Gabest.inf
    Gabest.vbs
    Gasak.D
    Genin.vbs.A
    Genin.vbs.A.inf
    Genin.vbs.B
    Getrawen.D
    GPX.vbs
    GPX.vbs.inf
    KlampokChild.A
    KlampokChild.B
    Kubernesis
    Kubernesis.inf
    KwanyarsChild
    LoveStory.D
    Lucu.E
    Lucu.E.bat
    Lucu.E.htm
    Lucu.E.lnk.A
    Lucu.E.lnk.B
    Lucu.E.reg.A
    Lucu.E.reg.B
    Lucu.E.reg.C
    Malingsi.V
    Malingsi.W
    Multimedia
    Multimedia.inf
    Multimedia.lnk.A
    Multimedia.lnk.B
    MyLovely
    MyPCMD
    Nita-Hume.vbs
    Nita-Hume.vbs.inf
    Parents.B
    Pemanggil-Arwah.vbs
    Pemanggil-Arwah.vbs.html
    Pemanggil-Arwah.vbs.inf
    Pemanggil-Arwah.vbs.msg
    Pemanggil-Arwah.vbs.txt
    Random8.B
    Random8.C
    Random8.C.lnk
    Random8.D
    Random8.D.lnk
    Random8.Dropper
    Random8.E
    Random8.F
    Random8.G
    Random8.G.dll
    Random8.H
    Random8.I
    Random8.J
    Random8.K
    Random8.L
    Random8.M
    Random8.N
    Random8.O
    Random8-1
    Random8-2
    Random8-3
    Serviks.vbs.B
    Serviks.vbs.B.doc
    Serviks.vbs.B.inf
    Serviks.vbs.B.lnk
    Serviks.vbs.B.tmp
    SetRun
    SetRun.ico
    Sistem
    Sistem.inf
    SJIT
    SJIT.inf
    SlowButSure.vbs.H
    Stuxnet
    Stuxnet.sys.A
    Stuxnet.sys.B
    Tanglinko
    Tanglinko.sys
    ThisLove
    ThisLove.txt
    TQ.vbs.B

    Download ClamAV 0.96 :
    Download Library ClamAV 0.96.1

    Extract with 7-zip and find file libclamav.dll, libclamunrar.dll and libclamunrar_iface.dll
    Replace to folder *\plugins\clamav

    Download Daily.cvd
    Download Main.cvd

    Visit VirusIndonesia.com for more information.
    VirusIndonesia.com Mobile Version