Get IP Summary
get_ip_summaryAnalyze request distribution by client IP to identify top traffic sources and detect heavy users, bots, or potential DDoS sources.
Instructions
Analyze request distribution by client IP address. Shows which IPs generate the most traffic. Useful for identifying heavy users, bots, or potential DDoS sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End time. Defaults to now. | |
| obj_hash | No | Specific agent object hash. Overrides obj_type. | |
| obj_type | No | Object type filter (e.g., 'tomcat'). Ignored if obj_hash is provided. | |
| max_count | No | Max items to return | |
| start_time | No | Start time. Defaults to 1 hour ago. |