TaiwanHolyHigh - Windows Forensics - Background

TaiwanHolyHigh - Windows Forensics - Background

[TOC]

Background

==資安事件的流程==

  • Prepare
  • Predict
  • Identify(識別): 有興趣可以看這一篇論文筆記DeepCase
  • Prevent: 防禦攻擊
  • Incident Profile: 這個項目比較能夠得到一些惡意的行為,而該行為一定脫離不了下面三點
    1. Purpose/Payload(有可能是Data, Source, 或金錢等等)
    2. Path(透過甚麼途徑達成目的,有可能是USB, 社交工程, 0-day)
    3. Behavior(建立帳戶/開service/與C&C連線等等)
  • Incident Response
    • Restore(主動)
    • Recovery(被動)
    • Isolate
  • Deter: 主動式的阻絕
    • Inside
    • Outside(就是找外援通常是執法單位)
      • law enforcement(執法單位)
  • Forensics Triage: 做分流的動作
    • 揮發性資料(RAM…)
    • Network
    • Process
    • System
    • Artifacts(registry/log/temp…)
  • Duplicate(Image): 製作證據的映像檔$\to$非揮發性的資料
    • RAW Image
    • Evidence File
  • Forensics Analysis
    • 已知項目(Known)
      • Keyword
      • Hash
    • Baseline
      • Recovery
      • Signature
      • Sorting
      • Artifact
        • LNK
        • Prefetch
        • SPL
        • Thumbnail
        • Registry(非揮發性)
        • Log
        • Recycle Bin

==網路攻擊鍊(Cyber Kill Chain)==

詳細資料: TeamT5 - Cyber Kill Chain

  1. 偵查 Reconnaissance
  2. 武裝 Weaponization
  3. 遞送 Delivery
  4. 漏洞利用 Exploitation: 確保遞送的惡意軟體,藉由目標對象的系統漏洞,得以順利開啟,並使攻擊者獲得控制權
  5. 安裝 Installation
  6. 發令與控制 Command & Control
  7. 行動 Actions