Wednesday, September 19, 2018

Digital Forensics: Loki - Simple IOC and Incident Response Scanner

Digital Forensics:  Loki - Simple IOC and Incident Response Scanner 

ทดสอบ virus  ติดตั้ง Loki  (https://github.com/Neo23x0/Loki) บน Ubuntu
LOKI
git clone https://github.com/Neo23x0/Loki.git
( https://github.com/Neo23x0/Loki.git )

apt-get update
apt-get upgrade
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
apt-get install git 
apt-get install gcc
git clone https://github.com/Neo23x0/Loki.git
apt-get install python-setuptools
apt-get install python-dev
apt-get install libssl-dev
pip install pycrypto
pip install yara-python psutil netaddr pylzma colorama

python loki-upgrader.py
Loki


หมายเหตุ:เนื้อหาในเว็บไซต์นี้มีขึ้นเพื่อวัตถุประสงค์ในการให้ข้อมูลและเพื่อการศึกษาเท่านั้น

* หากมีข้อมูลข้อผิดพลาดประการใด ขออภัยมา ณ ที่นี้ด้วย  รบกวนแจ้ง Admin เพื่อแก้ไขต่อไป
ขอบคุณครับ


#Memory Forensic Tools 
#Digital Forensics Certification
#Forensics
# dforensic.blogspot.com/
#DForensics-Examiner
#Malware Forensics

No comments:

Post a Comment

Digital Forensics:User Access Logging (UAL)

 Digital Forensics:UAL  Log What Is User Access Logging? UAL is a feature included by default in Server editions of Microsoft Windows, start...