Click Official ELI Links
Get Help With Your Extortion Letter | ELI Phone Support | ELI Legal Representation Program
Show your support of the ELI website & ELI Forums through a PayPal Contribution. Thank you for supporting the ongoing fight and reporting of Extortion Settlement Demand Letters.

Author Topic: Gettys short email response. Plus interesting picscout url  (Read 5303 times)

holysmokes

  • Newbie
  • *
  • Posts: 16
    • View Profile
Gettys short email response. Plus interesting picscout url
« on: February 06, 2012, 04:37:18 PM »
I received this string of code in my analytic data the same day they responded to my written letter. Gettys response was in email format.

This particular email was short, unlike their other emails which range in 5-8 paragraphs (cookie cutter emails).

I mailed them a letter asking for proof of copyright registration, signed paper work of artist transferring copyright paper work to Getty. Photographer information so that I may contact them to apologize. Exact day of infringement and how they calculated their damages. Also, pointing out that they are aware I innocently acquired 'their' image, enforcing without really saying that I know I'll only have to pay $200 if this does go to court.

This new email was no more than 2 paragraphs, stating if the matter were to go to court then the information requested will be presented. Maybe a one last effort to scare me? But I know this is common for them to answer in that form when asking for info like that.

In their previous emails, they still finish off with saying they are still seeking $xxx damages and that I pay promptly within 2 weeks. This one, had nothing of that nature.

They simply told me the exact day of infringement and explained how they are estimating damages.

Any who, here is what's more interesting.

https://stock.picscout.com/monitoring/getty/login.aspx

I hope they logged in that day to remove my name and said, "the hell with this guy, he keeps mailing back forms when we email him and isn't budging." I know that's a bit farfetched, but this is the only time I have seen this code on the days they respond. I track activity everyday, especially on days I receive communication from Getty just to see what 'tracking code' comes their way, and this was a new one. Hell, they could have logged in to escalate for all I know lol.

Anyone else see this referral traffic from Getty?

Matthew Chan

  • ELI Founder, "Admin-on-Hiatus"
  • Administrator
  • Hero Member
  • *****
  • Posts: 2763
  • 1st Amendment & Section 230 CDA Advocate
    • View Profile
    • Defiantly
Re: Gettys short email response. Plus interesting picscout url
« Reply #1 on: February 06, 2012, 04:44:17 PM »
Very interesting.

Do we know of any hackers that can get us inside to take a peek?  LOL.

Quote
https://stock.picscout.com/monitoring/getty/login.aspx
I'm a non-lawyer but not legally ignorant either. Under the 1st Amendment, I have the right to post facts & opinions using rhetorical hyperbole, colloquialisms, metaphors, parody, snark, or epithets. Under Section 230 of CDA, I'm only responsible for posts I write, not what others write.

lucia

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Gettys short email response. Plus interesting picscout url
« Reply #2 on: February 06, 2012, 04:55:19 PM »
Did you see this as a referrer? Inside your .htaccess file, include these things:

====

Options +FollowSymlinks
RewriteEngine on
# methods
RewriteCond %{REQUEST_METHOD} ^PROPFIND$ [NC,OR]
RewriteCond %{REQUEST_METHOD} ^OPTIONS$ [NC,OR]
# referrers
RewriteCond %{HTTP_REFERER} (gettywan|gettyimages\.com|getty\.com|picscout\.com|\.aspx) [NC,or]
RewriteCond %{HTTP_REFERER}  (imagesearch) [NC,or]
RewriteCond %{HTTP_REFERER}  (C:\\) [NC]
RewriteRule .* - [F,L]

The
RewriteRule .* - [F,L]

But blocks anything in the long "or" list from being served anything.

The
"RewriteCond %{HTTP_REFERER} (gettywan|gettyimages\.com|getty\.com|picscout\.com|\.aspx) [NC,or]" bit will block any referers that contain either 'gettyimages.com', 'getty.com', 'picsout.com' or '\.aspx' .   

For a while I had a simpler line blocking anything containing getty, but that blocks "getty-images-letter-forums" which was inconvenient!  I'm adding \.aspx because it looks like they could just install the login.aspx file on other domains. People are rarely going to be surfing over from pages ending with .aspx!

For information on gettywan.com see

http://www.extortionletterinfo.com/forum/getty-images-letter-forum/too-all-webmasters-do-you-recall-this-getty-traffic-source/msg4057/#msg4057


Robert Krausankas (BuddhaPi)

  • ELI Defense Team Member
  • Administrator
  • Hero Member
  • *****
  • Posts: 3354
    • View Profile
    • ExtortionLetterInfo
Re: Gettys short email response. Plus interesting picscout url
« Reply #3 on: February 06, 2012, 05:10:57 PM »
Very interesting.

Do we know of any hackers that can get us inside to take a peek?  LOL.

Quote
https://stock.picscout.com/monitoring/getty/login.aspx

I'm completely ignoring this from this moment on..
Most questions have already been addressed in the forums, get yourself educated before making decisions.

Any advice is strictly that, and anything I may state is based on my opinions, and observations.
Robert Krausankas

I have a few friends around here..

 

Official ELI Help Options
Get Help With Your Extortion Letter | ELI Phone Support Call | ELI Defense Letter Program
Show your support of the ELI website & ELI Forums through a PayPal Contribution. Thank you for supporting the ongoing fight and reporting of Extortion Settlement Demand Letters.