{"id":50736364,"url":"https://github.com/blwhit/autorunhunter","last_synced_at":"2026-06-10T14:01:09.894Z","repository":{"id":305734098,"uuid":"1023785429","full_name":"blwhit/AutorunHunter","owner":"blwhit","description":"Hunting suspicious and malicious autoruns, looking for malware persistence.","archived":false,"fork":false,"pushed_at":"2025-07-21T19:23:03.000Z","size":1450,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T19:33:41.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blwhit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-21T17:31:43.000Z","updated_at":"2025-07-21T19:23:07.000Z","dependencies_parsed_at":"2025-07-21T19:44:02.507Z","dependency_job_id":null,"html_url":"https://github.com/blwhit/AutorunHunter","commit_stats":null,"previous_names":["blwhit/autorunhunter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/blwhit/AutorunHunter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FAutorunHunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FAutorunHunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FAutorunHunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FAutorunHunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blwhit","download_url":"https://codeload.github.com/blwhit/AutorunHunter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FAutorunHunter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34155422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-10T14:01:08.802Z","updated_at":"2026-06-10T14:01:09.885Z","avatar_url":"https://github.com/blwhit.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutorunHunter\nHunt suspicious autoruns and potential malware footholds/persistence.\n\n---------------------\nPowerShell script that utilizes the Sysinternals Autoruns embedded executable to enumerate and filter autorun entries.\n\nIt flags suspicious entries based on:\n- Unverified, Revoked, or Missing Signatures\n- Known Suspicious Keywords commonly used in malware persistence techniques\n\nFeatures:\n- Export Results: Save findings as CSV, Excel, or display them in the Console\n- Custom IOC Search: Add custom strings for detecting known Indicators of Compromise (IOCs)\n- Whitelisting: Exclude trusted entries with customizable whitelists\n\n\n-------------------------\n```\n[ Synopsis ]\n\n  This script enumerates autoruns using Sysinternals Autorunsc.exe, \n  automatically flags and filters for suspicious entries,\n  and outputs the findings in console, CSV, or Excel format.\n\n[ Parameters ]\n\n  -Include    Comma-separated strings to add to known bad list\n  -Whitelist  Key/value pairs to add to global whitelist (\"Value\" = \"Field\")\n  -Console    Show suspicious entries in colored console output\n  -CSV        Export suspicious entries to CSV in the specified path or default folder\n  -XML        Export suspicious entries to Excel (.xlsx) via COM automation\n  -Open       Open the exported file(s) after creation\n  -All        Return all entries, disables filtering\n  -h, -?      Show this help message\n\n[ Examples ]\n\n  .\\AutorunHunter.ps1 -CSV -Console\n  .\\AutorunHunter.ps1 -Include \"rundll32,mshta\" -Verbose -CSV\n  .\\AutorunHunter.ps1 -Whitelist @{ \"Custom Corp\" = \"Signer\"; \"Example Inc\" = \"Entry\" } -CSV\n\n```\n------------------------------------\nRemote Usage:\n```powershell\nInvoke-Expression (Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/blwhit/AutorunHunter/refs/heads/main/AutorunHunter.ps1\" -UseBasicP).Content;\n```\nWith Arguments:\n```powershell\n$scriptContent = (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/blwhit/AutorunHunter/refs/heads/main/AutorunHunter.ps1' -UseBasicParsing).Content\n$scriptBlock = [ScriptBlock]::Create($scriptContent)\n\u0026 $scriptBlock -CSV   # \u003c---- Arguments\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblwhit%2Fautorunhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblwhit%2Fautorunhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblwhit%2Fautorunhunter/lists"}