Added
{ New } - Search by PC Name Endpoint
about 8 hours ago by Dan Benshitrit
🖥️ Search by PC Name Endpoint
- New endpoint:
/json/v3/search-by-pc - Category: End User Protection
- Purpose: Search for compromises by computer/machine name
- Use case: Asset-based threat hunting and infrastructure security monitoring
📋 Request Parameters
Required
pcs: Array of computer names to search for- Type: Array of strings
- Limit: 1-50 computer names per request
- Example:
["ADMIN", "WORKSTATION-01", "LAPTOP-DEV"] - Case handling: Case-insensitive matching
Optional (Inherited from Common Parameters)
sort_by: Sort field (date_compromised,date_uploaded)sort_direction: Sort direction (asc,desc)types: Filter by credential types (employees,users,third_parties)domains: Domain filtering for targeted searcheskeywords: URL keyword filteringcursor: Pagination cursor for large result setsstart_date/end_date: Temporal filtering optionsadditional_fields: Extended data inclusion options
