Skip to content

This repository contains a script for generating various hashes of the most popular APIs, used by malware actors.

Notifications You must be signed in to change notification settings

bahlaivlad/api-hash-generator

Repository files navigation

API hashes used by malware

Malware actors usually use API hashing to resolve API functions' addresses in a runtime. This repository contains a script for generating various hashes of the most popular APIs. API names list can be found in api-list.txt file, use it for your own purposes, if needed.

Further development

You are free to add new algorithms into algorithms.py file. Just run main.py to re-generate API hashes list.

Known hashing algorithms used by malware:

  • BZip2 CRC32 (lowercase): Formbook/Xloader

About

This repository contains a script for generating various hashes of the most popular APIs, used by malware actors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages