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

IDCensys
ProviderCensys
CategoryData Enrichment & Threat Intelligence
From Version5.0.0
Docker Imagedemisto/python:2.7.18.24398
Supported ModulesAgentix 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-search

    Searches for an attribute within the specified index.

  • cen-view

    Returns detailed information for an IP address within the specified index.

category: Data Enrichment & Threat Intelligence
provider: Censys
commonfields:
  id: Censys
  version: -1
configuration:
- defaultvalue: https://censys.io/api/v1/
  display: Server URL
  name: url
  required: true
  type: 0
- display: Censys API ID
  name: apiid
  required: true
  type: 0
- display: Censys API Secret
  name: secret
  required: true
  type: 4
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: 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.
display: Censys (Deprecated)
name: Censys
script:
  commands:
  - arguments:
    - description: IP address for which to perform a query.
      name: query
      required: true
    - auto: PREDEFINED
      description: The index from which to retrieve data. Can be "ipv4", "websites", or "certificates".
      name: index
      predefined:
      - ipv4
      - websites
      - certificates
      required: true
    description: Returns detailed information for an IP address within the specified index.
    name: cen-view
  - arguments:
    - description: The attribute for which you are searching (JSON format).
      name: query
      required: true
    - auto: PREDEFINED
      description: The index on which to perform a query.
      name: index
      predefined:
      - ipv4
      - websites
      - certificates
      required: true
    - defaultValue: '1'
      description: Page to return.
      name: page
    description: Searches for an attribute within the specified index.
    name: cen-search
  dockerimage: demisto/python:2.7.18.24398
  runonce: false
  script: '-'
  subtype: python2
  type: python
tests:
- No test
deprecated: true
fromversion: 5.0.0