Skip to content

Latest commit

 

History

History
 
 

intel

Get-CsActorId

Get actor IDs

References

Documentation, Swagger

Parameters

-Filter: Filter your query by specifying FQL filter parameters

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 5000]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsActorId

Get-CsActorInfo

Retrieve specific actors

References

Documentation, Swagger

Parameters

-Filter: Filter your query by specifying FQL filter parameters

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 500]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

-Id: IDs of specific actors to return

-Field: The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores [default: '_basic_']

Example

PS> Get-CsActorInfo

Get-CsIndicatorId

Get indicators IDs

References

Documentation, Swagger

Parameters

-Deleted: If $true, include both published and deleted indicators in the response [default: $false]

-Filter: Filter your query by specifying FQL filter parameters

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 150000]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsIndicatorId

Get-CsIndicatorInfo

Retrieve info about specific indicators

References

Documentation, Swagger

Parameters

-Deleted: If $true, include both published and deleted indicators in the response [default: $false]

-Filter: Filter your query by specifying FQL filter parameters

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 150000]

-Offset: The offset to start retrieving records from [default: 0]

-Id: IDs of specific indicators to return

Example

PS> Get-CsIndicatorInfo

Get-CsReportId

Get report IDs

References

Documentation, Swagger

Parameters

-Filter: Filter your query by specifying FQL filter parameters

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 5000]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsReportId

Get-CsReportInfo

Retrieve info about specific reports

References

Documentation, Swagger

Parameters

-Filter: Filter your query by specifying FQL filter parameters

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 500]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

-Id: IDs of the reports you want to retrieve

-Field: The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores [default: '_basic_']

Example

PS> Get-CsReportInfo

Get-CsRuleId

Search for rule IDs

References

Documentation, Swagger

Parameters

-Type: The rule news report type

-Name: Search by rule title

-Description: Substring match on description field

-Tag: Search for rule tags

-MinCreated: Filter results to those created on or after a certain date

-MaxCreated: Filter results to those created on or before a certain date

-Query: Perform a generic substring search across all fields

-Limit: The maximum records to return [default: 100]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsRuleId -Type <string>

Get-CsRuleInfo

Retrieve details for rule sets

References

Documentation, Swagger

Parameters

-Id: IDs of rules to return

Example

PS> Get-CsRuleInfo -Id @(<string>, <string>)

Receive-CsReport

Download a CrowdStrike Intel Report PDF

References

Swagger

Parameters

-Id: ID of the report

-Path: Destination path

Example

PS> Receive-CsReport -Id <string> -Path <string>

Receive-CsRuleSet

Download the latest rule set by type, or specific rule set by id

References

Documentation, Swagger

Parameters

-Type: Type of rule set

-Id: ID of a specific rule set

-Format: Output archive type [default: 'zip']

-Path: Destination path

Example

PS> Receive-CsRuleSet -Type <string> -Path <string>