Microsoft-Windows-Kernel-General › Event 15

Event ID 15 — Hive HiveName was reorganized with a starting size of OriginalSize bytes and an ending size of NewSize bytes.

Provider
Microsoft-Windows-Kernel-General
Channel
System
Level
Informational
Task
ReorganizeHive

Description

Hive HiveName was reorganized with a starting size of OriginalSize bytes and an ending size of NewSize bytes.

Message #

Hive %2 was reorganized with a starting size of %3 bytes and an ending size of %4 bytes.

Fields #

NameDescription
HiveNameLength UInt16
HiveName UnicodeString
OriginalSize UInt32
NewSize UInt32

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-Kernel-General",
    "guid": "A68CA8B7-004F-D7B6-A698-07E2DE0F1F5D",
    "event_source_name": "",
    "event_id": 15,
    "version": 0,
    "level": 4,
    "task": 10,
    "opcode": 0,
    "keywords": 9223372036854775808,
    "time_created": "2023-11-06T06:23:38.372509+00:00",
    "event_record_id": 1618,
    "correlation": {},
    "execution": {
      "process_id": 1416,
      "thread_id": 1420
    },
    "channel": "System",
    "computer": "WinDev2310Eval",
    "security": {
      "user_id": "S-1-5-18"
    }
  },
  "event_data": {
    "HiveNameLength": 52,
    "HiveName": "\\??\\C:\\Windows\\System32\\SMI\\Store\\Machine\\SCHEMA.DAT",
    "OriginalSize": 11767808,
    "NewSize": 10665984
  },
  "message": ""
}

References #