Skip to content

Commit

Permalink
Merge pull request #1836 from SEKOIA-IO/feature/ibm_i
Browse files Browse the repository at this point in the history
Feature: IBM iSeries
  • Loading branch information
squioc authored Jun 19, 2024
2 parents a504767 + a1a03d7 commit 2c0a4d0
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
69 changes: 69 additions & 0 deletions docs/xdr/features/collect/integrations/endpoint/ibm_i.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
uuid: fc03f783-5039-415e-915a-a4b010d9a872
name: IBM iSeries
type: intake

## Overview

IBM iSeries (AS/400) is a robust, scalable family of midrange business computers running the IBM i operating system, known for its integrated DB2 database and strong security features.

!!! warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.

## Supported versions

This integration supports the following versions:

- 7.3
- 7.4
- 7.5

## Supported events

This integration supports the following events:

- Audit journal (Command entry, Authority failure)
- Integrated file system monitoring
- Message queues monitoring
- Database monitoring
- History logs

{!_shared_content/operations_center/detection/generated/suggested_rules_fc03f783-5039-415e-915a-a4b010d9a872_do_not_edit_manually.md!}

{!_shared_content/operations_center/integrations/generated/fc03f783-5039-415e-915a-a4b010d9a872.md!}

## Configure

In this guide, you will configure the gateway to forward events to syslog.

### Prerequisites

1. An internal syslog concentrator is required to collect and forward events to Sekoia.io.
2. Syslog Reporting Manager installed on the iSeries. See [docs](https://www.ibm.com/support/pages/ibm-i-security) for more info.

### Forward IBM iSeries events

1. Ensure having `Syslog Reporting Manager` installed and configured
2. On the SLMON menu, type `CFGSRM`
3. On the Configure global settings, select Option `2`
4. Type the address and the port of the log concentrator
5. Select `RFC5424` as `Syslog format`
6. Select `CEF` as `SIEM message format`
7. Select the protocol for the log concentrator (`TCP` is recommended)
8. At the bottom of the screen, press `Enter` to save the changes

### Enable Audit logs (optional)

1. On the SLMON menu, type `CFGSRM`
2. On the Configure global settings, select Option `10`
3. Enable the following type:
- AF: Authority failures
- CD: Command string audit
4. Press `F3` to save the changes

## Create the intake

Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format IBM iSeries.

## Send logs to Sekoia.io

Please consult the [Syslog Forwarding](../../../ingestion_methods/sekoiaio_forwarder/) documentation to forward these logs to Sekoia.io.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ nav:
- ESET Protect: xdr/features/collect/integrations/endpoint/eset_protect.md
- HarfangLab: xdr/features/collect/integrations/endpoint/harfanglab.md
- IBM AIX: xdr/features/collect/integrations/endpoint/ibm_aix.md
- IBM iSeries: xdr/features/collect/integrations/endpoint/ibm_i.md
- Linux: xdr/features/collect/integrations/endpoint/linux.md
- Microsoft Intune: xdr/features/collect/integrations/endpoint/microsoft_intune.md
- Panda Security Aether: xdr/features/collect/integrations/endpoint/panda_security_aether.md
Expand Down

0 comments on commit 2c0a4d0

Please sign in to comment.