1.9 KiB
1.9 KiB
@redeye/parser-core / ParserHost
Interface: ParserHost
Table of contents
Properties
Properties
ip
• Optional ip: string
The IP address of the host
Example
ip = '192.168.23.0';
Defined in
name
• name: string
The name of the host
Defined in
os
• Optional os: string
The operating system of the host
Example
os = 'Windows';
Defined in
osVersion
• Optional osVersion: string
The version of the operating system of the host
Example
osVersion = '10.0.19041';
Defined in
server
• server: string
The name of the server that first ran a command or spawned a beacon on the host This should match the name of a server in the servers object
Defined in
type
• Optional type: string
The type of host
Example
type = 'workstation';
type = 'server';
type = 'laptop';
type = 'virtual machine';