{"id":21254511,"url":"https://github.com/cyb3rmx/malwarehashdb","last_synced_at":"2025-03-15T06:18:18.605Z","repository":{"id":111428394,"uuid":"304071662","full_name":"CYB3RMX/MalwareHashDB","owner":"CYB3RMX","description":"Malware hashes for open source projects.","archived":false,"fork":false,"pushed_at":"2024-09-13T15:05:23.000Z","size":27044,"stargazers_count":77,"open_issues_count":0,"forks_count":16,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-21T21:23:32.951Z","etag":null,"topics":["antivirus","archive","database","hash","ioc","malware","malware-analysis","malware-research","md5","threat-intelligence","virusshare","virustotal"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CYB3RMX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-14T16:22:27.000Z","updated_at":"2025-01-05T17:24:43.000Z","dependencies_parsed_at":"2024-07-18T09:23:51.027Z","dependency_job_id":"1c97f7a9-a112-498c-b3b1-30dc2a99b67a","html_url":"https://github.com/CYB3RMX/MalwareHashDB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CYB3RMX%2FMalwareHashDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CYB3RMX%2FMalwareHashDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CYB3RMX%2FMalwareHashDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CYB3RMX%2FMalwareHashDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CYB3RMX","download_url":"https://codeload.github.com/CYB3RMX/MalwareHashDB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690288,"owners_count":20331751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antivirus","archive","database","hash","ioc","malware","malware-analysis","malware-research","md5","threat-intelligence","virusshare","virustotal"],"created_at":"2024-11-21T03:56:30.317Z","updated_at":"2025-03-15T06:18:18.598Z","avatar_url":"https://github.com/CYB3RMX.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MalwareHashDB\nMalware hashes for open source projects.\n\n# Banner\n![Screen](Screenshot.png)\n\n# Total Hashes\n\u003ci\u003eThis database contains\u003c/i\u003e \u003cb\u003e368768\u003c/b\u003e \u003ci\u003emalware hashes(MD5) for now.\u003c/i\u003e\n\n# Database Usage Guides\nMalwareHashDB structure is very simple. It has only 1 table and 2 columns.\n\n| hash | name |\n| :--- | :--- |\n| f4c3fa43b5bdfaa0205990d25ce51c5a | Trojan.Win32.Emotet.471040.A |\n\n## Examples\n```bash\n#!/bin/bash\n\ntarget_hash=$1\n\nresult=$(sqlite3 HashDB \"SELECT * FROM HashDB WHERE hash='$target_hash'\")\nif [ -z \"$result\" ];then\n   echo \"Hash not found!\"\nelse\n   echo $result\nfi\n```\n\n```python\nimport sqlite3\n\ndb_file = \"./HashDB\"\nhashes = sqlite3.connect(db_file)\ndb_cursor = hashes.cursor()\n\ndef check_exist(target_hash):\n    exist = db_cursor.execute(\"SELECT hash FROM HashDB where hash='{target_hash}'\").fetchall()\n    if exist != []:\n        print(\"Hash found!!\")\n\ncheck_exist(\"f4c3fa43b5bdfaa0205990d25ce51c5a\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyb3rmx%2Fmalwarehashdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyb3rmx%2Fmalwarehashdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyb3rmx%2Fmalwarehashdb/lists"}