Skip to content

Commit

Permalink
Bugfix/CIAC-10615/Domain-list-format-is-broken-when-adding-domains (d…
Browse files Browse the repository at this point in the history
…emisto#34498)

* Update playbook logic

* Update release notes

* Fix validation errors

* Fix validation error

* Fix review comments

* Add Prerequisites to the integration readme

* Fix validation errors

* Fix pack dependencies
  • Loading branch information
efelmandar authored May 28, 2024
1 parent 06a2419 commit 994c74b
Show file tree
Hide file tree
Showing 7 changed files with 1,049 additions and 437 deletions.
23 changes: 23 additions & 0 deletions Packs/CertStream/Integrations/CertStream/CertStream_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

CertStream is a service that provides real-time certificate transparency log updates. This integration allows ingesting CertStream data into our platform to detect new domain certificates in real-time.

## Prerequisites

Before using the `Certstream` integration, ensure that you have completed the following steps:

1. **Create Domain's Homographs List**: Run the `Create list for PTH` playbook in the playground to generate a list of domains and their homographs or create the list manually with the expected format:

```json
{
"domain1": [
"domain1_homograph1",
"domain1_homograph2",
"domain1_homograph2"
],
"domain2": [
"domain2_homograph1",
"domain2_homograph2",
"domain2_homograph3"
]
}
```

After the list is created in the valid format, proceed with configuring integration instance.

## Usage

The integration connects to the CertStream public API server and watch the certificate transparency log.
Expand Down
Loading

0 comments on commit 994c74b

Please sign in to comment.