Follow us on...
Follow us on Twitter Follow us on Facebook Watch us on YouTube

النتائج 1 إلى 3 من 3
  1. #1
    :: إداري ::

    تاريخ التسجيل
    Aug 2007
    الدولة
    SyRiA
    المشاركات
    2,176

    Icon30 تحديث أمني للويندوذ هام (kb958644)




    تحديث أمني مهم جدا للويندوذ لكي لا تكون عرضة للديدان و الفيروسات

    قبل عدة ايام كتبت موضوع عن فيروس أوتوران

    و كان جميع المضاضات لا تقوم بإكتشافه و لحد لأن قليل من مكافحات الفيروسات تقوم بأكتشاف الفيروس

    و بعد الأخذ و الرد بيني و بين الفيرس أتضح على انه Worm :thumbdown:

    نبذه عن صديقنا Worm


    Win32.Worm.Downadup.Gen
    ( W32.Downadup, W32/Worm.AHGV, Net-Worm.Win32.Kido.bg )
    Spreading: low Download removal tool

    Damage: medium
    Size: varies
    Discovered: 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\exp lorer\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\Param eters\"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\App lets\"dl" = "0"
    * HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App lets\"dl" = "0"
    * HKCU\Software\Microsoft\Windows\CurrentVersion\App lets\"ds" = "0"
    * HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App lets\"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\exp lorer\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) : :\RECYCLER\S-%d-%d-%d-%d%d%d-%d%d%d-%d%d%d-%d\[Random Name].dll
    * 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.

    * 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.



    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/sec.../MS08-067.mspx
    * run attached removal tool
    * restart computer
    * plug in your network cable
    * update BitDefender virus definitions
    * perform BitDefender Full System Scan.



    الطريقة الصحيحة للتخلص منه

    هو القيام بفورمات للجهاز و تنصيب لويندوذ
    تحميل الترقيع الأمني من مايكروسوفت اضغط هنا
    تنصبب مكافح فيروسات قوي و تحديثه و عمل سكان للجهاز و حذف الفيرسات :)

    معلومة الفيروس يأتي بأكتر من أسم

    الأسماء من عندي ظهرة لي طبعا و يوجد الكثير

    Net-Worm.Win32.Kido.bg
    Net-Worm.Win32.Kido.ch
    Net-Worm.Win32.Kido.dv
    Net-Worm.Win32.Kido.eg
    Net-Worm.Win32.Kido.em
    Net-Worm.Win32.Kido.eo
    Net-Worm.Win32.Kido.ep
    Net-Worm.Win32.Kido.es
    Net-Worm.Win32.Kido.fq
    Net-Worm.Win32.Kido.a
    Net-Worm.Win32.Kido.z
    Net-Worm.Win32.Kido.c
    Net-Worm.Win32.Kido.aa
    Net-Worm.Win32.Kido.r
    Net-Worm.Win32.Kido.f
    Net-Worm.Win32.Kido.b
    Net-Worm.Win32.Kido.g
    Net-Worm.Win32.Kido.d
    Net-Worm.Win32.Kido.w


    و في الختام الموضوع هذا حصري لنادي دعم الفي بي
    و متأكد منه عن تجربة و معناة لمدة 5 أيام معه :nosweat:

    اي استفسار أنا حاضر

    أخوكم مارسيل


    Miss you
    Miss you
    Miss you

    (Is it possible that you return to me))


  2. #2
    عضو مشارك
    تاريخ التسجيل
    Dec 2008
    المشاركات
    79

    افتراضي


    مشكور اخوي مارسيل
    الحمد لله ما نزل عندي
    يعطيك العافية



  3. #3
    :: إداري ::

    تاريخ التسجيل
    Aug 2007
    الدولة
    SyRiA
    المشاركات
    2,176

    افتراضي


    هلا يا غالي

    و كن يفضل القيام بالتحديث لأنك لا تعرف متى ممكن ان يصاب جهازك لا سمح الله

    تحياتي لك

    :)


    Miss you
    Miss you
    Miss you

    (Is it possible that you return to me))


 

 

   زوار هذه الصفحة من محركات البحث وصلوا عن طريق :

!

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •