analyze_map_operations
Analyzes GSM MAP operations in SS7 traffic to extract operation codes, IMSI, and MSISDN, revealing frequent operations and involved subscribers for telecom auditing and security analysis.
Instructions
Analyse GSM MAP (Mobile Application Part) operations from SS7 traffic.
Extracts MAP operation codes, IMSI, and MSISDN values to show which operations are most frequent and which subscribers are involved. Useful for telecom network auditing and SS7 security analysis.
Typical protocol stack: SCTP -> M3UA -> SCCP -> TCAP -> MAP
Args: file_path: Path to the PCAP file display_filter: Optional extra filter to narrow MAP traffic top_n: Top N operations and subscribers to show (default: 20)
Returns: MAP operation frequency table and per-IMSI activity summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| file_path | Yes | ||
| display_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |