Frankie Li
Frankie Li
  • 40
  • 17 449
Tor proxy sock5 (in Cantonese)
Tor proxy sock5 (in Cantonese)
มุมมอง: 27

วีดีโอ

Threat Hunting in the Cloud
มุมมอง 642 หลายเดือนก่อน
Threat Hunting in the Cloud - Cantonese
Proactive Threat Hunting with ATTACK
มุมมอง 472 หลายเดือนก่อน
Proactive Threat Hunting with ATTACK - Cantonese
Emulation Lab Win10 Threat Hunting Demo
มุมมอง 1512 หลายเดือนก่อน
Emulation Lab Win10 Threat Hunting Demo
memory forensics 4 39
มุมมอง 78ปีที่แล้ว
Memory Forensics - Part 4
memory forensics 2 54
มุมมอง 220ปีที่แล้ว
Memory Forensics - Part 2
memory forensics 3 26
มุมมอง 40ปีที่แล้ว
Memory Forensics - Part 3
memory forensics 1 30m
มุมมอง 54ปีที่แล้ว
Memory Forensics - Part 1
Demo of Using: WinDbg - EPROCESS and Procmon - Notepad
มุมมอง 147ปีที่แล้ว
You can download the result of this demo at: www.dropbox.com/scl/fi/q8pxjzma9d6kiuh1n9ccv/EPROCESS_Procmon_Notepad.zip?rlkey=bmvuvkg45othacjtzn11lw2ue&dl=0
Lab3 - withme.exe (Debugging bypass)
มุมมอง 566ปีที่แล้ว
HKU7905A behavioural demo
crackle demo with intro IDA Pro and OllyDbg
มุมมอง 212ปีที่แล้ว
Crackme demo with intro IDA Pro and OllyDbg
BinText SectionTable (aka PE file format live demo)
มุมมอง 130ปีที่แล้ว
Demo to editing the virtual size on section table (.data) of BinText to find if the edited result affecting the effective execution of the (edited) BinText.
WinDbg Windows Internals (English)
มุมมอง 405ปีที่แล้ว
WinDbg Windows Internals (English) - For HKU COMP7905A
Lab2 - iauzzy.exe (part 2)
มุมมอง 388ปีที่แล้ว
Lab2 - iauzzy.exe (part 2)
Lab2 - iauzzy.exe (part 1)
มุมมอง 446ปีที่แล้ว
Lab2 - iauzzy.exe (part 1)
Lab1 - manually unpack
มุมมอง 331ปีที่แล้ว
Lab1 - manually unpack
Lab1 - Behavioral Analysis
มุมมอง 497ปีที่แล้ว
Lab1 - Behavioral Analysis
yarGen
มุมมอง 480ปีที่แล้ว
yarGen
Threat Hunting with DetectionLab
มุมมอง 5312 ปีที่แล้ว
Threat Hunting with DetectionLab
如何改變Zoom的設定 (廣東話)
มุมมอง 512 ปีที่แล้ว
如何改變Zoom的設定 (廣東話)
Azure Sentinel Walk-Through and ATT&CK-base Use Cases Live Demo
มุมมอง 1.5K3 ปีที่แล้ว
Azure Sentinel Walk-Through and ATT&CK-base Use Cases Live Demo
Part 2 - 玩轉 Azure Sentinel
มุมมอง 1123 ปีที่แล้ว
Part 2 - 玩轉 Azure Sentinel
Part 1: SOC with Sentinel (My boring SOC comments, should skip and watch Part 2 directly)
มุมมอง 853 ปีที่แล้ว
Part 1: SOC with Sentinel (My boring SOC comments, should skip and watch Part 2 directly)
Covering Microsoft 365 Security Analytics with Sentinel vs Splunk (Part II)
มุมมอง 1723 ปีที่แล้ว
Covering Microsoft 365 Security Analytics with Sentinel vs Splunk (Part II)
Covering Microsoft 365 Security Analytics with Sentinel vs Splunk
มุมมอง 3043 ปีที่แล้ว
Covering Microsoft 365 Security Analytics with Sentinel vs Splunk
PE Internals (玩轉MZ檔案)
มุมมอง 2003 ปีที่แล้ว
PE Internals (玩轉MZ檔案)
Memory Forensics Part II (Cantonese for Hong Kong)
มุมมอง 943 ปีที่แล้ว
Memory Forensics Part II (Cantonese for Hong Kong)
Memory Forensics Part I (Cantonese for Hong Kong)
มุมมอง 1463 ปีที่แล้ว
Memory Forensics Part I (Cantonese for Hong Kong)
Triage with KAPE (Cantonese only)
มุมมอง 1783 ปีที่แล้ว
Triage with KAPE (Cantonese only)
Threat Hunting with Yara (in Cantonese for Hong Kong)
มุมมอง 983 ปีที่แล้ว
Threat Hunting with Yara (in Cantonese for Hong Kong)

ความคิดเห็น

  • @chaopan7025
    @chaopan7025 5 วันที่ผ่านมา

    thanks

  • @editingconvience99
    @editingconvience99 6 หลายเดือนก่อน

    How did you Configure the D:/Logs error? I would like to use C:\fuzzbunch\windows\Logs Should i change this in fuzzbunch? And where is the DSZOpsDisk.zip?

  • @BingeSync
    @BingeSync 11 หลายเดือนก่อน

    how to add these can i know please? thansk!

  • @Meowbay
    @Meowbay 11 หลายเดือนก่อน

    Why on earth would you want the overkill splunk for this, when there's a thing called ntopng ???

  • @gustavoaguilar3394
    @gustavoaguilar3394 ปีที่แล้ว

    You should use a hexadecimal editor to your liking, and you can always use tools as additional to your findings. -Perform a static analysis and know the correct architecture and type of file extension. - If the program is packaged, indicate the compressor name and estimated version, if it is not, indicate section names - Determine if the file has anomalous characteristics in section, and indicate which ones, if any. - What is the value of the current checksum of the file (CheckSUM) - Calculate the offset (address) of the import table (IAT). - Extract the list of API functions present in the IAT of the executable (all), then explain using MSDN, at least what "one" of these APIs is for - Determine the size of the executable/binary, Without Overlay (without additional data), indicating the size in KB

  • @gustavoaguilar3394
    @gustavoaguilar3394 ปีที่แล้ว

    Hi, I need help with this?

  • @eldelcyber605
    @eldelcyber605 ปีที่แล้ว

    great video, thanks for the support!

  • @helmi8962
    @helmi8962 2 ปีที่แล้ว

    Any guideline to install this dasboard sir?

  • @powertechlearning
    @powertechlearning 2 ปีที่แล้ว

    Hello Frankie, The files you have shared are all deleted. Can you please reshare it

  • @irshadakhter6613
    @irshadakhter6613 2 ปีที่แล้ว

    your shared link item has been deleted. please reshare

  • @reynaldoruizflores
    @reynaldoruizflores 2 ปีที่แล้ว

    11 Strategies of a World-Class Cybersecurity Operations Center | The MITRE Corporation

  • @hkmikelo888
    @hkmikelo888 3 ปีที่แล้ว

    Thank you for the sharing

  • @frankieli2178
    @frankieli2178 3 ปีที่แล้ว

    www.dropbox.com/s/d2i2eht08h8pevy/memory-forensics-part-1.pdf?dl=0 www.dropbox.com/s/5qsn2i8s1kq8y4b/Memory%20Forensics-Part%202.pdf?dl=0

  • @sulthansk6444
    @sulthansk6444 3 ปีที่แล้ว

    Thanks for the video...

  • @sulthansk6444
    @sulthansk6444 3 ปีที่แล้ว

    Please share the ppts

  • @sulthansk6444
    @sulthansk6444 3 ปีที่แล้ว

    Thanks for the video...

  • @sulthansk6444
    @sulthansk6444 3 ปีที่แล้ว

    Thanks for the video...

  • @hkmikelo888
    @hkmikelo888 3 ปีที่แล้ว

    Thank you for the detailed analysis, it's very informative and valuable to those who are studying in this area.

  • @frankieli2178
    @frankieli2178 4 ปีที่แล้ว

    I have added the installation instruction to the new dashboard. Can download here: www.dropbox.com/s/5572jva8p7n27hl/MISP%20and%20Splunk%20Dashboard%20Creation.pdf?dl=0

  • @sulthansk6444
    @sulthansk6444 4 ปีที่แล้ว

    How u added misp in splunk ?? Please share Downloadable source ??

  • @sulthansk6444
    @sulthansk6444 4 ปีที่แล้ว

    Thanks for the video...

  • @zanelyh
    @zanelyh 4 ปีที่แล้ว

    Holà Frankie ! I've been searching for ways to integrate MISP intel to my Splunk and your plugin seemed a good lead. Are your dashboards included in the plugin ? if not do you mind disclosing them? Have a nice day !

    • @frankieli2178
      @frankieli2178 4 ปีที่แล้ว

      can you send me an email to frankie@dragonadvancetech,com and give me a brief background of your work before I send you our Splunk app?