-
Notifications
You must be signed in to change notification settings - Fork 72
Edit FalconFileVantageRule
bk-cs edited this page Sep 3, 2024
·
3 revisions
Modify a rule within a FileVantage rule group
Requires 'Falcon FileVantage: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String | Rule identifier | X | X | |||
Precedence | Int32 | Precedence of the rule inside of the existing rule group | X | ||||
Path | String | Path of the directory, file, or registry key to monitor | 1 |
250 |
X | ||
Depth | String | Monitoring depth below the initial target directory/file/registry key |
1 2 3 4 5 ANY
|
X | |||
Severity | String | Rule severity |
Low Medium High Critical
|
X | |||
Description | String | Rule description | 500 |
X | |||
Include | String | User Restrict monitoring to changes made by one or more users |
X | ||||
Exclude | String | User Exclude changes made by one or more users |
X | ||||
IncludeProcess | String | Restrict monitoring to changes made by one or more processes | X | ||||
ExcludeProcess | String | Exclude changes made by one or more processes | X | ||||
IncludeUser | String | Restrict monitoring to changes made by one or more users | X | ||||
ExcludeUser | String | Exclude changes made by one or more users | X | ||||
DirectoryAttribute | Boolean | Track directory attribute change events | X | ||||
DirectoryCreate | Boolean | Track directory create events | X | ||||
DirectoryDelete | Boolean | Track directory delete events | X | ||||
DirectoryPermission | Boolean | Track directory permission change events | X | ||||
DirectoryRename | Boolean | Track directory rename events | X | ||||
FileAttribute | Boolean | Track file attribute change events | X | ||||
FileChange | Boolean | Track file change events | X | ||||
FileDelete | Boolean | Track file delete events | X | ||||
FilePermission | Boolean | Track file permission change events | X | ||||
FileRename | Boolean | Track file rename events | X | ||||
FileWrite | Boolean | Track file write events | X | ||||
RegKeyCreate | Boolean | Track registry key create events | X | ||||
RegKeyDelete | Boolean | Track registry key delete events | X | ||||
RegKeyPermission | Boolean | Track registry key permission change events | X | ||||
RegKeyRename | Boolean | Track registry key rename events | X | ||||
RegKeySet | Boolean | Track registry key set events | X | ||||
RegValueCreate | Boolean | Track registry value create events | X | ||||
RegValueDelete | Boolean | Track registry value delete events | X | ||||
EnableContentCapture | Boolean | Enable the capture of file content during events | X | ||||
ContentFiles | String[] | A specific list of files to monitor for content changes | X | ||||
ContentRegistryValues | String[] | A specific list of registry paths to monitor for content changes (matching Include/Exclude) | X | ||||
HashCapture | Boolean | Track file hash | X | ||||
RuleGroupId | String | FileVantage rule group identifier | X |
Edit-FalconFileVantageRule [-Id] <String> [-Precedence] <Int32> [[-Path] <String>] [[-Depth] <String>] [[-Severity] <String>] [[-Description] <String>] [[-Include] <String>] [[-Exclude] <String>] [[-IncludeProcess] <String>] [[-ExcludeProcess] <String>] [[-IncludeUser] <String>] [[-ExcludeUser] <String>] [[-DirectoryAttribute] <Boolean>] [[-DirectoryCreate] <Boolean>] [[-DirectoryDelete] <Boolean>] [[-DirectoryPermission] <Boolean>] [[-DirectoryRename] <Boolean>] [[-FileAttribute] <Boolean>] [[-FileChange] <Boolean>] [[-FileDelete] <Boolean>] [[-FilePermission] <Boolean>] [[-FileRename] <Boolean>] [[-FileWrite] <Boolean>] [[-RegKeyCreate] <Boolean>] [[-RegKeyDelete] <Boolean>] [[-RegKeyPermission] <Boolean>] [[-RegKeyRename] <Boolean>] [[-RegKeySet] <Boolean>] [[-RegValueCreate] <Boolean>] [[-RegValueDelete] <Boolean>] [[-EnableContentCapture] <Boolean>] [[-ContentFiles] <String[]>] [[-ContentRegistryValues] <String[]>] [[-HashCapture] <Boolean>] -RuleGroupId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
PATCH /filevantage/entities/rule-groups-rules/v1
2024-09-03: PSFalcon v2.2.7
- Using PSFalcon
-
Commands by Permission
- Actors (Falcon Intelligence)
- Alerts
- API integrations
- App Logs
- Channel File Control Settings
- Configuration Assessment
- Content Update Policies
- Correlation Rules
- CSPM registration
- Custom IOA rules
- Detections
- Device Content
- Device control policies
- Event streams
- Falcon Complete Dashboards
- Falcon Container Image
- Falcon Data Replicator
- Falcon Discover
- Falcon FileVantage
- Falcon FileVantage Content
- Firewall management
- Flight Control
- Host groups
- Host Migration
- Hosts
- Identity Protection Entities
- Identity Protection GraphQL
- Identity Protection Policy Rules
- Incidents
- Indicators (Falcon Intelligence)
- Installation tokens
- Installation token settings
- IOA Exclusions
- IOC Manager APIs
- IOCs
- Kubernetes Protection
- Machine Learning exclusions
- MalQuery
- Malware Families (Falcon Intelligence)
- Message Center
- Mobile Enrollment
- Monitoring rules (Falcon Intelligence Recon)
- On demand scans (ODS)
- OverWatch Dashboard
- Prevention Policies
- Quarantined Files
- QuickScan Pro
- Real time response
- Real time response (admin)
- Reports (Falcon Intelligence)
- Response policies
- Rules (Falcon Intelligence)
- Sample uploads
- Sandbox (Falcon Intelligence)
- Scheduled Reports
- Sensor Download
- Sensor update policies
- Sensor Usage
- Sensor Visibility Exclusions
- Snapshot
- Snapshot Scanner Image Download
- Tailored Intelligence
- Threatgraph
- User management
- Vulnerabilities
- Vulnerabilities (Falcon Intelligence)
- Workflow
- Zero Trust Assessment
- Other Commands
- Examples
-
CrowdStrike SDKs
- FalconPy - Python 3
- goFalcon - Go
- Rusty Falcon - Rust