Crate cc_taxii2_client_rs
Source - CCIndicator
- Represents an Indicator of Compromise (
IoC
) within a TAXII feed. - CCTaxiiClient
- A Custom TAXII client for interacting with the
CloudCover
TAXII server. - Collection
- Represents a single collection within a TAXII server.
- Collections
- A container for multiple
Collection
objects. - Discovery
- Contains discovery information for a TAXII server.
- Envelope
- Represents a TAXII Envelope, used for wrapping TAXII objects.
- TaxiiError
- Represents errors that can occur while interacting with a TAXII server.
- TaxiiClient
TaxiiClient
defines the interface for interacting with a TAXII server.
- Result
- A specialized
Result
type for operations in the TAXII client.