Reference: Error Codes
  • 31 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Reference: Error Codes

  • Dark
    Light

Article Summary

The follow error codes are found within the response events (_REP), often in response to a sensor command.

Error CodeValue
ERROR_SUCCESS0, 200
ERROR_INVALID_FUNCTION1
ERROR_FILE_NOT_FOUND2
ERROR_PATH_NOT_FOUND3
ERROR_ACCESS_DENIED5
ERROR_INVALID_HANDLE6
ERROR_NOT_ENOUGH_MEMORY8
ERROR_INVALID_DRIVE15
ERROR_CURRENT_DIRECTORY16
ERROR_WRITE_PROTECT19
ERROR_CRC23
ERROR_SEEK25
ERROR_WRITE_FAULT29
ERROR_READ_FAULT30
ERROR_SHARING_VIOLATION32
ERROR_LOCK_VIOLATION33
ERROR_HANDLE_EOF38
ERROR_HANDLE_DISK_FULL39
ERROR_NOT_SUPPORTED50
ERROR_BAD_NETPATH53
ERROR_NETWORK_BUSY54
ERROR_NETWORK_ACCESS_DENIED65
ERROR_BAD_NET_NAME67
ERROR_FILE_EXISTS80
ERROR_INVALID_PASSWORD86
ERROR_INVALID_PARAMETER87
ERROR_BROKEN_PIPE109
ERROR_OPEN_FAILED110
ERROR_BUFFER_OVERFLOW111
ERROR_DISK_FULL112
ERROR_INVALID_NAME123
ERROR_NEGATIVE_SEEK131
ERROR_DIR_NOT_EMPTY145
ERROR_BUSY170
ERROR_BAD_EXE_FORMAT193
ERROR_FILENAME_EXCED_RANGE206
ERROR_FILE_TOO_LARGE223
ERROR_DIRECTORY267
ERROR_INVALID_ADDRESS487
ERROR_TIMEOUT1460

Payload Specific

When dealing with Payloads or Artifact collection, you may receive HTTP specific error codes:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

Yara Specific

When doing Yara scanning operations, you may receive Yara specific error codes.

These are documented here:
https://github.com/VirusTotal/yara/blob/master/libyara/include/yara/error.h


Was this article helpful?