mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
consider early IMSI request medium sev
This commit is contained in:
committed by
Cooper Quintin
parent
c83ae30be8
commit
6bd36921d8
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user