Added

{ New } - Search by PC Name Endpoint

🖥️ 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 searches
  • keywords: URL keyword filtering
  • cursor: Pagination cursor for large result sets
  • start_date/end_date: Temporal filtering options
  • additional_fields: Extended data inclusion options