Analysis of Network Traffic at Game Startup

So obviously one of the big complaints about Strive is the length of time it takes just to get into the game, where you're stuck on the "Communicating with Server" screen. There's also been some discussion about that time varying depending on the player's location, with players in Japan seeming to get into the game faster. So I finally got curious enough to do a bit of network traffic sniffing while the game was booting up. Using a tool called Telerik Fiddler, I was able to see what kind of network activity is going on during the "Communicating with Server" screen.

The game makes 127 (!!) HTTP requests to several API endpoints during this period. These requests are all directed at "ggst-game.guiltygear.com", which resolves to an AWS instance in Japan. Being in the US, I have about 160ms ping to this server.

Each request begins with a TCP/IP connection, which takes 1 round-trip (160ms for me). Then it opens a new TLS 1.2 encrypted connection which requires at least 2 round-trips of data between you and the server (160*2=320ms for me). Then there's the actual data request/response sequence that adds at least another round-trip (160ms for me). So in my case, each request takes about 0.64 seconds total, meaning my minimum time to get past this loading screen is almost a minute and a half (0.64*127 requests = ~81 seconds).

That is purely a minimum time based on the latency due to my distance from the server. The actual time will be higher because the server needs to actually process the requests and probably retrieve the data for the response from a database of some sort. It could also take longer to respond if it's under heavy load.

Part of the problem is each request is made one at a time, waiting for the previous one to complete before starting the next one. If the game fired off multiple requests together, that could cut the load time, but at the cost of more load on their servers.

So what are all these requests doing? Here's the endpoints being hit:

  • /api/sys/get_env - Seems to just return the URL to the API (https://ggst-game.guiltygear.com/api/) Maybe future-proofing if they want to load-balance users to other API servers at some point?
  • /api/user/login - Returns your Steam username and SteamID
  • /api/statistics/get (called 83 times with different request values) - This returns various JSON payloads containing all kinds of data about your game records. Some snipp
... keep reading on reddit ➑

πŸ‘︎ 199
πŸ’¬︎
πŸ‘€︎ u/TarballX
πŸ“…︎ Jun 30 2021
🚨︎ report
Low traffic neighbourhoods popular with London voters, analysis finds theguardian.com/environme…
πŸ‘︎ 96
πŸ’¬︎
πŸ‘€︎ u/yu3
πŸ“…︎ Jun 02 2021
🚨︎ report
Low traffic neighbourhoods popular with London voters, analysis finds theguardian.com/environme…
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/BlackCaesarNT
πŸ“…︎ Jun 02 2021
🚨︎ report
New data shows MPD searches Black drivers at 29 times the rate of whites after minor stops. A KARE 11 analysis reveals huge racial disparities continue in Minneapolis for minor traffic stops and searches despite reforms promised after George Floyd’s death. kare11.com/article/news/i…
πŸ‘︎ 34
πŸ’¬︎
πŸ‘€︎ u/cloudy_skies547
πŸ“…︎ May 08 2021
🚨︎ report
City of Brampton: Bramalea Traffic Circulation Analysis Survey

Survey Link Here

Hi everyone! My name is James and I am a urban design student at the University of Waterloo. I am here looking for students (or anyone for that matter) from the City of Brampton, preferable Bramalea (but we aren't too picky) to participate in a survey for class. The survey should take less than 5 minutes and looks at understanding traffic flows within Brampton.

My team and I are working in partnership with the City of Brampton to collect and analysis this data. The goal of this survey is to get a better understanding on motorized traffic flows and circulation specifically in Bramalea. Your feedback will help the City of Brampton make real improvements to traffic conditions within Bramalea and surrounding communities.

If you have any question please reach out to me at tcsalyaj@uwaterloo.ca

I would really appreciate if anyone could fill out the survey!

Thank you for taking the time to read this,

James,

University of Waterloo Urban Design Student

πŸ‘︎ 9
πŸ’¬︎
πŸ“…︎ Jun 02 2021
🚨︎ report
Malware traffic analysis 2 writeup

https://link.medium.com/QzTPyfbd5gb

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/NANDUZZZZZ
πŸ“…︎ Jun 14 2021
🚨︎ report
I found this government database that lets you search a wide range of scientific data collected around Berlin and plotted on maps. Everything from climate modeling to heavy metal contamination in soil to traffic noise analysis. It's a good way to learn more about our surroundings. fbinter.stadt-berlin.de/f…
πŸ‘︎ 47
πŸ’¬︎
πŸ‘€︎ u/bonyponyride
πŸ“…︎ Apr 21 2021
🚨︎ report
It it possible to prevent traffic analysis from finding out you're using Tor?

I'm currently using Tor over VPN in hopes it would help me stand out less, would that be good enough to prevent traffic analysis from figuring out I'm using Tor? And would using a bridge like OBSF4 help much with this?

πŸ‘︎ 47
πŸ’¬︎
πŸ‘€︎ u/Cuuuuuuuuuuu-
πŸ“…︎ Apr 09 2021
🚨︎ report
Analysis: How McDonald's plans to bring back traffic with new cheaper chicken sandwiches reuters.com/article/mcdon…
πŸ‘︎ 71
πŸ’¬︎
πŸ‘€︎ u/BlankVerse
πŸ“…︎ Feb 14 2021
🚨︎ report
How to do network traffic analysis with VPC Flow Logs on Google Cloud cloud.google.com/blog/pro…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/gcpblogbot
πŸ“…︎ May 17 2021
🚨︎ report
Malware Traffic Analysis with Wireshark
πŸ‘︎ 113
πŸ’¬︎
πŸ‘€︎ u/RHS2022
πŸ“…︎ Mar 22 2021
🚨︎ report
The [Minneapolis police] department has been making an average of 80% fewer traffic stops each week since May 25, the day of Floyd’s death, according to an analysis by Bloomberg CityLab. bloomberg.com/graphics/20…
πŸ‘︎ 846
πŸ’¬︎
πŸ‘€︎ u/TheAb5traktion
πŸ“…︎ Sep 16 2020
🚨︎ report
Reolink Network Traffic Analysis

BIG UPDATE [LIKELY SOLVED]:

As a /u/bojack1437 pointed out here, there are invalid IPv4 checksums indicating a hardware issue. Further checking lead to me isolating that every time a log entry came up, it was from a single switch. I'm going to replace the switch in a separate building and replace fiber optic modules with some spares. Unfortunately it's unrealistic to replace the fiber themselves. I'll monitor for further issues, but I suspect this is entirely a case of faulty hardware of my own and NOT of Reolink.

This is a continuation of this thread trying to figure out what unusual blocked traffic is coming from my Reolink devices.

I want to point out right now, very clearly, that I am NOT accusing Reolink of being up to no good. I AM not a network security engineer. I AM trying to determine if this is entirely an error on my part or other compromise I hadn't considered. I did NOT stay at a Holiday Inn Express last night.

I used a mirror port on my managed switch and monitored the entire Camera VLAN (ID 3). Any network frames that are on VLAN 3 (so every Reolink device on my network) are sent out of another switch port to be logged. The traffic is then received on a Linux server using tcpdump and saved to a packet capture file after filtering out any specified traffic. I filtered out ARP packets and traffic with the NVR (10.1.3.20) as the destination, reducing the packet capture file size from hundreds of GBs to under 100MB over a 12 hour period. Future packet captures will have better filters as needed to further reduce expected traffic and not filter out some traffic we may want to see.

The following packet capture was taken over about a 12 hour period and includes a few things I am questioning and I am a novice when it comes to making sense of the packet info outside of a quick glance summary, so help and input is appreciated.

http://v1uhoh.com/cams-filtered.pcap

Here is the ACL log entry that pointed me to the first highlight:

Feb 16 06:57:36:W:ACL: ACL: List cam-v4 denied 134 10.0.1.25()( v3 ec71.dbcc.794a) -> 74.1.7.156(), 1 event(s)

You can find this specific packet at number 117126. It is determin

... keep reading on reddit ➑

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/reolinkuser1111
πŸ“…︎ Feb 16 2021
🚨︎ report
Car traffic analysis - vehicle type and license plate recognition from video

I want to monitor street traffic for statistical purposes (i.e. traffic analysis as crossroads). I need to process video and

  • read license plates (in daylight)
  • detect vehicle type (like bus, lorry, car)

Do you know

  • either a software (including commercial)
  • or a library/service for this purpose
  • or documentation/walk through how to set it up

I have programming skills but limited experience in image processing.

Any hint how to start would be helpful.

Sample shot from video (it's just a sample and in real scenario both angle and light conditions could be improved)

https://preview.redd.it/zwxa40aelss61.png?width=2460&format=png&auto=webp&s=23b262ae0a24efe6fa696d85fec5ad8cc1dfa001

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/uran01
πŸ“…︎ Apr 12 2021
🚨︎ report
URsniff Banking Malware Traffic Analysis with Wireshark youtube.com/watch?v=GuzCp…
πŸ‘︎ 16
πŸ’¬︎
πŸ‘€︎ u/MotasemHa
πŸ“…︎ Mar 20 2021
🚨︎ report
Any free or paid tools For competitor website traffic analysis ?

Is there any tools that give a 'somewhat' or perfectly accurate data on website traffic of our competitors ? Just for the sake of testing - While my website gets around 300 -350 visitors per month according to google analytics data , some of the competitor web traffic analysing tools shows it as in between 50 -100 ! so how can I get an Idea about my competitors if I use that tool ? ...can someone suggest any tools for competitor traffic analysis :-)

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/whitegreen_2
πŸ“…︎ Mar 06 2021
🚨︎ report
Traffic analysis: Malware - web.pcap

Hi all,

I am completely stumped with the above. I have reviewed the web.pcap for a few hours now and I am getting nowhere. Please can someone put me out of my misery?

The question is to find the 3rd URL visited. I have found an IP of 93.88.93.99 ( I do tink this is the 3rd URL from the http.request filter) I have enabled Enable network name resolving. BUT nothing. I am loosing it haha

can anyone advise if they have completed this?

thank you all

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/H0TDOGG
πŸ“…︎ Mar 15 2021
🚨︎ report
URsniff Banking Malware Traffic Analysis with Wireshark youtube.com/watch?v=GuzCp…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/MotasemHa
πŸ“…︎ Mar 20 2021
🚨︎ report
URsniff Banking Malware Traffic Analysis with Wireshark youtube.com/watch?v=GuzCp…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/MotasemHa
πŸ“…︎ Mar 20 2021
🚨︎ report
Learn Network Traffic Analysis?

I recently applied for a job that listed "network traffic analysis skills" as a requirement. I was a little perplexed by what this means and tried googling it. I see a lot of links to products to network analyzers, but nothing related to skills.

Was curious if anyone could offer any insight or had any good resources that may help me understand what Im missing. Any information is appreciated. Thanks.

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/1winway
πŸ“…︎ Jan 16 2021
🚨︎ report
City of Brampton: Bramalea Traffic Circulation Analysis Survey

Survey Link Here

Hi everyone! My name is James and I am a urban design student at the University of Waterloo. I am here looking for students (or anyone for that matter) from the City of Brampton, preferable Bramalea (but we aren't too picky) to participate in a survey for class. The survey should take less than 5 minutes and looks at understanding traffic flows within Brampton.

My team and I are working in partnership with the City of Brampton to collect and analysis this data. The goal of this survey is to get a better understanding on motorized traffic flows and circulation specifically in Bramalea. Your feedback will help the City of Brampton make real improvements to traffic conditions within Bramalea and surrounding communities.

If you have any question please reach out to me at tcsalyaj@uwaterloo.ca

I would really appreciate if anyone could fill out the survey!

Thank you for taking the time to read this,

James,

University of Waterloo Urban Design Student

πŸ‘︎ 5
πŸ’¬︎
πŸ“…︎ Jun 02 2021
🚨︎ report
Is there a way to prevent traffic analysis finding out you're using Tor?

I'm currently using Tor over V*P_N in hopes it would help me stand out less, would that be good enough to prevent traffic analysis from figuring out I'm using Tor? And would using a bridge like OBSF4 help much with this?

Thanks in advance (:

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Cuuuuuuuuuuu-
πŸ“…︎ Apr 09 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.