KSC Open API
Kaspersky Security Center API description
|
Name | Type | Description | Remarks |
---|---|---|---|
"FILE_ID" | paramInt | File ID from database. | Unique inside one Administration Server. |
"FILE_NAME" | paramString | File name. | Get from the VersionInfo file. |
"FILE_NONEMPTY_NAME" | paramString | Non-empty file name. | Usually, this is equal to "FILE_NAME". If it is empty, a name from a file instance is used. |
"FILE_HASH_MD5" | paramBinary | MD5 hash of file. | |
"FILE_HASH_SHA256" | paramBinary | SHA256 hash of file. |
|
"FILE_TYPE" | paramInt | File type. One of the following values:
|
|
"FILE_HIPS_ID" | paramInt | HIPS file ID. |
|
"FILE_VERSION" | paramInt | File version. | Get from the VersionInfo file. |
"FILE_VERSIONRAW" | paramString | File version in raw form | Get from the VersionInfo file. |
"PRODUCT_NAME" | paramString | Product name. | Get from the VersionInfo file. |
"PRODUCT_VERSION" | paramInt | Product version. | Get from the VersionInfo file. |
"PRODUCT_VERSIONRAW" | paramString | Product version in a raw form. | Get from the VersionInfo file. |
"ORGANIZATION_NAME" | paramString | Organization name. | Get from the VersionInfo file. |
"HST_FIRST_APPEAR" | paramDateTime | Time when instance of the file has been added into database, in UTC. | |
"HOST_ID" | paramInt | Host ID from database. | Unique inside one Administration Server. |
"HOST_NAME" | paramString | Host name. A unique server-generated string. See KLHST_WKS_HOSTNAME attribute. String is if no Network Agent is installed. | Read-only. |
"HOST_DISPLAY_NAME" | paramString | Host display name. | |
"CatList" | paramArray | Collection of the file categories. Each entry of the array is a IKlAkParams container that contains the following attributes: "CatList" (paramArray) | +--<0> (paramParams) | +--"CatType" (paramInt) +--"CatId" (paramBinary) +--"CATEGORY_DN" (paramString) Where:
|
|
"CERT_ID" | paramBinary | ID of the certificate. | |
"CERT_SERIAL" | paramBinary | Serial number of the certificate. | |
"CERT_THUMBPRINT" | paramBinary | Thumbprint of the certificate. | |
"CERT_PUBLICKEY" | paramBinary | Public key of the certificate. | |
"CERT_ISSUER" | paramString | Issue of the certificate. | |
"CERT_SUBJECT" | paramString | Subject of the certificate. | |
"CERT_VALIDFROM" | paramDateTime | Indicates when the certificate becomes valid. | |
"CERT_VALIDTO" | paramDateTime | Indicates when the certificate expires. |