Signal.Builder |
Signal.Builder.actorIds(String... actorIds) |
Information about the IDs of the threat actors involved in the signal.
|
Signal.Builder |
Signal.Builder.actorIds(Collection<String> actorIds) |
Information about the IDs of the threat actors involved in the signal.
|
static Signal.Builder |
Signal.builder() |
|
Signal.Builder |
Signal.Builder.count(Integer count) |
The number of times this signal was observed.
|
Signal.Builder |
Signal.Builder.createdAt(Instant createdAt) |
The timestamp when the first finding or activity related to this signal was observed.
|
Signal.Builder |
Signal.Builder.description(String description) |
The description of the signal.
|
Signal.Builder |
Signal.Builder.endpointIds(String... endpointIds) |
Information about the endpoint IDs associated with this signal.
|
Signal.Builder |
Signal.Builder.endpointIds(Collection<String> endpointIds) |
Information about the endpoint IDs associated with this signal.
|
Signal.Builder |
Signal.Builder.firstSeenAt(Instant firstSeenAt) |
The timestamp when the first finding or activity related to this signal was observed.
|
Signal.Builder |
Signal.Builder.lastSeenAt(Instant lastSeenAt) |
The timestamp when the last finding or activity related to this signal was observed.
|
Signal.Builder |
Signal.Builder.name(String name) |
The name of the signal.
|
Signal.Builder |
Signal.Builder.resourceUids(String... resourceUids) |
Information about the unique identifiers of the resources involved in the signal.
|
Signal.Builder |
Signal.Builder.resourceUids(Collection<String> resourceUids) |
Information about the unique identifiers of the resources involved in the signal.
|
Signal.Builder |
Signal.Builder.severity(Double severity) |
The severity associated with the signal.
|
Signal.Builder |
Signal.Builder.signalIndicators(Collection<Indicator> signalIndicators) |
Contains information about the indicators associated with the signals.
|
Signal.Builder |
Signal.Builder.signalIndicators(Consumer<Indicator.Builder>... signalIndicators) |
Contains information about the indicators associated with the signals.
|
Signal.Builder |
Signal.Builder.signalIndicators(Indicator... signalIndicators) |
Contains information about the indicators associated with the signals.
|
Signal.Builder |
Signal.toBuilder() |
|
Signal.Builder |
Signal.Builder.type(String type) |
The type of the signal used to identify an attack sequence.
|
Signal.Builder |
Signal.Builder.type(SignalType type) |
The type of the signal used to identify an attack sequence.
|
Signal.Builder |
Signal.Builder.uid(String uid) |
The unique identifier of the signal.
|
Signal.Builder |
Signal.Builder.updatedAt(Instant updatedAt) |
The timestamp when this signal was last observed.
|