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

Add Call of Duty Mobile support #2438

Merged
merged 4 commits into from
May 15, 2024
Merged

Conversation

0xA50C1A1
Copy link
Contributor

Please sign (check) the below before submitting the Pull Request:

Describe changes:

The game is quite popular, with several tens of millions of players playing it every day, so I guess that support for detection of its traffic would not be superfluous.

The main issues are:

  • Virtually all the flows contain some random-looking data, suggesting the traffic is likely encrypted.
  • However, I've noticed that at the start of each new match, a new UDP session is started, and the 4th packet within this session consistently begins with 0xCE and contains the string LOC_PREFAB_LOADOUTNAME_1 in the first 100 bytes of the payload.
  • I also noticed some short UDP sessions with a destination port of 7500, consisting of 2 packets with a payload length of 12 bytes, containing some random data and the string ping.

@0xA50C1A1 0xA50C1A1 requested a review from IvanNardi May 15, 2024 09:20
Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Collaborator

@IvanNardi IvanNardi left a comment

Choose a reason for hiding this comment

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

Thank you

@IvanNardi IvanNardi merged commit 3d1da00 into ntop:dev May 15, 2024
33 checks passed
@0xA50C1A1 0xA50C1A1 deleted the new-app/cod-mobile branch May 15, 2024 13:29
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