{"id":13842820,"url":"https://github.com/ecstatic-nobel/pOSINT","last_synced_at":"2025-07-11T15:33:23.427Z","repository":{"id":144429417,"uuid":"174389432","full_name":"ecstatic-nobel/pOSINT","owner":"ecstatic-nobel","description":"Gather Open-Source Intelligence using PowerShell.","archived":false,"fork":false,"pushed_at":"2019-10-20T20:00:22.000Z","size":8608,"stargazers_count":165,"open_issues_count":2,"forks_count":35,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-05T17:33:43.959Z","etag":null,"topics":["alienvault","automation","censys","crtsh","cybersecurity","cymon","greynoise","hybrid-analysis","infosec","malshare","osint","powershell","pulsedive","threat-hunting","threatcrowd","threatminer","urlhaus","urlscan","virustotal"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecstatic-nobel.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}},"created_at":"2019-03-07T17:21:24.000Z","updated_at":"2024-05-15T21:51:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"3eafe4f0-93bb-4a2c-b9d1-7f825a279d5f","html_url":"https://github.com/ecstatic-nobel/pOSINT","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecstatic-nobel%2FpOSINT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecstatic-nobel%2FpOSINT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecstatic-nobel%2FpOSINT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecstatic-nobel%2FpOSINT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecstatic-nobel","download_url":"https://codeload.github.com/ecstatic-nobel/pOSINT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225737166,"owners_count":17516299,"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":["alienvault","automation","censys","crtsh","cybersecurity","cymon","greynoise","hybrid-analysis","infosec","malshare","osint","powershell","pulsedive","threat-hunting","threatcrowd","threatminer","urlhaus","urlscan","virustotal"],"created_at":"2024-08-04T17:01:47.099Z","updated_at":"2024-11-21T13:31:13.930Z","avatar_url":"https://github.com/ecstatic-nobel.png","language":"PowerShell","funding_links":[],"categories":["PowerShell","PowerShell (153)"],"sub_categories":[],"readme":"# [pOSINT™]  \n##### Gather Open-Source Intelligence using PowerShell.  \n\n### Usage  \nSave the parent project directory, `pOSINT`, to `C:\\Users\\$env:username\\Documents\\WindowsPowerShell\\Modules\\`.  \n\nList available modules:  \n```powershell\nGet-Module -ListAvailable\n```\n\nImport the module:  \n```powershell\nImport-Module pOSINT\n```\n\nOr, just import the manifest file manually:  \n```powershell\nImport-Module pOSINT.psd1\n```\n\nView module details:  \n```powershell\nGet-Module pOSINT\n```\n\nReview module help page:  \n```powershell\nGet-Help Search-\u003cOSINT_SOURCE\u003e\n```\n\nShow Cmdlet examples:  \n```powershell\nGet-Help Search-\u003cOSINT_SOURCE\u003e -Examples\n```\n\nCheck the following sources' help page to see special mappings:  \n- AlienVault  \n- Censys  \n- Hybrid-Analysis  \n- ThreatMiner  \n\nRemove the module:  \n```powershell\nRemove-Module pOSINT\n```\n\n### Examples:    \n```powershell\nSearch-AlienVault -Endpoint IPv4 -Section general -Query 187.233.152.78 | Format-List\nSearch-Censys -Uid \u003cUID\u003e -Secret \u003cSECRET\u003e -Endpoint search -Index certificates -Query pandorasong.com | Format-List\nSearch-Crtsh -Query jotugaedorm.com -Wildcard | Format-List\nSearch-Cymon -Endpoint ip -Query 195.123.237.120 | Format-List\nSearch-EmailRep -Query bill@microsoft.com | Format-List\nSearch-GreyNoise -Endpoint list | Format-List\nSearch-GreyNoise -Endpoint tag -Query ADB_WORM | Format-List\nSearch-GreyNoise -Endpoint ip -Query 123.193.145.85 | Format-List\nSearch-HybridAnalysis -ApiKey \u003cAPIKEY\u003e -Secret \u003cSECRET\u003e -Endpoint hash -Name hash -Query 116858001ed50d8dd02b353473a139b98820dcf620c9e70e8a51c49f62cc6581 | Format-List\nSearch-Malshare -ApiKey \u003cAPIKEY\u003e -Query 4cc96f0003b6c0429f29013a8d9e3e3c | Format-List\nSearch-PhishingKitTracker | Format-List\nSearch-PulseDive -Endpoint threat -Query Zeus | Format-List\nSearch-PulseDive -Endpoint indicator -Query pulsedive.com | Format-List\nSearch-PulseDive -Endpoint feed_list | Format-List\nSearch-PulseDive -Endpoint feed -Query \"Zeus Bad Domains\" -organization abuse.ch | Format-List\nSearch-ThreatCrowd -Endpoint ip -Query 188.40.75.132 | Format-List\nSearch-ThreatMiner -Endpoint host -Query 216.58.192.174 -QueryType report_tagging | Format-List\nSearch-Urlhaus -Endpoint payload -Query 4ef1c08fe44a8d1e1c8ef214e7ed63a318663e926860702076bc6234fd3b1d11 | Format-List\nSearch-Urlscan -Query 4ef1c08fe44a8d1e1c8ef214e7ed63a318663e926860702076bc6234fd3b1d11 | Format-List\nSearch-VirusTotal -ApiKey \u003cAPIKEY\u003e -Endpoint ip-address -Query 99.84.254.97 | Format-List\n```\n![pOSINT](https://raw.githubusercontent.com/ecstatic-nobel/pOSINT/master/static/assets/pOSINT.gif)  \n\n### Things to Know  \n- Do not use Format-List when accessing properties  \n\nPlease fork, create merge requests, and help make this better.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecstatic-nobel%2FpOSINT","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecstatic-nobel%2FpOSINT","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecstatic-nobel%2FpOSINT/lists"}