Censys Deprecated
Deprecated. Use Censys v2 instead. Censys is a search engine that allows computer scientists to ask questions about the devices and networks that compose the internet. Driven by internet-wide scanning, Censys lets researchers find specific hosts and create aggregate reports on how devices, websites, and certificates are configured and deployed.
Data Enrichment & Threat Intelligence · Censys
Details
| ID | Censys |
|---|---|
| Provider | Censys |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.0.0 |
| Docker Image | demisto/python:2.7.18.24398 |
| Supported Modules | Agentix XSIAM |
Configuration parameters
url— Server URL (required)apiid— Censys API ID (required)secret— Censys API Secret (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (2)
-
cen-searchSearches for an attribute within the specified index.
-
cen-viewReturns detailed information for an IP address within the specified index.
Two commands aspects of the Censys.io API is available, Search (cen-search) and View (cen-view). Cen-view is the primary interface. Automations should take the output of cen-view to parse and display the relevant data. Cen-search requires a more advanced search syntax and should be used primarily in pivoting and hypersearch scripts. More information on the search syntax can be found: https://censys.io/api/v1/docs/search