@shieldiot/pulse-lib 1.0.386 → 1.0.388
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/cjs/lib/common/DevicesMap.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +2 -2
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/Action.d.ts +1 -1
- package/dist/cjs/lib/entities/Action.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +4 -4
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +2 -2
- package/dist/cjs/lib/entities/DataIngestion.d.ts +2 -1
- package/dist/cjs/lib/entities/DataIngestion.js +4 -1
- package/dist/cjs/lib/entities/DataIngestion.js.map +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +2 -2
- package/dist/cjs/lib/entities/Device.js.map +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +2 -2
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/Group.d.ts +1 -1
- package/dist/cjs/lib/entities/Group.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +1 -1
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +2 -2
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
- package/dist/cjs/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightSpec.js.map +1 -1
- package/dist/cjs/lib/entities/Integration.d.ts +3 -3
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.js.map +1 -1
- package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +2 -2
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/entities/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/enums/EventTypeCode.d.ts +2 -1
- package/dist/cjs/lib/enums/EventTypeCode.js +3 -0
- package/dist/cjs/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/DevicesMap.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +2 -2
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/Action.d.ts +1 -1
- package/dist/esm/lib/entities/Action.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +4 -4
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +2 -2
- package/dist/esm/lib/entities/DataIngestion.d.ts +2 -1
- package/dist/esm/lib/entities/DataIngestion.js +4 -1
- package/dist/esm/lib/entities/DataIngestion.js.map +1 -1
- package/dist/esm/lib/entities/Device.d.ts +2 -2
- package/dist/esm/lib/entities/Device.js.map +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +2 -2
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/Group.d.ts +1 -1
- package/dist/esm/lib/entities/Group.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +1 -1
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +2 -2
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
- package/dist/esm/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/esm/lib/entities/InsightSpec.js.map +1 -1
- package/dist/esm/lib/entities/Integration.d.ts +3 -3
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.js.map +1 -1
- package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +2 -2
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/entities/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +2 -2
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/enums/EventTypeCode.d.ts +2 -1
- package/dist/esm/lib/enums/EventTypeCode.js +3 -0
- package/dist/esm/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +7 -7
- package/dist/esm/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/DevicesMap.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +2 -2
- package/dist/types/lib/entities/Action.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +2 -2
- package/dist/types/lib/entities/DataIngestion.d.ts +2 -1
- package/dist/types/lib/entities/Device.d.ts +2 -2
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +2 -2
- package/dist/types/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/types/lib/entities/Group.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +1 -1
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +3 -3
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/enums/EventTypeCode.d.ts +2 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +7 -7
- package/dist/types/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/types/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMembership.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMembership.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserMembership.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMembership.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,4EAA4E;AAC5E,MAAM,OAAO,cAAe,SAAQ,UAAU;CA2B7C"}
|
|
@@ -36,6 +36,7 @@ export declare enum EventTypeCode {
|
|
|
36
36
|
IOT_OUTBOUND_FAST_CONNECT_BURST = 35,
|
|
37
37
|
IOT_LOCAL_FAST_CONNECT_BURST = 36,
|
|
38
38
|
IOT_HIGH_RISK_TLD_QUERY = 37,
|
|
39
|
-
IOT_DNS_TXT_PUBLIC_RESOLVER = 38
|
|
39
|
+
IOT_DNS_TXT_PUBLIC_RESOLVER = 38,
|
|
40
|
+
IOT_FTP_PLAINTEXT_CREDS = 39
|
|
40
41
|
}
|
|
41
42
|
export declare function GetEventTypeCodes(): Map<EventTypeCode, string>;
|
|
@@ -77,6 +77,8 @@ export var EventTypeCode;
|
|
|
77
77
|
EventTypeCode[EventTypeCode["IOT_HIGH_RISK_TLD_QUERY"] = 37] = "IOT_HIGH_RISK_TLD_QUERY";
|
|
78
78
|
// DNS query of type TXT from IoT device to public resolver sid 5000013
|
|
79
79
|
EventTypeCode[EventTypeCode["IOT_DNS_TXT_PUBLIC_RESOLVER"] = 38] = "IOT_DNS_TXT_PUBLIC_RESOLVER";
|
|
80
|
+
// FTP credentials sent in cleartext (USER/PASS over TCP/21)[39] sid 3000002
|
|
81
|
+
EventTypeCode[EventTypeCode["IOT_FTP_PLAINTEXT_CREDS"] = 39] = "IOT_FTP_PLAINTEXT_CREDS";
|
|
80
82
|
})(EventTypeCode || (EventTypeCode = {}));
|
|
81
83
|
// Return list of EventTypeCode values and their display names
|
|
82
84
|
export function GetEventTypeCodes() {
|
|
@@ -119,6 +121,7 @@ export function GetEventTypeCodes() {
|
|
|
119
121
|
result.set(EventTypeCode.IOT_LOCAL_FAST_CONNECT_BURST, 'Iot Local Fast Connect Burst');
|
|
120
122
|
result.set(EventTypeCode.IOT_HIGH_RISK_TLD_QUERY, 'Iot High Risk Tld Query');
|
|
121
123
|
result.set(EventTypeCode.IOT_DNS_TXT_PUBLIC_RESOLVER, 'Iot Dns Txt Public Resolver');
|
|
124
|
+
result.set(EventTypeCode.IOT_FTP_PLAINTEXT_CREDS, 'Iot Ftp Plaintext Creds');
|
|
122
125
|
return result;
|
|
123
126
|
}
|
|
124
127
|
//# sourceMappingURL=EventTypeCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/EventTypeCode.ts"],"names":[],"mappings":"AACA,kBAAkB;AAClB,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"EventTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/EventTypeCode.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { AccountTypeCode } from '../enums';
|
|
2
3
|
import { AccountStatusCode } from '../enums';
|
|
3
4
|
import { Image } from '../entities';
|
|
4
5
|
import { AccountReportDTO } from '../entities';
|
|
5
6
|
import { Account } from '../entities';
|
|
6
7
|
import { AccountSettings } from '../entities';
|
|
7
|
-
import { AccountTypeCode } from '../enums';
|
|
8
8
|
export declare class SysAccountsService {
|
|
9
9
|
private apiUrl;
|
|
10
10
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { FeaturesGroup } from '../entities';
|
|
3
2
|
import { Feature } from '../entities';
|
|
3
|
+
import { FeaturesGroup } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { Group } from '../entities';
|
|
3
|
+
import { User } from '../entities';
|
|
4
4
|
export declare class SysGroupsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { IdsRule } from '../entities';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { RuleActivityStatusCode } from '../enums';
|
|
4
5
|
import { EventTypeCode } from '../enums';
|
|
5
6
|
import { Rule } from '../entities';
|
|
6
|
-
import { IdsRule } from '../entities';
|
|
7
7
|
export declare class SysIdsRulesService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { StringIntValue } from '../common';
|
|
3
2
|
import { ApiKey } from '../entities';
|
|
3
|
+
import { StringIntValue } from '../common';
|
|
4
4
|
export declare class SysKeysService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Rule } from '../entities';
|
|
4
4
|
export declare class SysRulesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { UserTypeCode } from '../enums';
|
|
4
3
|
import { UserStatusCode } from '../enums';
|
|
5
4
|
import { UserMemberships } from '../entities';
|
|
5
|
+
import { User } from '../entities';
|
|
6
6
|
export declare class SysUsersService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
2
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
3
3
|
import { EventCategoryCode } from '../enums';
|
|
4
4
|
import { AlertWithDevice } from '../entities';
|
|
5
|
+
import { TimeSeriesOf2D } from '../common';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { MaliciousIPData } from '../common';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
5
9
|
import { StringKeyValue } from '../common';
|
|
6
10
|
import { Alert } from '../entities';
|
|
7
11
|
import { EventTypeCode } from '../enums';
|
|
8
|
-
import {
|
|
9
|
-
import { EventStatusCode } from '../enums';
|
|
10
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
-
import { IntDistribution } from '../entities';
|
|
12
|
-
import { DeviceActionCode } from '../enums';
|
|
13
|
-
import { TimeSeriesOf2D } from '../common';
|
|
12
|
+
import { SeverityTypeCode } from '../enums';
|
|
14
13
|
import { RuleTypeCode } from '../enums';
|
|
15
|
-
import {
|
|
14
|
+
import { IntDistribution } from '../entities';
|
|
15
|
+
import { MaliciousIPCard } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { NetworkMap } from '../common';
|
|
3
|
+
import { Device } from '../entities';
|
|
4
|
+
import { DeviceStatusCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { IntDistribution } from '../entities';
|
|
7
|
+
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
2
9
|
import { NetworkMapTypeCode } from '../enums';
|
|
3
10
|
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
-
import { MapBounds } from '../common';
|
|
5
|
-
import { DeviceTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
11
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
8
|
-
import { DeviceStatusCode } from '../enums';
|
|
9
12
|
import { DeviceReport } from '../entities';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
13
|
+
import { MapBounds } from '../common';
|
|
14
|
+
import { BulkDevices } from '../entities';
|
|
12
15
|
import { DeviceWithEvents } from '../entities';
|
|
13
|
-
import { IntDistribution } from '../entities';
|
|
14
16
|
import { DevicesMap } from '../common';
|
|
15
|
-
import { Device } from '../entities';
|
|
16
|
-
import { BulkDevices } from '../entities';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import { EventWithDevice } from '../entities';
|
|
2
|
+
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { MaliciousIPData } from '../common';
|
|
4
|
+
import { TimeSeriesOf2D } from '../common';
|
|
5
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
6
|
+
import { EventWithDevice } from '../entities';
|
|
7
|
+
import { IntDistribution } from '../entities';
|
|
5
8
|
import { MaliciousIPCard } from '../common';
|
|
6
9
|
import { Event } from '../entities';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
10
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
-
import { StringKeyValue } from '../common';
|
|
11
|
+
import { EventCategoryCode } from '../enums';
|
|
12
12
|
import { EventStatusCode } from '../enums';
|
|
13
13
|
import { RuleTypeCode } from '../enums';
|
|
14
|
-
import {
|
|
14
|
+
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { Insight } from '../entities';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { IntDistribution } from '../entities';
|
|
4
|
+
import { Insight } from '../entities';
|
|
5
5
|
export declare class UsrInsightsService {
|
|
6
6
|
private apiUrl;
|
|
7
7
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { Distribution } from '../entities';
|
|
3
2
|
import { FlowRecord } from '../entities';
|
|
4
3
|
import { UsageRecord } from '../entities';
|
|
5
4
|
import { SessionRecord } from '../entities';
|
|
6
5
|
import { IntDistribution } from '../entities';
|
|
6
|
+
import { Distribution } from '../entities';
|
|
7
7
|
export declare class UsrNetworkService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { RuleActivityStatusCode } from '../enums';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
5
|
import { TimeSeriesOfFloat } from '../common';
|
|
7
6
|
import { IntDistribution } from '../entities';
|
|
8
7
|
import { Distribution } from '../entities';
|
|
8
|
+
import { Rule } from '../entities';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { LoginParams } from '../common';
|
|
3
|
-
import { User } from '../entities';
|
|
4
3
|
import { AccountDTO } from '../entities';
|
|
4
|
+
import { Stream } from '../entities';
|
|
5
|
+
import { FeatureCode } from '../enums';
|
|
6
|
+
import { User } from '../entities';
|
|
5
7
|
import { Image } from '../entities';
|
|
6
8
|
import { Feature } from '../entities';
|
|
7
|
-
import { Stream } from '../entities';
|
|
8
9
|
import { UserMemberships } from '../entities';
|
|
9
|
-
import { FeatureCode } from '../enums';
|
|
10
10
|
import { ConfigParam } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Interval } from '../common';
|
|
2
|
-
import { SeverityConditionConfig } from '../common';
|
|
3
1
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
2
|
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
3
|
+
import { Interval } from '../common';
|
|
4
|
+
import { SeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountTypeCode } from '../enums';
|
|
2
|
+
import { AccountStatusCode } from '../enums';
|
|
1
3
|
import { StringKeyValue } from '../common';
|
|
2
4
|
import { AccountSettings } from '../entities';
|
|
3
5
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { AccountTypeCode } from '../enums';
|
|
5
|
-
import { AccountStatusCode } from '../enums';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { TrafficDirectionCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
|
-
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import { GeoData } from '../common';
|
|
5
1
|
import { StringKeyValue } from '../common';
|
|
6
2
|
import { EventCategoryCode } from '../enums';
|
|
3
|
+
import { TrafficDirectionCode } from '../enums';
|
|
7
4
|
import { EventTypeCode } from '../enums';
|
|
8
5
|
import { SeverityTypeCode } from '../enums';
|
|
9
6
|
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
|
+
import { GeoData } from '../common';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RuleTypeCode } from '../enums';
|
|
2
2
|
import { GeoData } from '../common';
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
3
4
|
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import { Device } from '../entities';
|
|
5
5
|
import { BaseEntity } from '../base';
|
|
6
6
|
import { EventTypeCode } from '../enums';
|
|
7
7
|
import { SeverityTypeCode } from '../enums';
|
|
8
8
|
import { EventStatusCode } from '../enums';
|
|
9
|
-
import { StringKeyValue } from '../common';
|
|
10
9
|
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { Device } from '../entities';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -14,5 +14,6 @@ export declare class DataIngestion {
|
|
|
14
14
|
defaultDeviceType: DeviceTypeCode;
|
|
15
15
|
deviceCreationPolicy: DeviceCreationCode;
|
|
16
16
|
deviceIdentityPolicy: DeviceIdentityCode;
|
|
17
|
-
|
|
17
|
+
radiusSupport: boolean;
|
|
18
|
+
constructor(inputURI?: string, format?: string, archiveURI?: string, inputFilesExt?: string[], subNets?: string[], exclude?: string[], usageTimeWindowSec?: number, sessionTimeWindowSec?: number, schedule?: string, defaultDeviceType?: DeviceTypeCode, deviceCreationPolicy?: DeviceCreationCode, deviceIdentityPolicy?: DeviceIdentityCode, radiusSupport?: boolean);
|
|
18
19
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeoData } from '../common';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { DeviceTypeCode } from '../enums';
|
|
4
2
|
import { DeviceStatusCode } from '../enums';
|
|
5
3
|
import { StringKeyValue } from '../common';
|
|
6
4
|
import { DeviceActionCode } from '../enums';
|
|
7
5
|
import { SIM } from '../entities';
|
|
6
|
+
import { GeoData } from '../common';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { DeviceActionCode } from '../enums';
|
|
3
1
|
import { SIM } from '../entities';
|
|
4
2
|
import { Event } from '../entities';
|
|
5
3
|
import { GeoData } from '../common';
|
|
6
4
|
import { BaseEntity } from '../base';
|
|
7
5
|
import { DeviceTypeCode } from '../enums';
|
|
8
6
|
import { DeviceStatusCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { EventStatusCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
4
2
|
import { EventCategoryCode } from '../enums';
|
|
5
3
|
import { EventOccurrence } from '../entities';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
6
5
|
import { EventTypeCode } from '../enums';
|
|
7
6
|
import { SeverityTypeCode } from '../enums';
|
|
8
7
|
import { Indicator } from '../common';
|
|
9
8
|
import { RuleTypeCode } from '../enums';
|
|
10
9
|
import { GeoData } from '../common';
|
|
10
|
+
import { StringKeyValue } from '../common';
|
|
11
11
|
import { TrafficDirectionCode } from '../enums';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import { EventOccurrence } from '../entities';
|
|
1
|
+
import { StringKeyValue } from '../common';
|
|
5
2
|
import { TrafficDirectionCode } from '../enums';
|
|
6
3
|
import { Device } from '../entities';
|
|
7
|
-
import {
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
8
5
|
import { EventStatusCode } from '../enums';
|
|
9
|
-
import { Indicator } from '../common';
|
|
10
6
|
import { RuleTypeCode } from '../enums';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
7
|
+
import { Indicator } from '../common';
|
|
8
|
+
import { GeoData } from '../common';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
10
|
+
import { EventOccurrence } from '../entities';
|
|
11
|
+
import { EventTypeCode } from '../enums';
|
|
12
|
+
import { SeverityTypeCode } from '../enums';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { RuleTypeCode } from '../enums';
|
|
2
3
|
import { DataSourceCode } from '../enums';
|
|
3
4
|
import { ConditionDescription } from '../common';
|
|
4
5
|
import { DeviceTypeCode } from '../enums';
|
|
5
6
|
import { EventTypeCode } from '../enums';
|
|
6
7
|
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class IdsRule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RegulatoryViolation } from '../entities';
|
|
2
|
-
import { MitreAttackCategory } from '../entities';
|
|
3
1
|
import { BaseEntity } from '../base';
|
|
4
2
|
import { InsightTypeCode } from '../enums';
|
|
5
3
|
import { InsightStatusCode } from '../enums';
|
|
6
4
|
import { SeverityTypeCode } from '../enums';
|
|
7
5
|
import { DirectionContextCode } from '../enums';
|
|
6
|
+
import { RegulatoryViolation } from '../entities';
|
|
7
|
+
import { MitreAttackCategory } from '../entities';
|
|
8
8
|
export declare class Insight extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { InsightTypeCode } from '../enums';
|
|
2
1
|
import { DirectionContextCode } from '../enums';
|
|
3
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { InsightTypeCode } from '../enums';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { DeviceActionCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
1
4
|
import { IntegrationTypeCode } from '../enums';
|
|
2
5
|
import { IntegrationTriggerCode } from '../enums';
|
|
3
6
|
import { HttpMethodCode } from '../enums';
|
|
4
7
|
import { StringKeyValue } from '../common';
|
|
5
8
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { DeviceActionCode } from '../enums';
|
|
8
|
-
import { BaseEntity } from '../base';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IntDistribution } from '../entities';
|
|
2
1
|
import { DeviceReport } from '../entities';
|
|
3
2
|
import { ReportTypeCode } from '../enums';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { IntDistribution } from '../entities';
|
|
5
5
|
export declare class ReportInstance extends BaseEntity {
|
|
6
6
|
accountId: string;
|
|
7
7
|
from: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
1
3
|
import { DataSourceCode } from '../enums';
|
|
2
4
|
import { ConditionDescription } from '../common';
|
|
3
5
|
import { DeviceTypeCode } from '../enums';
|
|
4
6
|
import { EventTypeCode } from '../enums';
|
|
5
7
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { Thresholds } from '../common';
|
|
2
3
|
import { ShieldexConfig } from '../common';
|
|
3
4
|
import { EventSeverityConfig } from '../common';
|
|
4
5
|
import { DeviceConfig } from '../common';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class StreamAnalyticsConfig extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
thresholds: Thresholds;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SessionTransform } from '../common';
|
|
2
|
-
import { Thresholds } from '../common';
|
|
3
2
|
import { ShieldexConfig } from '../common';
|
|
4
|
-
import { EventSeverityConfig } from '../common';
|
|
5
3
|
import { DeviceActionCode } from '../enums';
|
|
6
|
-
import { DataIngestion } from '../entities';
|
|
7
|
-
import { DeviceConfig } from '../common';
|
|
8
4
|
import { IdsConfig } from '../entities';
|
|
5
|
+
import { DataIngestion } from '../entities';
|
|
9
6
|
import { UsageTransform } from '../common';
|
|
7
|
+
import { Thresholds } from '../common';
|
|
8
|
+
import { EventSeverityConfig } from '../common';
|
|
9
|
+
import { DeviceConfig } from '../common';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
1
|
import { BaseEntity } from '../base';
|
|
3
2
|
import { UserTypeCode } from '../enums';
|
|
4
3
|
import { UserStatusCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
5
|
export declare class User extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
externalId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UserTypeCode } from '../enums';
|
|
2
|
-
import { UserStatusCode } from '../enums';
|
|
3
1
|
import { AccountRole } from '../common';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { UserTypeCode } from '../enums';
|
|
4
|
+
import { UserStatusCode } from '../enums';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -36,6 +36,7 @@ export declare enum EventTypeCode {
|
|
|
36
36
|
IOT_OUTBOUND_FAST_CONNECT_BURST = 35,
|
|
37
37
|
IOT_LOCAL_FAST_CONNECT_BURST = 36,
|
|
38
38
|
IOT_HIGH_RISK_TLD_QUERY = 37,
|
|
39
|
-
IOT_DNS_TXT_PUBLIC_RESOLVER = 38
|
|
39
|
+
IOT_DNS_TXT_PUBLIC_RESOLVER = 38,
|
|
40
|
+
IOT_FTP_PLAINTEXT_CREDS = 39
|
|
40
41
|
}
|
|
41
42
|
export declare function GetEventTypeCodes(): Map<EventTypeCode, string>;
|