Skip to content

Commit

Permalink
consider early IMSI request medium sev
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg authored and cooperq committed Jan 8, 2025
1 parent c83ae30 commit 6bd3692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/analysis/imsi_requested.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
if self.packet_num < PACKET_THRESHHOLD {
return Some(Event {
event_type: EventType::QualitativeWarning {
severity: Severity::Low
severity: Severity::Medium
},
message: format!(
"NAS IMSI request detected, however it was within \
Expand Down

0 comments on commit 6bd3692

Please sign in to comment.