Files
cisagov--redeye/docs/parser-guide/commands-api/parse-campaign/interfaces/ParserHost.md
T
2026-07-13 12:33:44 +08:00

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

parser-host.ts:28


name

name: string

The name of the host

Defined in

parser-host.ts:5


os

Optional os: string

The operating system of the host

Example

os = 'Windows';

Defined in

parser-host.ts:16


osVersion

Optional osVersion: string

The version of the operating system of the host

Example

osVersion = '10.0.19041';

Defined in

parser-host.ts:22


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

parser-host.ts:10


type

Optional type: string

The type of host

Example

type = 'workstation';
type = 'server';
type = 'laptop';
type = 'virtual machine';

Defined in

parser-host.ts:37