檢測木馬的方法~~參考看看吧~~

顯示結果從第 1 筆 到 6 筆,共計 6 筆
  1. #1
    小笨蛋 winson 的大頭照
    註冊日期
    2000-10-27
    討論區文章
    954
    檢測木馬方法

    1. Autostart folder
    Everything in here will restart.
    C:\windows\start menu\programs\startup {english}
    C:\windows\Menu D幦arrer\Programmes\D幦arrage {french}
    This Autostart Directory is saved in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
    Folders Startup="C:\windows\start menu\programs\startup"
    'So it could be easily changed by any program.

    2. Win.ini
    [windows]
    load=file.exe
    run=file.exe

    3. System.ini [boot]
    Shell=Explorer.exe file.exe

    4. c:\windows\winstart.bat
    'Note behaves like an usual BAT file. Used for copying deleting specific files. Autostarts
    everytime

    5. Registry
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices]

    6. c:\windows\wininit.ini
    'Often Used by Setup-Programs when the file exists it is run ONCE and then is deleted by windows
    Example: (content of wininit.ini)
    [Rename]
    NUL=c:\windows\picture.exe
    'This example sends c:\windows\picture.exe to NUL, which means that it is deleted. This
    requires no interactivity with the user and runs totaly stealth.

    7. Autoexec.bat
    Starts everytime at Dos Level.

    8. Registry Shell Spawning
    [HKEY_CLASSES_ROOT\exefile\shell\open\command] @="\"%1\" %*"
    [HKEY_CLASSES_ROOT\comfile\shell\open\command] @="\"%1\" %*"
    [HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"%1\" %*"
    [HKEY_CLASSES_ROOT\htafile\Shell\Open\Command] @="\"%1\" %*"
    [HKEY_CLASSES_ROOT\piffile\shell\open\command] @="\"%1\" %*"
    [HKEY_LOCAL_MACHINE\Software\CLASSES\batfile\shell\open\command] @="\"%1\" %*"
    [HKEY_LOCAL_MACHINE\Software\CLASSES\comfile\shell\open\command] @="\"%1\" %*"
    [HKEY_LOCAL_MACHINE\Software\CLASSES\exefile\shell\open\command] @="\"%1\" %*"
    [HKEY_LOCAL_MACHINE\Software\CLASSES\htafile\Shell\Open\Command] @="\"%1\" %*"
    [HKEY_LOCAL_MACHINE\Software\CLASSES\piffile\shell\open\command] @="\"%1\" %*"

    The key should have a value of Value "%1 %*", if this is changed to "server.exe %1 %*",
    the server.exe is executed EVERYTIME an exe/pif/com/bat/hta is executed.
    Known as Unkown Starting Method and is currently used by Subseven.

    9. Icq Inet
    [HKEY_CURRENT_USER\Software\Mirabilis\ICQ\Agent\Apps\test]
    "Path"="test.exe"
    "Startup"="c:\\test"
    "Parameters"=""
    "Enable"="Yes"

    [HKEY_CURRENT_USER\Software\Mirabilis\ICQ\Agent\Apps\
    This key includes all the APPS which are executed IF ICQNET Detects an Internet Connection.

    10. Misc Information
    [HKEY_LOCAL_MACHINE\Software\CLASSES\ShellScrap]
    @="Scrap object" "NeverShowExt"=""

    The NeverShowExt key has the function to HIDE the real extension of the file (here) SHS.
    This means if you rename a file as "Girl.jpg.shs" it displays as "Girl.jpg" in all programs
    including Explorer.
    Your registry should be full of NeverShowExt keys, simply delte the key to get the real
    extension to show up.



  2. #2
    進階會員 tsungchi 的大頭照
    註冊日期
    2001-02-05
    討論區文章
    331
    嗯~嗯
    假如防毒軟體掃到木馬or病毒無法隔離(或出現檔案正在使用中)
    或重開機會出現找不到xxx檔案,那就到這些檔案和regedit裡面去殺吧~~!!
    還有我還遇到過執行檔案後會在你的autoexec.bat裡偷偷寫入format
    ~~@@可怕吧
    ㄏㄏ~還是被我裝的lockdown2000抓到了

  3. #3
    會員 srobin 的大頭照
    註冊日期
    2001-03-19
    所在地區
    FTTB 10M/2M
    討論區文章
    166
    原始作者是 : winson
    檢測木馬方法

    10. Misc Information
    [HKEY_LOCAL_MACHINE\Software\CLASSES\ShellScrap]
    @="Scrap object" "NeverShowExt"=""

    The NeverShowExt key has the function to HIDE the real extension of the file (here) SHS.
    This means if you rename a file as "Girl.jpg.shs" it displays as "Girl.jpg" in all programs
    including Explorer.
    Your registry should be full of NeverShowExt keys, simply delte the key to get the real
    extension to show up.

    不好意思站長.....對於這個最後的解決方式我有點搞不懂,我已經找到這個[HKEY_LOCAL_MACHINE\Software\CLASSES\ShellScrap]
    @="Scrap object" "NeverShowExt"=""
    不過沒有【@="Scrap object"】這一行......請問這是寫在【"NeverShowExt"=""】這後面的還是什麼.....不懂耶....
    比較笨一點.......麻煩大大能夠講解一下.....Thanx.....

  4. #4
    會員
    註冊日期
    2001-04-26
    討論區文章
    4
    lockdown2000 ver 5-7...沒啥用...
    change port still can get hacked by trojan...
    and trojan list is limited...
    Zonealarm is a little better, it block all ports, but still.....can get hacked.


    Active X 也可以放木馬喔!!

  5. #5
    會員 ROACH 的大頭照
    註冊日期
    2000-12-25
    所在地區
    Seednet 光纖 10M/2M
    討論區文章
    796
    介紹大家一套專門掃木馬的軟體
    在市面上一些害客的書~也有介紹喔

    The Cleaner
    http://dynamsol.ulink.net/files/cleaner3.exe

    它還可以隨時更新木馬的碼~~以便找到更多ㄉ木馬

    大家用用看吧




  6. #6
    會員
    註冊日期
    2001-04-15
    討論區文章
    48
    不好意思站長.....對於這個最後的解決方式我有點搞不懂,我已經找到這個[HKEY_LOCAL_MACHINE\Software\CLASSES\ShellScrap]
    @="Scrap object" "NeverShowExt"=""
    不過沒有【@="Scrap object"】這一行......請問這是寫在【"NeverShowExt"=""】這後面的還是什麼.....不懂耶....
    比較笨一點.......麻煩大大能夠講解一下.....Thanx..... [/B][/QUOTE]
    好像是醬子,你參考看看
    (預設) "Scrap 物件"
    舉例
    NeverShowExt "" 所有檔案的付檔名都不被隱藏起來
    NeverShowExt "shs" 所有付檔名.shs都會被隱藏起來

類似的主題

  1. 8m/640不穩的參考看看.
    作者:cyicyc 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 2
    最後發表: 2004-06-15, 12:17 AM
  2. 給不能"超燒"的人參考看看~~
    作者:范靜善 所在討論版:-- 光 碟 燒 錄 討 論 版
    回覆: 4
    最後發表: 2003-03-26, 09:17 PM
  3. 虛擬主機團購,參考看看
    作者:aaronyin 所在討論版:☉ -- 虛 擬 主 機 討 論 版
    回覆: 0
    最後發表: 2003-03-01, 01:09 AM
  4. 我燒出ㄌDIABLO2ㄌ~來參考看看
    作者:wash 所在討論版:-- 光 碟 燒 錄 討 論 版
    回覆: 1
    最後發表: 2001-03-14, 10:54 PM

 

此網頁沒有從搜尋引擎而來的訪客

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •