Skip to content

Mapping XProtect's obfuscated malware family names to common industry names.

Notifications You must be signed in to change notification settings

SentineLabs/XProtect-Malware-Families

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XProtect-Malware-Families

Mapping XProtect's obfuscated malware family names to common industry names.

This is a work-in-progress that is primarily intended to map the obfuscated (alphanumeric) names used by Apple to more common names used by commercial vendors and found in public malware repos like VirusTotal.

Unless indicated otherwise, hashes provided in the listings are representative examples, not an exhaustive listing of all known matches.

Search XProtect/Malware names on the Command Line

To be able to search for XProtect rules that match industry names on the command line, save the xprotect_families.txt file somewhere on disk, and add the following to your .bashrc or .zshrc config file, adjusting the path at the end of the grep command to your chosen location:

xprule () {
	grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox} -i $1 /usr/local/bin/xprotect_families.txt
}

Screenshot 2024-03-21 at 6 05 30 PM

About

Mapping XProtect's obfuscated malware family names to common industry names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages