<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>exif Archives - Christian Espinosa</title>
	<atom:link href="https://christianespinosa.com/blog/tag/exif/feed/" rel="self" type="application/rss+xml" />
	<link>https://christianespinosa.com/blog/tag/exif/</link>
	<description>Bestselling Author &#124; Keynote Speaker &#124; Cybersecurity Expert</description>
	<lastBuildDate>Sun, 12 Sep 2021 07:17:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>

<image>
	<url>https://christianespinosa.com/wp-content/uploads/2021/09/cropped-Christian-Espinosa-Blue-White-Logo-32x32.png</url>
	<title>exif Archives - Christian Espinosa</title>
	<link>https://christianespinosa.com/blog/tag/exif/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>2 Simple Ways to Extract GPS Coordinates from Images</title>
		<link>https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/</link>
					<comments>https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/#respond</comments>
		
		<dc:creator><![CDATA[Christian Espinosa]]></dc:creator>
		<pubDate>Sat, 04 Sep 2021 06:33:25 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[exif]]></category>
		<category><![CDATA[gps extraction]]></category>
		<category><![CDATA[image security]]></category>
		<category><![CDATA[opanda]]></category>
		<guid isPermaLink="false">https://christianespinosa.com/?p=2632</guid>

					<description><![CDATA[<p>In this post, we&#8217;ll cover two simple ways to extract Exif (Exchangeable image file) data from images. Background In short, Exif is information about a digital picture, such as: &#8211; Date and time the picture was taken &#8211; Type of camera used &#8211; Types of settings on the camera &#8211; GPS Coordinates where the picture [&#8230;]</p>
<p>The post <a href="https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/">2 Simple Ways to Extract GPS Coordinates from Images</a> appeared first on <a href="https://christianespinosa.com">Christian Espinosa</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style='display:none;' class='shareaholic-canvas' data-app='share_buttons' data-title='2 Simple Ways to Extract GPS Coordinates from Images' data-link='https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/' data-app-id-name='category_above_content'></div><p class="" style="white-space: pre-wrap;">In this post, we&#8217;ll cover two simple ways to extract Exif (<a href="https://en.wikipedia.org/wiki/Exchangeable_image_file_format" target="_blank" rel="noopener noreferrer">Exchangeable image file</a>) data from images.</p>
<h2 style="white-space: pre-wrap; font-weight: 600; color: #02548a;">Background</h2>
<p>In short, Exif is information about a digital picture, such as:<br />
&#8211; Date and time the picture was taken<br />
&#8211; Type of camera used<br />
&#8211; Types of settings on the camera<br />
&#8211; GPS Coordinates where the picture was taken<br />
&#8211; Etc.</p>
<p class="" style="white-space: pre-wrap;">People often leave this information in images they post on the Internet, sometimes to their demise, such as the no longer Anonymous hacker, &#8220;AnonWormer&#8221;.  AnonWormer aka Higinio O Ochoa III used his Twitter account to post a picture of a woman holding a sign stating &#8220;PwNd by w0rmer &amp; CabinCr3w&#8221;.  AnonWormer left the Exif data in the picture. The FBI extracted the GPS coordinates and sent local authorities to the location where the picture was taken, in a Melbourne, Australia suburb, where they found Ochoa and arrested him. Reference the <a href="http://www.theage.com.au/technology/technology-news/hacking-cases-body-of-evidence-20120411-1wsbh.html" target="_blank" rel="noopener noreferrer">&#8220;Hacking cases&#8217;s body of evidence&#8221;</a> article for more info on this case.</p>
<h2 style="white-space: pre-wrap; font-weight: 600; color: #02548a;">Method 1</h2>
<p class="" style="white-space: pre-wrap;">In the first method, we&#8217;ll use a browser plugin.  There are many browser plugins that offer Exif capabilities.  For this example, we&#8217;ll use the Firefox Add-On, FxIF. Chrome’s Extension <a href="https://chrome.google.com/webstore/detail/exif-quick-view/kjihpkahhpobojbdnknpelpgmcihnepj?hl=en-US" target="_blank" rel="noopener noreferrer">EXIF Quick View</a> works in a similar manner, except you just have to hover the mouse over the image, as shown below:</p>
<figure style="width: 1112px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/EXIF+Quick+View+sample.JPG"><img fetchpriority="high" decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/EXIF+Quick+View+sample.JPG" alt=" EXIF Quick View - Chrome Extension Example " width="1112" height="750" /></a><figcaption class="wp-caption-text">EXIF Quick View &#8211; Chrome Extension Example</figcaption></figure>
<p class="" style="white-space: pre-wrap;">With FxIF, you can right-click on any image in Firefox and choose FxIF Data:</p>
<figure style="width: 885px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/exif-data-extraction-with-fxif.jpg"><img decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/exif-data-extraction-with-fxif.jpg" alt=" Selecting the FxIF Data by Right-Clicking on an image in Firefox. " width="885" height="568" /></a><figcaption class="wp-caption-text">Selecting the FxIF Data by Right-Clicking on an image in Firefox.</figcaption></figure>
<p class="" style="white-space: pre-wrap;">The image of the cyclists located in the FxIF example can be found here:</p>
<p class="" style="white-space: pre-wrap;"><a href="http://www.myriad-online.com/images/forum/IMG_4692.jpg" target="_blank" rel="noopener noreferrer">http://www.myriad-online.com/images/forum/IMG_4692.jpg</a></p>
<p class="" style="white-space: pre-wrap;">If Exif data is available, you&#8217;ll see similar information to the FxIF Details image below. Circled in red are the GPS Coordinates and other information about the location of the picture.</p>
<figure style="width: 485px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/fxif-details.jpg"><img decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/fxif-details.jpg" alt=" FxIF Details - Image GPS Coordinates" width="485" height="392" /></a><figcaption class="wp-caption-text">FxIF Details &#8211; Image GPS Coordinates</figcaption></figure>
<p class="" style="white-space: pre-wrap;">From here you can click on the Map Link. FxIF links to OpenStreetMap.  You can also copy the GPS Coordinates and paste into Google if you prefer Google maps.</p>
<figure style="width: 1006px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/openstreet.JPG"><img loading="lazy" decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/openstreet.JPG" alt=" OpenStreetMap view of cyclists image " width="1006" height="574" /></a><figcaption class="wp-caption-text">OpenStreetMap view of cyclists image</figcaption></figure>
<h2 style="white-space: pre-wrap; font-weight: 600; color: #02548a;">Method 2</h2>
<p class="" style="white-space: pre-wrap;">For method 2, we&#8217;ll use an application to view the Exif data.  There are a number of applications out there, but <a href="http://opanda.com/en/iexif/download.htm" target="_blank" rel="noopener noreferrer">Opanda IExif</a> is simple and effective, even if it is old <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> With Opanda, you open the image or drag the image into Opanda that you want to view the Exif data on.  The Opanda &#8220;Exif&#8221; view shows information similar to here:</p>
<figure style="width: 788px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/opanda-exif-view.jpg"><img loading="lazy" decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/opanda-exif-view.jpg" alt=" Opanda Exif View " width="788" height="782" /></a><figcaption class="wp-caption-text">Opanda Exif View</figcaption></figure>
<p class="" style="white-space: pre-wrap;">The &#8220;GPS&#8221; view shows information similar to below.  You can also right-click on the globe next to GPS and select &#8220;Locate Spot on Map by GPS&#8221;, which will open the coordinates in Google maps.</p>
<figure style="width: 654px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/opanda-locate-spot-on-map-by-gps.jpg"><img loading="lazy" decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/opanda-locate-spot-on-map-by-gps.jpg" alt=" Opanda Locate Spot on Map by GPS " width="654" height="352" /></a><figcaption class="wp-caption-text">Opanda Locate Spot on Map by GPS</figcaption></figure>
<figure style="width: 1001px" class="wp-caption alignnone"><a href="https://alpinesecurity.com/wp-content/uploads/2020/02/opanda-gps-image.jpg"><img loading="lazy" decoding="async" src="https://alpinesecurity.com/wp-content/uploads/2020/02/opanda-gps-image.jpg" alt=" GPS Coordinates using Google Maps from Opanda " width="1001" height="614" /></a><figcaption class="wp-caption-text">GPS Coordinates using Google Maps from Opanda</figcaption></figure>
<p class="" style="white-space: pre-wrap;">The picture used in the Opanda example is located here:</p>
<p class="" style="white-space: pre-wrap;"><span style="color: #0000ff;"><a style="color: #0000ff;" href="https://alpinesecurity.com/wp-content/uploads/2020/03/cute-kitten-scaled.jpg" target="_blank" rel="noopener noreferrer">cute-kitten.jpg</a></span></p>
<p><!--HubSpot Call-to-Action Code --><span id="hs-cta-wrapper-94f60ee8-4fbe-483b-8a0f-ad83ab12a665" class="hs-cta-wrapper"><span id="hs-cta-94f60ee8-4fbe-483b-8a0f-ad83ab12a665" class="hs-cta-node hs-cta-94f60ee8-4fbe-483b-8a0f-ad83ab12a665"><!-- [if lte IE 8]>


<div id="hs-cta-ie-element"></div>


<![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/7462611/94f60ee8-4fbe-483b-8a0f-ad83ab12a665" target="_blank" rel="noopener"><img decoding="async" id="hs-cta-img-94f60ee8-4fbe-483b-8a0f-ad83ab12a665" class="hs-cta-img" style="border-width: 0px;" src="https://no-cache.hubspot.com/cta/default/7462611/94f60ee8-4fbe-483b-8a0f-ad83ab12a665.png" alt="Check Out The Smartest Person in The Room" /></a></span><script charset="utf-8" src="https://js.hscta.net/cta/current.js"></script><script type="text/javascript"> hbspt.cta.load(7462611, '94f60ee8-4fbe-483b-8a0f-ad83ab12a665', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code --></p>
<div style='display:none;' class='shareaholic-canvas' data-app='share_buttons' data-title='2 Simple Ways to Extract GPS Coordinates from Images' data-link='https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/' data-app-id-name='category_below_content'></div><div style='display:none;' class='shareaholic-canvas' data-app='recommendations' data-title='2 Simple Ways to Extract GPS Coordinates from Images' data-link='https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/' data-app-id-name='category_below_content'></div><p>The post <a href="https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/">2 Simple Ways to Extract GPS Coordinates from Images</a> appeared first on <a href="https://christianespinosa.com">Christian Espinosa</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://christianespinosa.com/blog/2-simple-ways-to-extract-gps-coordinates-from-images/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
