Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

YARA_RULE

YARA_DEMO.zip file contains following files:

  1. graph.pdf : A sample pdf file.

  2. pdf_EXE_check : file contains YARA rule for PDF and EXE (PE) file detection.

  3. wannacry.exe: wannacry malware sample.

  4. KKNPP_Dtrack_check: file contains YARA rule for KKNPP dtrack malware detection.

  5. pefile_demo.py: python code extract magic number from exe file.

  6. yara-3.11.0: Directory for Yara installation.

  7. KKNPP_Dtrack_malware.bin: Dtrack malware sample.

  8. wannacry_check: file contains YARA rule for wannacry detection.

  9. yara-3.11.0.tar.gz: tar file for yara-3.11.0 directory.

  10. YARA_KKNPP_Dtrack.py:
    python code for KKNPP malware detection using YARA rules. This program takes KKNPP_Dtrack_malware.bin (any malware file) as input and generates output.

  11. YARA_wannacry.py:
    python code for wannacry malware detection using YARA rules. This program takes wannacry.exe (any malware file) as input and generates output.

  12. YARA_PDF_EXE_Check.py:
    python code for PDF and EXE files detection using YARA rules. This program takes EXE and PDF (any file) as input and generates output.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors