Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::KernelRootkit.
Kernel mode rootkit signatures.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Rootkit name when available.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Rootkit name when available.
Returns
- (::String) — Rootkit name when available.
#unexpected_code_modification
def unexpected_code_modification() -> ::Boolean
Returns
- (::Boolean) — True when unexpected modifications of kernel code memory are present.
#unexpected_code_modification=
def unexpected_code_modification=(value) -> ::Boolean
Parameter
- value (::Boolean) — True when unexpected modifications of kernel code memory are present.
Returns
- (::Boolean) — True when unexpected modifications of kernel code memory are present.
#unexpected_ftrace_handler
def unexpected_ftrace_handler() -> ::Boolean
Returns
-
(::Boolean) — True when
ftrace
points are present with callbacks pointing to regions that are not in the expected kernel or module code range.
#unexpected_ftrace_handler=
def unexpected_ftrace_handler=(value) -> ::Boolean
Parameter
-
value (::Boolean) — True when
ftrace
points are present with callbacks pointing to regions that are not in the expected kernel or module code range.
Returns
-
(::Boolean) — True when
ftrace
points are present with callbacks pointing to regions that are not in the expected kernel or module code range.
#unexpected_interrupt_handler
def unexpected_interrupt_handler() -> ::Boolean
Returns
- (::Boolean) — True when interrupt handlers that are are not in the expected kernel or module code regions are present.
#unexpected_interrupt_handler=
def unexpected_interrupt_handler=(value) -> ::Boolean
Parameter
- value (::Boolean) — True when interrupt handlers that are are not in the expected kernel or module code regions are present.
Returns
- (::Boolean) — True when interrupt handlers that are are not in the expected kernel or module code regions are present.
#unexpected_kernel_code_pages
def unexpected_kernel_code_pages() -> ::Boolean
Returns
- (::Boolean) — True when kernel code pages that are not in the expected kernel or module code regions are present.
#unexpected_kernel_code_pages=
def unexpected_kernel_code_pages=(value) -> ::Boolean
Parameter
- value (::Boolean) — True when kernel code pages that are not in the expected kernel or module code regions are present.
Returns
- (::Boolean) — True when kernel code pages that are not in the expected kernel or module code regions are present.
#unexpected_kprobe_handler
def unexpected_kprobe_handler() -> ::Boolean
Returns
-
(::Boolean) — True when
kprobe
points are present with callbacks pointing to regions that are not in the expected kernel or module code range.
#unexpected_kprobe_handler=
def unexpected_kprobe_handler=(value) -> ::Boolean
Parameter
-
value (::Boolean) — True when
kprobe
points are present with callbacks pointing to regions that are not in the expected kernel or module code range.
Returns
-
(::Boolean) — True when
kprobe
points are present with callbacks pointing to regions that are not in the expected kernel or module code range.
#unexpected_processes_in_runqueue
def unexpected_processes_in_runqueue() -> ::Boolean
Returns
- (::Boolean) — True when unexpected processes in the scheduler run queue are present. Such processes are in the run queue, but not in the process task list.
#unexpected_processes_in_runqueue=
def unexpected_processes_in_runqueue=(value) -> ::Boolean
Parameter
- value (::Boolean) — True when unexpected processes in the scheduler run queue are present. Such processes are in the run queue, but not in the process task list.
Returns
- (::Boolean) — True when unexpected processes in the scheduler run queue are present. Such processes are in the run queue, but not in the process task list.
#unexpected_read_only_data_modification
def unexpected_read_only_data_modification() -> ::Boolean
Returns
- (::Boolean) — True when unexpected modifications of kernel read-only data memory are present.
#unexpected_read_only_data_modification=
def unexpected_read_only_data_modification=(value) -> ::Boolean
Parameter
- value (::Boolean) — True when unexpected modifications of kernel read-only data memory are present.
Returns
- (::Boolean) — True when unexpected modifications of kernel read-only data memory are present.
#unexpected_system_call_handler
def unexpected_system_call_handler() -> ::Boolean
Returns
- (::Boolean) — True when system call handlers that are are not in the expected kernel or module code regions are present.
#unexpected_system_call_handler=
def unexpected_system_call_handler=(value) -> ::Boolean
Parameter
- value (::Boolean) — True when system call handlers that are are not in the expected kernel or module code regions are present.
Returns
- (::Boolean) — True when system call handlers that are are not in the expected kernel or module code regions are present.