- Products
- Learn
- Local User Groups
- Partners
- More
The Great Exposure Reset
24 February 2026 @ 5pm CET / 11am EST
AI Security Masters E4:
Introducing Cyata - Securing the Agenic AI Era
AI Security Masters E3:
AI-Generated Malware
CheckMates Go:
CheckMates Fest
I've created a Python script that analyzes Check Point Identity Awareness data from ida_tables_util and generates detailed statistics reports.
pdp_stats.txt and pep_stats.txtpython3 ida_stats.py
usage: ida_stats.py [-h] [-f FILE] [--generate] [--demo] [--table {pdp,pep,both}]
Analyze Check Point IDA Statistics (PDP Sessions and PEP Client Database)
options:
-h, --help show this help message and exit
-f FILE, --file FILE Input CSV file
--generate Run ida_tables_util to generate CSV file
--demo Use demo data (synthetic data for demonstration)
--table {pdp,pep,both}
Which table to analyze (default: both)
Examples:
# Analyze both PDP and PEP (demo mode):
python ida_stats.py --demo
# Analyze specific table with file:
python ida_stats.py --table pdp -f ida_tab_pdp_sessions.csv
python ida_stats.py --table pep -f ida_tab_pep_client_db.csv
# Generate and analyze (requires Check Point system):
python ida_stats.py --table pdp --generate
python ida_stats.py --table pep --generate
python ida_stats.py --table both --generate
[Expert@gateway:0]# python3 ida_stats.py --table both --generate Running: ida_tables_util -t pdp_sessions CSV file created: ida_tab_pdp_sessions.csv Parsing PDP CSV file: ida_tab_pdp_sessions.csv Found 8542 PDP sessions PDP statistics saved to: pdp_stats.txt Running: ida_tables_util -t pep_client_db CSV file created: ida_tab_pep_client_db.csv Parsing PEP CSV file: ida_tab_pep_client_db.csv Found 7891 PEP entries PEP statistics saved to: pep_stats.txt
python ida_stats.py --demo
python ida_stats.py --table pdp -f ida_tab_pdp_sessions.csv python ida_stats.py --table pep -f ida_tab_pep_client_db.csv
================================================================================
PDP SESSION STATISTICS
================================================================================
Total Sessions: 500
- User Sessions: 475 (95.0%)
- Machine Sessions: 25 (5.0%)
- Terminal Server Sessions: 120 (24.0%)
--- Client Type Distribution ---
Identity Agent 380 ( 76.0%) ###################
Terminal Server Identity Agent 120 ( 24.0%) ######
Identity Collector 0 ( 0.0%)
--- Top 15 Organizations ---
1. Global Insurance Corp 62 ###############
2. TechSecure Solutions 58 ##############
3. Finance Bank International 54 #############
4. Manufacturing Industries Ltd 51 ############
5. Healthcare Systems Group 48 ###########
--- Domain Distribution ---
company.local 285 ( 60.0%) ############
corp.internal 120 ( 25.3%) #####
enterprise.net 70 ( 14.7%) ###
--- IP Address Analysis ---
Internal IPs: 300 (60.0%)
External IPs: 200 (40.0%)
--- Connections by Hour of Day ---
07:00 - 07:59 42 ################
08:00 - 08:59 78 ####################
09:00 - 09:59 85 ####################
python ida_stats.py --generate
ida_tables_util -t pdp_sessions and -t pep_client_db| PDP Sessions | PEP Client Database |
|---|---|
| • Session types (User/Machine) • Top organizations • Authentication domains • Client types & versions • Authentication methods • PDP server distribution • IP analysis (internal/external) • Hourly connection patterns • User type analysis • Terminal Server details |
• Total PEP entries • Top organizations • PDP server distribution • Client IP analysis • User type classification • Session TTL statistics • Internal vs external IPs |
# On Check Point Gateway [Expert@gateway]# python3 ida_stats.py --demo # Output ============================================================ PDP DEMO MODE - Using synthetic data ============================================================ Generating demo data... Generated 500 demo sessions Found 500 PDP sessions PDP statistics saved to: pdp_stats.txt ============================================================ PEP DEMO MODE - Using synthetic data ============================================================ Generating PEP demo data... Generated 400 PEP demo entries Found 400 PEP entries PEP statistics saved to: pep_stats.txt
--demo mode when sharing examples publicly (synthetic data only)Questions? Feedback? Let me know!
Tested on Check Point R82 with Python 3.13
I've created a Python script that analyzes Check Point Identity Awareness data from ida_tables_util and generates detailed statistics reports.
About CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY