{"id":21050935,"url":"https://github.com/umair9747/yara-rules","last_synced_at":"2026-01-27T22:33:25.108Z","repository":{"id":171277602,"uuid":"279640461","full_name":"umair9747/yara-rules","owner":"umair9747","description":"This repository contains a list of known YARA rules which researchers can use according to their needs.The repository is opensource and can be used by the end users as long as they follow the GNU GENERAL PUBLIC LICENSE V3.","archived":false,"fork":false,"pushed_at":"2022-10-04T17:33:57.000Z","size":124,"stargazers_count":8,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-29T10:40:18.076Z","etag":null,"topics":["cybersecurity","hacktoberfest","malware","malware-analysis","threat-hunting","threat-intelligence","yara","yara-rules"],"latest_commit_sha":null,"homepage":"","language":"YARA","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/umair9747.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-07-14T16:41:14.000Z","updated_at":"2025-01-08T13:01:50.000Z","dependencies_parsed_at":"2024-05-03T05:02:11.616Z","dependency_job_id":null,"html_url":"https://github.com/umair9747/yara-rules","commit_stats":null,"previous_names":["umair9747/yara-rules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umair9747/yara-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umair9747%2Fyara-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umair9747%2Fyara-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umair9747%2Fyara-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umair9747%2Fyara-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umair9747","download_url":"https://codeload.github.com/umair9747/yara-rules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umair9747%2Fyara-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28824753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cybersecurity","hacktoberfest","malware","malware-analysis","threat-hunting","threat-intelligence","yara","yara-rules"],"created_at":"2024-11-19T15:48:45.950Z","updated_at":"2026-01-27T22:33:25.064Z","avatar_url":"https://github.com/umair9747.png","language":"YARA","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003ca href=\"https://github.com/thehackingsage/yara-rules/\"\u003e\u003cimg src=\"yara-rules.png\" alt=\"logo\" height=\"219\" width=\"1000\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-GPL--3.0-blue\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/followers/umair9747?style=social\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\nThis repository contains a list of known YARA rules which researchers can use according to their needs.The repository is opensource and can be used by the end users as long as they follow the GNU GENERAL PUBLIC LICENSE V3.\n\n## About YARA \nYARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families (or whatever you want to describe) based on textual or binary patterns. Each description, a.k.a. rule, consists of a set of strings and a boolean expression which determine its logic.\n\n## New to YARA ?\n\nYou can check these links if you are new to YARA and want to learn more about it:\n\nWriting Your Own YARA Rule: https://yara.readthedocs.io/en/v3.4.0/writingrules.html\n\nRunning YARA From Command Line: https://yara.readthedocs.io/en/v3.4.0/commandline.html\n\nUsing YARA For Malware Detection: https://us-cert.cisa.gov/sites/default/files/FactSheets/NCCIC%20ICS_FactSheet_YARA_S508C.pdf\n\nDetecting-Malicious-Files-With-YARA-Rules-As-They-Traverse-the-Network: https://i.blackhat.com/USA-19/Wednesday/us-19-Bernal-Detecting-Malicious-Files-With-YARA-Rules-As-They-Traverse-the-Network-wp.pdf\n\nWriting Effective YARA Signatures to Identify Malware:  https://insights.sei.cmu.edu/sei_blog/2012/11/writing-effective-yara-signatures-to-identify-malware.html\n\n## Useful Links :\n\nSignature-Based Detection With YARA : https://securityintelligence.com/signature-based-detection-with-yara/\n\nLatest YARA documentation : http://yara.readthedocs.io/en/latest/\n\nYARA: Simple and Effective Way of Dissecting Malware : http://resources.infosecinstitute.com/yara-simple-effective-way-dissecting-malware/\n\n## Contribution\nI totally look forward for some contribution from other users to this repository.In order to contribute the user can create a pull request with the content they would like to add.\n\n## Contact \nTwitter: https://twitter.com/0x9747/\nInstagram: https://instagam.com/umairnehri9747/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumair9747%2Fyara-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumair9747%2Fyara-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumair9747%2Fyara-rules/lists"}