Releases: code7a/workloader
Auto Deny Rules & Auto AI Label
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
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
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
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
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
auto deny rules beta