-
Notifications
You must be signed in to change notification settings - Fork 81
Edit FalconItTask
bk-cs edited this page Aug 4, 2025
·
2 revisions
Modify Falcon for IT tasks
Requires 'IT Automation - Tasks: Write'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Name | String | Task name | X | ||||
| Description | String | Task description | X | ||||
| TaskType | String | Task type |
queryremediation
|
X | |||
| AccessType | String | Task access type |
PublicShared
|
X | |||
| Target | String | Falcon Query Language expression to define target hosts | X | ||||
| Parameter | Object[] | Task | X | ||||
| Query | Object | Query | X | ||||
| Remediation | Object | Remediation | X | ||||
| Trigger | Object[] | Trigger condition | X | ||||
| Verification | Object[] | Verification condition | X | ||||
| OsQuery | String | OsQuery statement | X | ||||
| TaskGroupId | String | Task group identifier | X | ||||
| AddUserGroupId | String[] | User group identifier to add | |||||
| AddUserId | String[] | User identifier to add | |||||
| RemoveUserGroupId | String[] | User group identifier to remove | |||||
| RemoveUserId | String[] | User identifier to remove | |||||
| OutputParser | Object | Column and delimiter values to parse result output | X | ||||
| Id | String | Task identifier | X | X |
Edit-FalconItTask [[-Name] <String>] [[-Description] <String>] [[-TaskType] <String>] [[-AccessType] <String>] [[-Target] <String>] [[-Parameter] <Object[]>] [[-Query] <Object>] [[-Remediation] <Object>] [[-Trigger] <Object[]>] [[-Verification] <Object[]>] [[-OsQuery] <String>] [[-TaskGroupId] <String>] [[-AddUserGroupId] <String[]>] [[-AddUserId] <String[]>] [[-RemoveUserGroupId] <String[]>] [[-RemoveUserId] <String[]>] [[-OutputParser] <Object>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]PATCH /it-automation/entities/tasks/v1
Edit-FalconItTask -Id <id> -Name 'it automation test - 1' -Description 'Updated description' -Target "platform_name:'Windows'" -TaskType query -Query @{ windows = @{ content = 'pwd'; language = 'powershell' }}2025-08-04: PSFalcon v2.2.9

- Using PSFalcon
-
Commands by Permission
- Actors (Falcon Intelligence)
- Alerts
- API integrations
- App Logs
- Assets
- CAO Hunting
- Case Templates
- Cases
- Channel File Control Settings
- Cloud Security API Assets
- Configuration Assessment
- Content Update Policies
- Correlation Rules
- CSPM registration
- Custom IOA rules
- Device Content
- Device control policies
- Event streams
- Falcon Complete Dashboards
- Falcon Container Image
- Falcon Data Replicator
- 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
- IT Automation - Policies
- IT Automation - Task Executions
- IT Automation - Tasks
- IT Automation - User Groups
- Kubernetes Protection
- Machine Learning exclusions
- MalQuery
- Malware Families (Falcon Intelligence)
- Message Center
- Mobile Enrollment
- Monitoring rules (Falcon Intelligence Recon)
- NGSIEM
- NGSIEM Dashboards
- NGSIEM Lookup Files
- NGSIEM Parsers
- NGSIEM Saved Queries
- 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