Genians NAC Integration
Overview
This integration collects device discovery, compliance status, authentication events, and network anomaly logs from Genian NAC. Genians holds over 60% of the Korean NAC market and provides excellent API documentation.
Supported product: Genian NAC 5.x
Prerequisites
- A KYRA MDR Collector installed and running (Installation Guide)
- Genian NAC Policy Center admin access
- API key for REST API access (recommended)
Configuration
Option 1: REST API (Recommended)
Genian NAC provides a well-documented REST API for querying device inventory, compliance status, and events.
- Log in to the Genian NAC Policy Center
- Navigate to Settings > API Key Management
- Generate an API key and provide it to KYRA MDR during setup
GET /mc2/rest/nodes?apiKey=<KEY>&page=1&pageSize=100Option 2: Syslog
- Navigate to Policy Center > 설정 > 외부연동 > Syslog
- Add the KYRA Collector IP and port 514
- Select the log types to forward
Sample log format (CEF-like):
<14>Jan 15 10:30:00 genian-nac CEF:0|Genians|NAC|5.0|100|Node Detected|5|src=192.168.1.50 mac=00:11:22:33:44:55Collected Log Types
| Log Type | Security Use | Priority |
|---|---|---|
| Device discovery | New/unknown device detection on network | Critical |
| Device profiling | OS and device type identification | High |
| Compliance status | Patch level, AV status verification | High |
| 802.1X authentication | Network access control events | High |
| Policy violations | Non-compliant device detection | Critical |
| IP conflict / MAC change | Network anomaly detection | High |
| Quarantine events | Device isolation tracking | High |
| ARP spoofing detection | Network attack detection | Critical |
Troubleshooting
API Connection Issues
- Verify the API key is valid and has not expired
- Ensure the collector can reach the Genian NAC Policy Center over HTTPS
- Check that the API user has sufficient permissions
No Syslog Logs
- Verify syslog server settings in the Policy Center
- Ensure port 514 is open between the NAC and the collector
For additional help, contact kyra@seekerslab.com.