<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=96.231.58.51</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=96.231.58.51"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/96.231.58.51"/>
		<updated>2026-05-30T20:48:53Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1247:_The_Mother_of_All_Suspicious_Files&amp;diff=50439</id>
		<title>1247: The Mother of All Suspicious Files</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1247:_The_Mother_of_All_Suspicious_Files&amp;diff=50439"/>
				<updated>2013-10-11T18:13:56Z</updated>
		
		<summary type="html">&lt;p&gt;96.231.58.51: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1247&lt;br /&gt;
| date      = August 5, 2013&lt;br /&gt;
| title     = The Mother of All Suspicious Files&lt;br /&gt;
| image     = the_mother_of_all_suspicious_files.png&lt;br /&gt;
| titletext = Better change the URL to 'https' before downloading.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The save dialogue shows a download from [http://www.utrace.de/?query=65.222.202.53 65.222.202.53], an IP address that hosted JavaScript malware during a recent attack on the Tor anonymity network, with a very long file title. Many of the extensions used inside there indicate executable code; multiple file extensions are sometimes used to disguise a trojan program as a document.&lt;br /&gt;
&lt;br /&gt;
You also see common download syntax for a pirated movie, {{w|Hackers (film)|Hackers}}, likely included to appear malicious to anyone skimming but is actually a movie about hackers, making it a benign reference rather than malicious. It is described as &amp;quot;_BLURAY_CAM&amp;quot;, which contradicts itself (&amp;quot;_BLURAY&amp;quot; would mean it was ripped from a copy on Blu-Ray Disc, while &amp;quot;_CAM&amp;quot; would mean it was copied by pointing a camera at the screen in the cinema). &amp;quot;_BLURAY_CAM&amp;quot; would probably indicate a search-keyword-stuffed fake copy; fake pirated media often contain viruses (although this is more likely to be a problem with newer media, before the first real pirated copy appears).&lt;br /&gt;
&lt;br /&gt;
The {{w|URL}} contains the path &amp;quot;~tilde/pub/cia-bin/etc&amp;quot;. The first part is a public folder of a user named tilde (which is also the name for the ~ symbol), &amp;quot;cgi-bin&amp;quot; is a common folder on a Web-Server for server side executables ([[Randall]] jokes with the name), and &amp;quot;etc&amp;quot; is a standard folder for configuration files – normally never accessible through a webserver. The program &amp;quot;init.dll&amp;quot; isn't executable at all, it's a {{w|Windows Dynamic Link Library}} which can't be run standalone, and is rarely referenced in URLs (even though such syntax is still being employed, even on [https://www.google.com/search?q=site:edu+filetype:dll reputable websites (Google search)] or here at [https://signin.ebay.com/ws/eBayISAPI.dll eBay], indicating the webserver is a Microsoft {{w|Active Server Pages|ASP}} server). The question mark indicates the start of a parameter list, and in this case we have only one named &amp;quot;FILE&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Save&amp;quot; button is disabled; you can only click the &amp;quot;Cancel&amp;quot; button. This can be different when the server detects that you are using a secure (https) connection.&lt;br /&gt;
&lt;br /&gt;
The complete content sent to the server, starting with &amp;quot;/~TILDE...&amp;quot; and ending with &amp;quot;...OUT.EXE&amp;quot;, is exactly 256 characters long. On {{w|HTML 3}} specifications you have a limitation of 1024 characters, whereas later HTML specifications don't have this limit; it just depends on the web server's capabilities. But posting parameters directly at the URL is still a worse choice.&lt;br /&gt;
&lt;br /&gt;
The content of the parameter is shown here: &lt;br /&gt;
* __ (underscore underscore) - used in the C programming language to denote that a symbol is really not for public consumption&lt;br /&gt;
* {{w|AUTOEXEC.BAT}} - a file which is automatically run during startup on Windows/DOS operating systems, and was often modified by viruses, which added malicious code to be run on each boot.&lt;br /&gt;
* MY%20OSX%20DOCUMENTS - referencing the {{w|OSX}} operating system ({{w|URL_encoding#Character_data|%20}} is a representation of a space in a URL, i.e. it reads as &amp;quot;MY OSX DOCUMENTS&amp;quot;).&lt;br /&gt;
* INSTALL.EXE - a typical {{w|Installer#Installer|installer}}&lt;br /&gt;
* {{w|RAR}} - a compressed archive file type&lt;br /&gt;
* {{w|INI_file|INI}} - a configuration file type&lt;br /&gt;
* {{w|Tar_(computing)|TAR}} - a file archive popular in UNIX and UNIX-like operating systems. TAR has been mentioned [[1168:_tar|before]].&lt;br /&gt;
* DOÇX - {{w|docx}} is an Office Open XML file, i.e. a word processing format used by Microsoft Word 2007 and above, but has no cedilla (¸). The addition of a cedilla may be a reference to exploits that rely on rare characters being mistaken for more common ones that look similar, such as the {{w|IDN homograph attack}}.&lt;br /&gt;
* PHPHPHP - a play on {{w|PHP}} files, a kind of server-based web page file type. PHP originally stood for &amp;quot;Personal Home Page&amp;quot; but was later redefined as the recursive abbreviation &amp;quot;PHP: Hypertext Preprocessor&amp;quot;.&lt;br /&gt;
* {{w|XHTML}} - another web page file type&lt;br /&gt;
* {{w|TransducerML|TML}} - stands for Transducer Markup Language, an XML based markup language that specifies how to capture, time-tag and describe sensor data&lt;br /&gt;
* XTL - another play on {{w|XHTML}}?&lt;br /&gt;
* TXXT - a play on {{w|Text_file|TXT}} file types&lt;br /&gt;
* 0DAY - a reference to a {{w|zero-day exploit}}&lt;br /&gt;
* HACK.ERS_(1995)_BLURAY_CAM-XVID - a reference to the 1995 Hackers movie, but pirated movies would either be a BlurayRIP/DVDRIP or CAM, but not both at the same time unless you used a camera to record the Blu-ray movie as it played.&lt;br /&gt;
* {{w|EXE}} - an executable file type used by Microsoft Windows&lt;br /&gt;
* [SCR] - a tag used by movie pirates to denote a '{{w|Screener}}', the DVD copy of films given to critics prior to theater release. Usually the highest quality available at this time, rare, and therefor good bait for a virus laden download. &amp;quot;{{w|.scr}}&amp;quot; is also the extension for screen saver files, really just an exe file with a different extension and one of the classical ways to distribute infected files &lt;br /&gt;
* {{w|Lisp (programming language)|LISP}} - programming language&lt;br /&gt;
* {{w|Windows_Installer|MSI}} - an installation file used by Microsoft Installer&lt;br /&gt;
* {{w|.lnk|LNK}} - an extension used by Microsoft Windows for shortcuts. The extension is normally hidden to the user.&lt;br /&gt;
* LNK, ZDA, GNN - references to {{w|Link_(The_Legend_of_Zelda)|Link}}, {{w|Princess_Zelda|Zelda}}, and {{w|Ganon|Ganon}}, important characters from {{w|The_Legend_of_Zelda|The Legend of Zelda}} video game franchise&lt;br /&gt;
* {{w|White_Rabbit#Television_and_films|WRBT OBJ}} - A reference to the line of code Dennis Nedry used in {{w|Jurassic Park (film)|Jurassic Park}} to shut down key systems&lt;br /&gt;
* {{w|Object_file|O}} - The extension for a linker file, an intermediary created when compiling C code.&lt;br /&gt;
* {{w|Header_file|H}} - The file extension of a header file in C code.&lt;br /&gt;
* {{w|SWF}} - Shockwave Flash file type&lt;br /&gt;
* {{w|Dpkg|DPKG}} - The Debian package management, although the package files use the file suffix &amp;quot;.deb&amp;quot;&lt;br /&gt;
* APP - an application on Mac OS X operating system&lt;br /&gt;
* {{w|ZIP_%28file_format%29|ZIP}} - compressed archive file type&lt;br /&gt;
* CO - looks like a {{w|List_of_Internet_top-level_domains|top-level domain}}. Many countries use .co.''tld'' in front of their main TLD, e.g. ''.co.uk''. ''.co.gz'' doesn't exist.&lt;br /&gt;
* {{w|Gzip|GZ}} - a compressed file using GNU zip&lt;br /&gt;
* {{w|A.out|A.OUT}} - Default filename when creating an executable on Linux or other UNIX-like operating systems if none was specified for the compiler.&lt;br /&gt;
&lt;br /&gt;
The title text suggests changing from http to https, as if encrypting a suspicious file before downloading it is somehow better than downloading it unencrypted.  http (Hyper Text Transfer Protocol) and https (Hyper Text Transfer Protocol - Secure) are the two common protocols for getting web pages and web downloads. http is the simple download, whereas https adds an SSL encryption layer so the item being downloaded cannot be viewed unencrypted by anyone except the end recipient. Changing &amp;quot;http&amp;quot; to &amp;quot;https&amp;quot; is a common suggestion to improve security when browsing the web from an insecure network (such as a public wifi hotspot) to avoid surveillance or hijacking to a malicious website; Google automatically switches to https for all mail accounts and is starting to do so with searches. The end recipient will still get whatever nasties were in the original, however - encrypting it doesn't change the content at all.&lt;br /&gt;
&lt;br /&gt;
The IP address referenced in the comic, 65.222.202.53, is currently being used by the shellcode of a JavaScript 0-day exploit for the Tor Browser Bundle being run by the FBI to phone home over the clearnet [http://thehackernews.com/2013/08/Firefox-Exploit-Tor-Network-child-pornography-Freedom-Hosting.html] and de-anonymize visitors to websites on Freedom Hosting that are serving child pornography. [http://www.reddit.com/r/onions/comments/1jmrta/founder_of_the_freedom_hosting_arrested_held/]&lt;br /&gt;
&lt;br /&gt;
The title of this comic, &amp;quot;The Mother of All Suspicious Files&amp;quot;, is a reference to [http://www.youtube.com/watch?v=JfIgzSoTMOs The Mother of All Demos] from {{w|Douglas Engelbart}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Browser download warning box containing the following text]&lt;br /&gt;
:Warning!&lt;br /&gt;
:This type of file can harm your computer! Are you sure you want to download: &amp;lt;nowiki&amp;gt;http://65.222.202.53/~TILDE/PUB/CIA-BIN/ETC/INIT.DLL?FILE=__AUTOEXEC.BAT.MY%20OSX%20DOCUMENTS-INSTALL.EXE.RAR.INI.TAR.DOÇX.PHPHPHP.XHTML.TML.XTL.TXXT.0DAY.HACK.ERS_(1995)_BLURAY_CAM-XVID.EXE.TAR.[SCR].LISP.MSI.LNK.ZDA.GNN.WRBT.OBJ.O.H.SWF.DPKG.APP.ZIP.TAR.TAR.CO.GZ.A.OUT.EXE&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:[Cancel and Save buttons]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>96.231.58.51</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1272:_Shadowfacts&amp;diff=50438</id>
		<title>Talk:1272: Shadowfacts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1272:_Shadowfacts&amp;diff=50438"/>
				<updated>2013-10-11T18:01:09Z</updated>
		
		<summary type="html">&lt;p&gt;96.231.58.51: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reminds me of the Cat Facts meme. --[[User:Rael|Rael]] ([[User talk:Rael|talk]]) 05:11, 2 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wow, a talking horse!  That puts poor old Bill The Pony in the shade... [[Special:Contributions/178.98.253.80|178.98.253.80]] 08:32, 2 October 2013 (UTC)&lt;br /&gt;
: Ok, I'm done with the internet for today. I don't think anything else is going to match this pun. [[Special:Contributions/74.200.7.145|74.200.7.145]] 14:38, 2 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this the same horse from Correct Horse Battery Staple? [[Special:Contributions/128.49.161.70|128.49.161.70]]&lt;br /&gt;
: That battery staple casts a shadow. --[[User:Rael|Rael]] ([[User talk:Rael|talk]]) 16:41, 2 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hang on, hobbits? I know they look short, but when is this supposed to happen? Wouldn't Aragorn, Gimli, and Legolas be more likely choices, given the chronology? {{unsigned ip|98.216.97.56}}&lt;br /&gt;
&lt;br /&gt;
Is that a LEGO Gandalf? [[User:Porkypine|Porkypine]] ([[User talk:Porkypine|talk]]) 17:49, 3 October 2013 (UTC)&lt;br /&gt;
: Shoulda had a LEGO Legolas in there too[[User:Diszy|Diszy]] ([[User talk:Diszy|talk]]) 14:22, 5 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nitpicking: changed &amp;quot;trilogy&amp;quot; to &amp;quot;novel&amp;quot;. Trilogy is a set of three novels with a common theme or characters and each novel from the set can be read separately without knowing the other ones. ''The Lord of the Rings'' is a single novel (divided into six books, by the way) that just happened to be published in three volumes originally. The tradition is often maintained, but often not. You can hardly understand what's going on in ''The Two Towers'' (the second volume) without reading ''The Fellowship of the Ring'' first.{{unsigned ip|89.174.214.74}}&lt;br /&gt;
:: If we're being picky, Tolkien said LOTR was &amp;quot;not a novel, but an heroic romance, a much older and quite different variety of literature&amp;quot;. [[http://tolkiengateway.net/wiki/Letter_329 Letter 329]] [[Special:Contributions/96.231.58.51|96.231.58.51]] 18:01, 11 October 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>96.231.58.51</name></author>	</entry>

	</feed>