Hatching Triage
Submit a high volume of samples to run in a sandbox and view reports.
Forensics & Malware Analysis · Hatching Triage
Configuration parameters
base_url— API URL (required)API Key— API Keycredentials—Verify SSL— Verify SSLproxy— Use system proxy settings
Commands (22)
-
triage-create-api-keyCreates a new key can be used to make API calls on behalf of the specified user. The user should have been granted the access_api permission beforehand.
-
triage-create-profileCreate a new profile.
-
triage-create-userCreates a new user and returns it. The user will become a member of the company the requesting user is a member of.
-
triage-delete-api-keyDelete the user's API key with the specified name.
-
triage-delete-profileUpdate the profile with the specified ID or name. The stored profile is overwritten, so it is important that the submitted profile has all fields, with the exception of the ID.
-
triage-delete-sampleDeletes a sample from the sandbox.
-
triage-delete-userDelete a user and all associated data, invalidating any sessions and removing their API keys. Any samples submitted by this user are kept.
-
triage-get-api-keyLists all API keys that the user has.
-
triage-get-dumped-fileRetrieves files dumped by the sample. The names can be found under the "dumped" section from the triage report output.
-
triage-get-kernel-monitorRetrieves the output of the kernel monitor.
-
triage-get-pcapRetrieves the PCAP of the analysis for further manual analysis.
-
triage-get-profilesList all profiles that your company has.
-
triage-get-report-triageRetrieves the generated Triage behavioral report for a single task.
-
triage-get-samplePulls back basic information about the sample id given.
-
triage-get-sample-summaryGets a summary report of the sample id provided.
-
triage-get-static-reportGet the static analysis of a sample.
-
triage-get-usersReturn all users within the company as a paginated list. Returns a single user if a userID is provided.
-
triage-query-samplesGet a list of all samples either private or public.
-
triage-query-searchGet a list of private and public samples matching the search query.
-
triage-set-sample-profileWhen a sample is in the static_analysis status, a profile should be selected in order to continue.
-
triage-submit-sampleSubmits a file or url for analysis.
-
triage-update-profileUpdate an existing profile.