Skip to content

Commit bd48aa4

Browse files
committed
2026-3-5 post
1 parent c37f482 commit bd48aa4

5 files changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: post
3+
title: Magnet Virtual Summit 2026 CTF - AAR "That's not a Mario character"
4+
author: 'ogmini'
5+
tags:
6+
- CTF
7+
- Challenges
8+
- Writeups
9+
---
10+
11+
This year I'm going to writeup AARs for the challenges that I solved differently from Hexordia or felt needed to be expanded upon due to my approach or thinking. The first one is "That's not a Mario character".
12+
13+
![iphone-11.png](/images/MVS2026/iphone-11.png)
14+
15+
## That's not a Mario character
16+
17+
Title: That's not a Mario character
18+
Description: What is the mascot of the frozen dessert shop that the user visits a lot?
19+
20+
### Thoughts/Hints/Background
21+
22+
- Contemplate the hint of "Mario" and "user visits a lot"
23+
- Must be related to location data
24+
25+
In the Cipher Pre-Challenges, one of the answers was DOUBLEBLAK and Ian Whifflin has some great research on Location data. Specifically [https://doubleblak.com/blogPost.php?k=Locations](https://doubleblak.com/blogPost.php?k=Locations) is of relevancy for this challenge. His work was also published on DFIR Reviw [https://doi.org/10.21428/b0ac9c28.9031561b](https://doi.org/10.21428/b0ac9c28.9031561b)
26+
27+
### Actual Solution
28+
29+
Where can we find information about a place that a user visits a lot? Apple Map Trips or Significant Locations! In my case, I checked Apple Map Trips under Magnet Axiom. The solution written by Hexordia used the Significant Locations section. They are both closely related artifacts.
30+
31+
![iphone-solution-11.png](/images/MVS2026/iphone-solution-11.png)
32+
33+
We can see some Latitude/Longitude coordinates and mapping them in Google Maps and searching for ice cream gives us a hit on "Shy Guy Gelato". An obvious nod to the hint of "Mario Character".
34+
35+
![iphone-solution-11-1.png](/images/MVS2026/iphone-solution-11-1.png)
36+
37+
Checking their website results in finding the Panda mascot.
38+
39+
![iphone-solution-11-2.png](/images/MVS2026/iphone-solution-11-2.png)
40+
41+
Answer: Panda
42+
43+
### Takeaways
44+
45+
iLEAPP didn't parse these artifacts so I submitted a PR [https://github.com/abrignoni/iLEAPP/pull/1438](https://github.com/abrignoni/iLEAPP/pull/1438) based on the artifacts parsed by Magnet AXIOM and the research from Ian Whifflin. I would love to do some more research/testing on these Location artifacts. Unfortunately, I have no test devices or a way to obtain images from them.

images/MVS2026/iphone-11.png

20.6 KB
Loading
533 KB
Loading
113 KB
Loading
177 KB
Loading

0 commit comments

Comments
 (0)