Hashdb-Ida - HashDB API Hash Lookup Plugin For IDA Pro
Malware string hash lookup plugin for IDA Pro. This plugin connects to the OALABS HashDB Lookup Service.
The hash algorithm database is open source and new algorithms can be added on GitHub here. Pull requests are mostly automated and as long as our automated tests pass the new algorithm will be usable on HashDB within minutes.
Using HashDB
HashDB can be used to look up strings that have been hashed in malware by right-clicking on the hash constant in the IDA disassembly view and launching the HashDB Lookup
client.
Settings
Before the plugin can be used to look up hashes the HashDB settings must be configured. The settings window can be launched from the plugins menu Edit->Plugins->HashDB
.
Hash Algorithms
Click Refresh Algorithms
to pull a list of supported hash algorithms from the HashDB API, then select the algorithm used in the malware you are analyzing.
Optional XOR
There is also an option to enable XOR with each hash value as this is a common technique used by malware authors to further obfuscate hashes.
API URL
The default API URL for the HashDB Lookup Service is https://hashdb.openanalysis.net/
. If you are using your own internal server this URL can be changed to point to your server.
Enum Name
When a new hash is identified by HashDB the hash and its associated string are added to an enum in IDA. This enum can then be used to convert hash constants in IDA to their corresponding enum name. The enum name is configurable from the settings in the event that there is a conflict with an existing enum.
Hash Lookup
Once the plugin settings have been configured you can right-click on any constant in the IDA disassembly window and look up the constant as a hash. The right-click also provides a quick way to set the XOR value if needed.
Bulk Import
If a hash is part of a module a prompt will ask if you want to import all the hashes from that module. This is a quick way to pull hashes in bulk. For example, if one of the hashes identified is Sleep
from the kernel32
module, HashDB can then pull all the hashed exports from kernel32
.
Algorithm Search
HashDB also includes a basic algorithm search that will attempt to identify the hash algorithm based on a hash value. The search will return all algorithms that contain the hash value, it is up to the analyst to decide which (if any) algorithm is correct. To use this functionality right-click on the hash constant and select HashDB Hunt Algorithm
.
All algorithms that contain this hash will be displayed in a chooser box. The chooser box can be used to directly select the algorithm for HashDB to use. If Cancel
is selected no algorithm will be selected.
Instead of resolving API hashes individually (inline in code) some malware developers will create a block of import hashes in memory. These hashes are then all resolved within a single function creating a dynamic import address table which is later referenced in the code. In these scenarios the HashDB Scan IAT function can be used.
Simply select the import hash block, right-click and choose HashDB Scan IAT
. HashDB will attempt to resolve each individual integer type (DWORD/QWORD
) in the selected range.
Installing HashDB
Before using the plugin you must install the python requests module in your IDA environment. The simplest way to do this is to use pip from a shell outside of IDA.
pip install requests
Once you have the requests module installed simply copy the latest release of hashdb.py
into your IDA plugins directory and you are ready to start looking up hashes!
The HashDB plugin has been developed for use with the IDA 7+ and Python 3 it is not backwards compatible.
More articles
- Pentest Tools Review
- Pentest Tools Url Fuzzer
- Hacking App
- New Hack Tools
- Hacking Tools Mac
- Hacking Tools Mac
- How To Install Pentest Tools In Ubuntu
- Hacker Tools For Pc
- Pentest Tools Kali Linux
- Hacking Tools Hardware
- Hacker Tools Github
- Pentest Box Tools Download
- Pentest Tools Nmap
- Tools Used For Hacking
- How To Hack
- Tools Used For Hacking
- Hacking Tools Software
- Free Pentest Tools For Windows
- Hacking Tools Usb
- Hacker Tool Kit
- Hacking Tools For Windows 7
- Hacking Tools Software
- Computer Hacker
- Pentest Tools Find Subdomains
- Hack Tool Apk No Root
- Hacking Apps
- Hacking Tools For Beginners
- Hacking Tools For Games
- Hack Tools Pc
- Blackhat Hacker Tools
- Nsa Hack Tools
- Free Pentest Tools For Windows
- World No 1 Hacker Software
- Pentest Automation Tools
- Hacker Tools Apk
- Hacking Tools Github
- Hacker Tools For Pc
- Pentest Tools Apk
- Hacker Security Tools
- Hack Website Online Tool
- Hack Tools Mac
- Hacker Hardware Tools
- Pentest Tools Bluekeep
- Tools For Hacker
- Hacking Tools Hardware
- Pentest Tools Github
- Hacker Tools Apk Download
- Hacking Tools For Beginners
- Growth Hacker Tools
- Pentest Tools
- Hacking Tools Usb
- Hacker Tool Kit
- Hack Tools For Windows
- Game Hacking
- Hacking Tools Software
- Hacking Tools Windows
- How To Install Pentest Tools In Ubuntu
- Hacker Tools Hardware
- Hacking Apps
- Pentest Tools Url Fuzzer
- Top Pentest Tools
- Hacker Tools For Ios
- Pentest Tools Tcp Port Scanner
- Hacking Tools 2020
- Android Hack Tools Github
- Hack Tools For Pc
- New Hack Tools
- Wifi Hacker Tools For Windows
- Nsa Hacker Tools
- New Hack Tools
- Hacker Tools Free
- Nsa Hacker Tools
- Pentest Tools
- Pentest Tools Windows
- Hack Rom Tools
- Hack Tools Online
- Hack Tools For Games
- Nsa Hack Tools
- Github Hacking Tools
- Bluetooth Hacking Tools Kali
- Kik Hack Tools
- Hack Rom Tools
- Hacking Tools Windows 10
- Hack Tools For Mac
- Hackers Toolbox
- Hack Tool Apk
- Hacker Tools For Pc
- Hacker Tools For Windows
- Hacking Tools Hardware
- Top Pentest Tools
- Hacking Tools
- Best Hacking Tools 2019
- Hacking Tools Free Download
- Hack Tools Pc
- Hak5 Tools
- Best Hacking Tools 2019
- Game Hacking
- Hacker Tools Linux
- Hacking Tools 2019
- Hack Tools Github
- Computer Hacker
- Hacker Tools Mac
- Usb Pentest Tools
- Hacker Tools For Pc
- Nsa Hacker Tools
- Top Pentest Tools
- Pentest Tools Online
- Hacking Tools Kit
- Hacker Tools 2019
- Termux Hacking Tools 2019
- Pentest Tools Tcp Port Scanner
- How To Make Hacking Tools
- Hacker Search Tools
- Pentest Automation Tools
- Hacker Tools
- Pentest Tools Url Fuzzer
- Github Hacking Tools
- Pentest Tools Free
- Pentest Tools Windows
- Easy Hack Tools
- Hacking Tools Mac
- Install Pentest Tools Ubuntu
- Hacker Security Tools
- Pentest Tools Apk
- Hacks And Tools
- Hacker Tools List
- Pentest Tools Github
- Pentest Tools For Android
- Hacking Tools For Pc
- Black Hat Hacker Tools
- Hacker Tools
- Hacker Tools Windows
- Pentest Tools Kali Linux
- Hacking Tools For Pc
- Pentest Tools Apk
- Best Pentesting Tools 2018
- Hacking Tools Software
- Hack Tools Pc
- Hacker Tools Windows
- Hacker Tool Kit
0 comments on "Hashdb-Ida - HashDB API Hash Lookup Plugin For IDA Pro"