Package | Description |
---|---|
com.mozilla.secops |
General utility classes and transforms for secops-beam
|
com.mozilla.secops.amo |
AMO analysis pipeline
|
com.mozilla.secops.authprofile |
Pipeline for authentication source profiling and alerting
|
com.mozilla.secops.awsbehavior |
Pipeline for monitoring AWS Cloudtrail events
|
com.mozilla.secops.customs |
Customs FxA analysis pipeline
|
com.mozilla.secops.gatekeeper |
Pipeline for AWS Guardduty and GCP ETD analysis
|
com.mozilla.secops.httprequest |
HTTP request threshold and error rate monitoring
|
com.mozilla.secops.pioneer |
Pioneer analysis pipeline
|
com.mozilla.secops.postprocessing |
Pipeline for further processing of and correlation between alerts
|
com.mozilla.secops.streamwriter |
Simple stream writer
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOOptions
Interface to allow for passing both input and output options to a class or function.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PDone> |
OutputOptions.compositeOutput(OutputOptions o) |
static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PDone> |
CompositeOutput.withOptions(OutputOptions options)
Return a new composite output transform that can be used as the final stage in a pipeline.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Amo.AmoOptions
Runtime options for
Amo pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthProfile.AuthProfileOptions
Runtime options for
AuthProfile pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
AwsBehavior.AwsBehaviorOptions
Runtime options for
AwsBehavior pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
Customs.CustomsOptions
Runtime options for
Customs pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
ETDTransforms.Options
Runtime options for ETD Transforms
|
static interface |
GatekeeperPipeline.GatekeeperOptions
Runtime options for
GatekeeperPipeline . |
static interface |
GuardDutyTransforms.Options
Runtime options for GuardDuty Transforms
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HTTPRequest.HTTPRequestOptions
Runtime options for
HTTPRequest pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
Pioneer.PioneerOptions
Runtime options for
Pioneer pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
PostProcessing.PostProcessingOptions
Runtime options for
PostProcessing pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamWriter.StreamWriterOptions
Runtime options for
StreamWriter pipeline. |
Copyright © 2022. All rights reserved.