Changelog

Synapse-Censys Changelog

v4.3.0 - 2024-04-22

Features and Enhancements

  • Update $lib.bytes usage with $lib.axon APIs.

  • Record raw data used to build inet:flow nodes in the :raw property.

v4.2.1 - 2024-02-20

Features and Enhancements

  • Update deprecated $lib.dict() usage to JSON style syntax.

v4.2.0 - 2023-11-27

Features and Enhancements

  • Added censys.hosts.history command to query Censys for historical host events.

Deprecations

  • Caching has been removed from the censys.hosts.search, censys.hosts.domain, censys.hosts.enrich, censys.certs.search, censys.certs.enrich, and censys.certs.subdomains commands, so the --asof argument has been deprecated and will no longer have any effect.

This release contains an automatic cache cleanup that will run when the package is first upgraded. This will remove cached API response data from the jsonstor for commands which no longer perform caching.

v4.1.0 - 2023-10-11

Feature and Enhancements

  • Update censys.hosts.enrich to create crypto:key nodes for SSH key algorithm and SHA-256 fingerprint if available.

v4.0.0 - 2023-06-14

NOTE: This release will remove any cached Certificates 1.0 response data when installed.

Features and Enhancements

  • Update censys.certs.enrich and censys.certs.search to use the Certificates 2.0 API.

  • Populate the rsa:key:bits property for RSA public keys associated with certificates.

Bugfixes

  • Fix an issue where results for hosts did not populate crypto:x509:cert:rsa:key values.

v3.6.0 - 2023-04-18

Features and Enhancements

  • Mark the Synapse-FileParser dependency as optional.

  • Add --servers option to censys.hosts.search and censys.hosts.domain, which will yield created inet:server nodes instead of created IP nodes.

v3.5.0 - 2023-03-22

Features and Enhancements

  • Update Power-Up to build with code signing.

v3.4.0 - 2023-01-05

Features and Enhancements

  • Update hosts commands to create inet:ssl:jarmhash nodes if JARM data is available in the response.

v3.3.0 - 2022-09-28

Features and Enhancements

  • Update censys.certs.search and censys.hosts.search to create it:exec:query nodes with -(found)> edges.

  • Add dependency requirements to package definition.

v3.2.1 - 2022-06-20

Bugfixes

  • Fix broken link in User Guide.

v3.2.0 - 2022-05-12

Features and Enhancements

  • Cached API responses are now stored in the JsonStor instead of in nodedata.

v3.1.0 - 2022-03-02

Features and Enhancements

  • Add --time argument to censys.hosts.enrich command for querying historical host data.

  • Set inet:ipv4:asn property from censys.hosts.enrich command.

  • Add additional debug output to display raw JSON responses.

v3.0.0 - 2021-11-15

Features and Enhancements

  • Initial release of Synapse-Censys v3.0.0