Use-Onyphe

2.2.2

Add few cmdlets to use API from onyphe.io through PowerShell interface

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Use-Onyphe

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Use-Onyphe

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018-2021 lucas-cueff.com Distributed under Artistic Licence 2.0 (https://opensource.org/licenses/artistic-license-2.0).

Package Details

Author(s)

  • MS-LUF

Tags

API onyphe.io onyphe shodan search engine

Functions

Export-OnypheBulkInfo Export-OnypheBulkSummaryInfo Export-OnypheDataShot Export-OnypheDiscoveryInfo Export-OnypheInfo Export-OnypheInfoToFile Get-OnypheAlertInfo Get-OnypheASDAPIName Get-OnypheASDInfo Get-OnypheCliFacets Get-OnypheDiscoveryCategories Get-OnypheInfo Get-OnypheInfoFromCSV Get-OnypheSearchCategories Get-OnypheSearchFilters Get-OnypheSearchFunctions Get-OnypheSimpleAPIName Get-OnypheBulkCategories Get-OnypheBulkAPIType Get-OnypheStatsFromObject Get-OnypheSummary Get-OnypheSummaryAPIName Get-OnypheUserInfo Import-OnypheEncryptedIKey Search-OnypheInfo Set-OnypheAlertInfo Set-OnypheAPIKey Set-OnypheProxy Update-OnypheFacetsFilters Get-OnypheSimpleBestAPIName

Dependencies

This module has no dependencies.

Release Notes

v2.2.2 : documentation-only release - live-confirmed (8.8.8.8, 1.1.1.1) that the Summary API (v2/summary/<type>/<value>, wrapped by Get-OnypheSummary) does not paginate either, same as the Simple API caveat documented in v2.2.1: any -Page value returns the same first page of results, with no error or warning, and the server always reports page:1 back regardless of what was requested. No code/behavior change - Get-OnypheSummary.ps1 and the three Invoke-APISummaryOnyphe<IP,Domain,Hostname> private wrappers' -Page doc blocks, Howto.md, docs/Get-OnypheSummary.md and en-US/use-onyphe-help.xml now carry a NOTE pointing to Search-OnypheInfo/Export-OnypheInfo for anyone who needs more than one page of results. v2.2.1 : fixes Export-OnypheDiscoveryInfo (and every Invoke-APIBulkDiscoveryOnyphe<Category> private wrapper) silently capping each OQL query line in the Discovery API at 100 results, even when far more results actually match - Onyphe truncates without any error/warning unless a size query-string parameter is supplied. Adds an optional -Size <1-10000> parameter, opt-in, default behavior unchanged (still 100 when omitted) to avoid a breaking change. Live-verified: the same query returned 100 results by default and 2791 with -Size 10000, matching the account holder's own count from the Onyphe website (2789, small drift from new data indexed between checks). No breaking changes since v2.2.0. v2.2.0 : adds Get-OnypheASDInfo/Get-OnypheASDAPIName, wrapping the 9 licensed "standard" ASD (Attack Surface Discovery) APIv1 endpoints (domaintld, domainwildcard, domaincertso, certsodomain, certsowildcard, dnsdomainns, dnsdomainmx, dnsdomainsoa, dnsdomainexist) - BETA endpoints requiring a Griffin View/ASM Edition non-commercial licence. The advanced Pivot Query ASD API is not yet implemented (not licensed on the account used for verification, deferred until it can be live-tested). See README.md for the full list.

FileList

Version History

Version Downloads Last updated
2.2.2 (current version) 9 8/28/2026
2.2.0 8 8/27/2026
2.1.3 4 8/26/2026
2.1.1 5 8/25/2026
1.3 222 11/21/2021
1.2 123 8/16/2020
1.1 32 6/4/2020
1.0 29 3/1/2020
0.99 30 2/9/2020
0.98 64 6/15/2019
0.97 32 5/22/2019
0.96 45 3/22/2019
0.95 24 3/12/2019
0.94 24 3/6/2019
0.93 55 8/27/2018
0.92 90 8/21/2018
0.91 89 8/21/2018
0.71 59 1/23/2018
0.9 45 8/21/2018
0.7 25 1/15/2018
0.6 33 12/22/2017
0.5 22 12/21/2017
0.4 25 12/20/2017
0.3 22 12/18/2017
0.2 27 12/16/2017
0.1 22 12/16/2017
Show more