Skip to main content

Instructor, no.

Incydr Professional, Enterprise, Horizon, and Gov F2, yes.

Incydr Basic, Advanced, and Gov F1, yes.

HOME
GETTING STARTED
RELEASE NOTES
FAQs
APIs
SYSTEM STATUS
Code42 Support

Code42 Search file events

The following describes the Code42: Search file events custom function in Code42 for Resilient. Input parameters are required unless noted. For more information, see Code42 for IBM Resilient customization settings.

Code42: Search file events

This function runs a file event query using Code42 Forensic Search, for example based on filename, file hash, and/or username. This function facilitates requests with "AND" conditions.

Input parameters
Output
  • result (dict):
    • file_events (list): File events (up to 100*) matching the query. See the Example Value in the API Documentation for syntax. 
    • total_count (int): Number of file events matching the query.  
  • error (str): If result is None, information on the cause of the error.
Raises

Exception if the function cannot connect to Code42.

*If the total count is over 100, use Code42 Forensic Search to view all the results.

  • Was this article helpful?