According to the registory information in WHOIS, the domains belonged as follows.
- NIKKEI (trendy.nikkeibp.co.jp)
- Google (www.googletagservice.com)
- Google (securepubads.g.doubleclick.net)
- Rubicon project (ads.rubiconproject.com)
- Rubicon project (optimized-by.rubiconproject.com)
- MediaMath (tags.mathtag.com)
- ec2-52-23-195-173.compute-1.amazonaws.com ( this responses with problematic javascript )
NIKKEI is a user of google advertisement network in their website.
Unfortunately I haven't heard anything about "Rubicon project" and "MediaMath". After googling, I realized they are advertise network company / agency.
Rubicon Project seems to belong to the IAB. Thus they should not allow such an advertisement generally.
https://www.iab.com/news/iab-names-googles-jonathan-bellack-rubicon-projects-jay-sears-advertising-technology-council-co-chairs
MediaMath is described in crunchbase. (
https://www.crunchbase.com/organization/mediamath#/entity)
Their codebase also includes the requests against "*.mathtag.com"
i.e.
https://github.com/search?utf8=%E2%9C%93&q=org:MediaMath+mathtag.com&type=Code&ref=searchresults
HTTP response from Rubicon Project includes the following
{
"pingdom_id": "2117306",
"ttl": 7,
"img": "http://pixel.mathtag.com/sync/img?redir=http%3A%2F%2Ftap.rubiconproject.com%2Foz%2Ffeeds%2Fmediamath-pub%2Ftokens%3Fafu%3D%5BMM_UUID%5D",
"secure": {
"img": "https://pixel.mathtag.com/sync/img?redir=https%3A%2F%2Ftap.rubiconproject.com%2Foz%2Ffeeds%2Fmediamath-pub%2Ftokens%3Fafu%3D%5BMM_UUID%5D"
},
"partner": "mediamath-pub"
}
Thus naturally MediaMath is a business partner of Rubicon Project.
NOTE:
this domain, "pixel[dot]mathtag[dot]com" has already raised some discussions before:
Now we know which companies related to this problem and their relations.
- Google shows advertisement from partner company, Rubicon Project
- Rubion Project loads some script from partner company, MediaMath
- MediaMath loads some (unfortunately malicious) scripts from their clients.
From the viewpoints of typical business contracts, MediaMath should take responsibility to check the codes from their client.
And I guess it's fatal if advertisement can hijack the contents of owner of the advertisement.
If you have any feedbacks, please leave a comment.