Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: add IMSI requested heuristic #87

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Conversation

wgreenberg
Copy link
Collaborator

No description provided.

cooperq
cooperq previously approved these changes Jan 8, 2025
Copy link
Collaborator

@cooperq cooperq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some nits but LGTM

severity: Severity::Low
},
message: format!(
"NAS identity request detected, however it was within \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change wording to "NAS IMSI Request detected" or "nas identity request (IMSI)"

event_type: EventType::QualitativeWarning {
severity: Severity::High
},
message: format!("NAS identity request detected"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change wording here as well

if self.packet_num < PACKET_THRESHHOLD {
return Some(Event {
event_type: EventType::QualitativeWarning {
severity: Severity::Low
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe medium? because its low if you just turned your device on and high otherwise.

@cooperq cooperq merged commit 6bd3692 into main Jan 8, 2025
1 check passed
@cooperq cooperq deleted the imsi-requested-heuristic branch January 8, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants