You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2Thank you for providing links, I can confirm this is the same attack as referenced in your twitter link (I have reported to the host). I think we won't really know for certain how they did it, but your suggestion that they may have reverse engineered the update is likely.Imran– Imran2018-03-12 01:45:11 +00:00Commented Mar 12, 2018 at 1:45
- And change your Apple password (as OP logged in to the dodgy site)Lightness Races in Orbit– Lightness Races in Orbit2018-03-13 17:14:34 +00:00Commented Mar 13, 2018 at 17:14
- @LightnessRacesinOrbit never logged in on the website, only on the iTunes application. I have 2FA so I should be ok.Imran– Imran2018-03-13 17:21:24 +00:00Commented Mar 13, 2018 at 17:21
- 2@Imran: You've literally given an attacker your username and password. There is no "should be ok" about it. Change your password.Lightness Races in Orbit– Lightness Races in Orbit2018-03-13 17:22:44 +00:00Commented Mar 13, 2018 at 17:22
- 3While I agree the PW should be changed to be on the safe side, it is not clear that Imran gave the attackers login credentials. They said they didn't enter the form on the site, just in iTunes. While I don't know how exactly that app performs authentication, it is likely that it uses https to connect to the iTunes servers. Since the login didn't work I guess the ssl handshake failed, this the request containing the credentials was never sent. I'm not a security expert, but I assume the handshake is performed before any data (like credentials) are transmitted, yes? But change it anyways!Gero– Gero2018-03-14 08:25:35 +00:00Commented Mar 14, 2018 at 8:25
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you