Skip to content

Instantly share code, notes, and snippets.

@Issif
Last active February 10, 2023 16:57
Show Gist options
  • Save Issif/ac7796d306cf858cee4d02bc0676473f to your computer and use it in GitHub Desktop.
Save Issif/ac7796d306cf858cee4d02bc0676473f to your computer and use it in GitHub Desktop.
reserved_sources: ["syscall", "internal", "plugins"]
plugins:
- name: k8saudit
description: Read Kubernetes Audit Events and monitor Kubernetes Clusters
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
keywords:
- audit
- audit-log
- audit-events
- kubernetes
url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 1
source: k8s_audit
extraction:
supported: true
- name: cloudtrail
description: Reads Cloudtrail JSON logs from files/S3 and injects as events
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
keywords:
- audit
- user-activity
- api-usage
- aws
url: https://github.com/falcosecurity/plugins/tree/master/plugins/cloudtrail
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/cloudtrail/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 2
source: aws_cloudtrail
extraction:
supported: true
- name: json
description: Extract values from any JSON payload
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
keywords:
- json-events
- json-payload
- extractor
url: https://github.com/falcosecurity/plugins/tree/master/plugins/json
license: Apache-2.0
capabilities:
extraction:
supported: true
- name: dummy
description: Reference plugin used to document interface
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
url: https://github.com/falcosecurity/plugins/tree/master/plugins/dummy
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 3
source: dummy
extraction:
supported: true
- name: dummy_c
description: Like dummy, but written in C++
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
url: https://github.com/falcosecurity/plugins/tree/master/plugins/dummy_c
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 4
source: dummy_c
extraction:
supported: true
- name: docker
description: Docker Events
authors: Thomas Labarussias
contact: https://github.com/Issif
maintainers:
- name: Thomas Labarussias
email: [email protected]
keywords:
- docker-events
url: https://github.com/Issif/docker-plugin
rules_url: https://github.com/Issif/docker-plugin/tree/main/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 5
source: docker
extraction:
supported: true
- name: seccompagent
description: Seccomp Agent Events
authors: Alban Crequy
contact: https://github.com/kinvolk/seccompagent
url: https://github.com/kinvolk/seccompagent
keywords:
- seccomp
- kinvolk
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 6
source: seccompagent
extraction:
supported: true
- name: okta
description: Okta Log Events
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
keywords:
- audit
- log-events
- okta
url: https://github.com/falcosecurity/plugins/tree/master/plugins/okta
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/okta/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 7
source: okta
extraction:
supported: true
- name: github
description: Github Webhook Events
authors: The Falco Authors
contact: https://falco.org/community
maintainers:
- name: The Falco Authors
email: [email protected]
keywords:
- audit
- log-events
- webhook
- github-activity
- github
url: https://github.com/falcosecurity/plugins/tree/master/plugins/github
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/github/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 8
source: github
extraction:
supported: true
- name: k8saudit-eks
description: Read Kubernetes Audit Events from AWS EKS Clusters
authors: The Falco Authors
contact: https://falco.org/community
url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit-eks
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 9
source: k8s_audit
extraction:
supported: true
- name: nomad
description: Read Hashicorp Nomad Events Stream
authors: Alberto Llamas
contact: https://github.com/albertollamaso/nomad-plugin/issues
maintainers:
- name: Alberto Llamas
keywords:
- audit
- audit-events
- nomad
url: https://github.com/albertollamaso/nomad-plugin/tree/main
rules_url: https://github.com/albertollamaso/nomad-plugin/tree/main/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 10
source: nomad
extraction:
supported: true
- name: test
description: This ID is reserved for source plugin development. Any plugin author can use this ID, but authors can expect events from other developers with this ID. After development is complete, the author should request an actual ID
reserved: true
capabilities:
sourcing:
supported: true
id: 999
source: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment