KSC Open API  13.1
Kaspersky Security Center API description
SrvView List of links between application control host exe modules and software inventory applications

View contains a list of links between the application control host exe modules and the software inventory applications.

View name: "ACExeFilesSoftInvSrvViewName"

List of view attributes is presented below.

NameTypeDescriptionRemarks
"FILE_ID"paramIntFile ID from the database.

Unique for one Administration Server.

"FILE_NAME"paramStringFile name.Get from the VersionInfo file.
"FILE_NONEMPTY_NAME"paramStringNon-empty file name.

Usually it is equal to "FILE_NAME". If it is empty, a file name from a file instance is used.

"FILE_HASH_MD5"paramBinaryMD5 hash of a file. 
"FILE_HASH_SHA256"paramBinarySHA256 hash of a file.

 

"FILE_TYPE"paramInt"File type". Uses one of the following constants:
  • 0 - Exe
  • 1 - Dll
  • 2 - Sys
  • 3 - Cmd
  • 4 - Script
  • 5 - Reg
  • 6 - Msi
  • 7 - Cpl
  • 8 - WWAhost
  • 9 - MSHta

 

"FILE_HIPS_ID"paramIntHIPS file ID.

 

"FILE_VERSION"paramIntFile version.Get from the VersionInfo file.
"FILE_VERSIONRAW"paramStringFile version in a raw form.Get from the VersionInfo file.
"PRODUCT_NAME"paramStringProduct name.Get from the VersionInfo file.
"PRODUCT_VERSION"paramIntProduct version.Get from the VersionInfo file.
"PRODUCT_VERSIONRAW"paramStringProduct version in a raw form.Get from the VersionInfo file.
"ORGANIZATION_NAME"paramStringOrganization name.Get from the VersionInfo file.
"INV_PRODUCT_ID"paramStringSoftware application string ID.Unique for all Administration Servers.
"wstrDisplayName"paramStringSoftware application display name. 
"wstrDisplayVersion"paramStringSoftware application display version. 
"wstrPublisher"paramStringSoftware application publisher. 
"CERT_ID"paramBinaryID of the certificate. 
"CERT_SERIAL"paramBinarySerial number of the certificate. 
"CERT_THUMBPRINT"paramBinaryThumbprint of the certificate. 
"CERT_PUBLICKEY"paramBinaryPublic key of the certificate. 
"CERT_ISSUER"paramStringIssue of the certificate. 
"CERT_SUBJECT"paramStringSubject of the certificate. 
"CERT_VALIDFROM"paramDateTimeIndicates when the certificate becomes valid. 
"CERT_VALIDTO"paramDateTimeIndicates when the certificate expires.

 

"KL_CATEGORIZED"paramBool

This field should be used only in query filters.

  • If it is used ("KL_CATEGORIZED" = 1 ) is used, then a search will be performed for files that have at least one Kaspersky category.
  • If it is used ("KL_CATEGORIZED" <> 1 ) is used, then a search will be performed for files that have no Kaspersky categories.

Search-only.

"CUSTOM_CATEGORIZED"paramBool

This field should be used only in query filters.

  • If it is used ("CUSTOM_CATEGORIZED" = 1 ) is used, then a search will be performed for files that have at least one custom category.
  • If it is used ("CUSTOM_CATEGORIZED" <> 1 ) is used, then a search will be performed for files that have no custom categories.
Search-only.


See also:
List of supported srvviews