Skip to content

Releases: code7a/workloader

Auto Deny Rules & Auto AI Label

23 Jan 17:51
7c3f5b3

Choose a tag to compare

Merges two features.

Auto Deny Rules - Automatically creates deny rules for workloads, in visibility or selective enforcement, with no traffic on ransomware services.

New features: both inbound and outbound direction, include and exclude label filters, grouping of rules with 200+ actors, and dry run

Example:
.\workloader.exe auto-deny-rules --exclude-broadcast --exclude-multicast
.\workloader --exclude-label env:Prod --direction inbound
.\workloader --include-label env:Dev --include-label app:PCI

Auto AI Label - Automatically labels workloads, with no application label, from workload flow data and listening services metadata and AI determination of an appropriate application label. Provide your own AI endpoint parameter to command. AI output response must be one string for label creation.

New feature: Non-disruptively test and validate AI model suggestions against existing labels using a compare parameter and a small sample size from current workloads.

Example:
.\workloader.exe auto-ai-label --ai-endpoint https://example.private.ai/label
.\workloader.exe auto-ai-label --ai-endpoint https://example.private.ai/label --compare-existing --sample-size 10

Auto Deny Rules & Auto AI Label

22 Jan 18:00
7c3f5b3

Choose a tag to compare

Merges two features.

Auto Deny Rules - Automatically creates deny rules for workloads, in visibility or selective enforcement, with no traffic on ransomware services. New features: both inbound and outbound direction, include and exclude label filters, grouping of rules with 200+ actors, and dry run
Example:
.\workloader.exe auto-deny-rules --exclude-broadcast --exclude-multicast
.\workloader --exclude-label env:Prod --direction inbound
.\workloader --include-label env:Dev --include-label app:PCI

Auto AI Label - Automatically labels workloads, with no application label, from workload flow data and listening services metadata and AI determination of an appropriate application label. Provide your own AI endpoint parameter to command. AI output response must be one string for label creation.
Example:
.\workloader.exe auto-ai-label --ai-endpoint https://example.private.ai/label

Auto Deny Rules & Auto AI Label

20 Jan 20:12
7c3f5b3

Choose a tag to compare

Merges two features.

Auto Deny Rules - Automatically creates deny rules for workloads, in visibility or selective enforcement, with no traffic on ransomware services.
Example:
.\workloader.exe auto-deny-rules --exclude-broadcast --exclude-multicast

Auto AI Label - Automatically labels workloads, with no application label, from workload flow data and listening services metadata and AI determination of an appropriate application label. Provide your own AI endpoint parameter to command. AI output response must be one string for label creation.
Example:
.\workloader.exe auto-ai-label --ai-endpoint https://example.private.ai/label

Auto Deny Rules & Auto AI Label

13 Jan 18:19
7c3f5b3

Choose a tag to compare

Pre-release

Merges two beta features.

Auto Deny Rules - Automatically creates deny rules for workloads, in visibility or selective enforcement, with no traffic on ransomware services.
Example:
.\workloader.exe auto-deny-rules --exclude-broadcast --exclude-multicast

Auto AI Label - Automatically labels workloads, with no application label, from workload flow data and listening services metadata and AI determination of an appropriate application label. Provide your own AI endpoint parameter to command. AI output response must be one string for label creation.
Example:
.\workloader.exe auto-ai-label --ai-endpoint https://example.private.ai/label

v0.0.2-beta-auto-ai-label

16 Dec 17:21
7c3f5b3

Choose a tag to compare

Pre-release

Auto AI Label - Automatically Label workloads with no application label from workload flow data and metadata and AI determination of an appropriate application label. Provide your AI endpoint parameter to command.

v0.0.1-beta-auto-deny-rules

06 Nov 21:40
7c3f5b3

Choose a tag to compare

Pre-release

auto deny rules beta