Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.84 KB

File_and_directory_discovery.md

File metadata and controls

25 lines (19 loc) · 1.84 KB

File and Directory Discovery

MITRE ATT&CK technique T1083

Tactic: Discovery

Platform: Windows, Linux, Mac

Deception Techniques

  • Create fake directories and files (i.e. honeyfiles) and monitor access to them using go-audit, auditd or a File Integrity Monitoring (FIM).
  • Create beacon files that phone home when opened.
  • Create files containing deceptive content and breadcrumbs to lure the attacker toward your honeypots.

Useful Tools

  • honeybits - A tool designed to enhance the effectiveness of honeypots by spreading breadcrumbs & honeytokens across the system. Currently supports creating honeyfiles and several breadcrumbs including fake bash_history entries.
  • go-audit - An alternative to the auditd daemon, with json output.
  • honeyλ - Serverless application designed to create and monitor URL honeytokens (i.e. fake HTTP endpoints) automatically
  • canarytokens

Useful Resources