Skip to content

Commit

Permalink
Merge pull request #1600 from CybercentreCanada/identify_asar
Browse files Browse the repository at this point in the history
Fixing AR and adding ASAR identification
  • Loading branch information
gdesmar committed Mar 27, 2024
2 parents a2c9f67 + 24f462a commit 7ce0f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assemblyline/common/identify_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
{"al_type": "executable/mach-o", "regex": r"^Mach-O"},
{"al_type": "archive/7-zip", "regex": r"^7-zip archive data"},
{"al_type": "archive/ace", "regex": r"^ACE archive data"},
{"al_type": "archive/asar", "regex": r"^Electron ASAR archive"},
{"al_type": "archive/bzip2", "regex": r"^bzip2 compressed data"},
{"al_type": "archive/cabinet", "regex": r"^installshield cab"},
{"al_type": "archive/cabinet", "regex": r"^microsoft cabinet archive data"},
Expand All @@ -136,7 +137,7 @@
{"al_type": "archive/lzma", "regex": r"^LZMA compressed data"},
{"al_type": "archive/rar", "regex": r"^rar archive data"},
{"al_type": "archive/tar", "regex": r"^(GNU|POSIX) tar archive"},
{"al_type": "archive/ar", "regex": r"ar archive"},
{"al_type": "archive/ar", "regex": r"^current ar archive"},
{"al_type": "archive/vhd", "regex": r"^Microsoft Disk Image"},
{"al_type": "archive/xz", "regex": r"^XZ compressed data"},
{"al_type": "archive/zip", "regex": r"^zip archive data"},
Expand Down

0 comments on commit 7ce0f20

Please sign in to comment.