scan_network_range
Analyze devices within a specified network range using CIDR notation to identify IP addresses, open ports, and location details for cybersecurity research and threat intelligence.
Instructions
Scan a network range (CIDR notation) for devices
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cidr | Yes | Network range in CIDR notation (e.g., 192.168.1.0/24) | |
fields | No | List of fields to include in the results (e.g., ['ip_str', 'ports', 'location.country_name']) | |
max_items | No | Maximum number of items to include in results (default: 5) |