Skip to content

LipeOzyy/Artifact_Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt image alt image

Artifact_Hunter

Artifact Hunter is a command-line tool designed for static analysis of suspicious files, focusing on detecting web shells, malware artifacts, and common obfuscation techniques. The tool performs automated analysis including hash generation, entropy measurement, string extraction, pattern detection, and YARA scanning. Its goal is to support cybersecurity research and help analysts better understand how malicious or heavily obfuscated code behaves in real-world scenarios.

Multi-Module Analysis Pipeline

sample.php
   ↓
hash analysis      (MD5, SHA1, SHA256)
   ↓
strings extraction (ASCII string recovery)
   ↓
entropy analysis   (detect packed/encrypted content)
   ↓
webshell detection (dangerous functions & patterns)
   ↓
obfuscation detection (encoding techniques)
   ↓
YARA scan          (rule-based detection)
   ↓
risk scoring       (threat level assessment)
   ↓
detailed report    (actionable insights)

Important:

  • Never execute untrusted files during analysis
  • This tool performs static analysis only - no code execution
  • Use in isolated environment for suspected malware
  • Keep YARA rules updated for latest threats
  • Sanitize file paths to prevent directory traversal

About

Artifact Hunter is a command-line tool for static analysis of suspicious files. It detects web shells, malware artifacts, and common obfuscation techniques using entropy analysis, string extraction, pattern detection, and YARA scanning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors