Editing Online Connections

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
'''Note:''' there is some reference on the [[Talk:Online_Connections|talk page]]
'''Note:''' there is some reference on the [[Talk:Online_Connections|talk page]]


==Online Connections==
===Game Related===
'''Playroom used as example for Game Update URLs'''
Game Description File:
http://tmdb.np.dl.playstation.net/tmdb2/CUSA00001_00_C32A667A087A40C2AD1889435907AA4B0D9DBA1F/CUSA00001_00.json
Game Update Description File:
http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00001_00/4/f_3b8e420561f0b85ff65ac428a15092895f3131e8c4cfd63b1547b32adb6d8370/f/IP9100-CUSA00001_00-PLAYROOM00000000-A0102-V0100.json
Game Update .pkg File:
http://gs2.ww.prod.dl.playstation.net/gs2/ppkgo/prod/CUSA00001_00/4/f_3b8e420561f0b85ff65ac428a15092895f3131e8c4cfd63b1547b32adb6d8370/f/IP9100-CUSA00001_00-PLAYROOM00000000-A0102-V0100.pkg
'''Final Fantasy XV Holiday Pack (Free) used as example for DLC related URLs'''
DLC Descrption File:
http://gs2.ww.prod.dl.playstation.net/gs2/acpkgo/prod/CUSA01633_00/19/f_4176f85e114c462425174e17f4434b7ba201d6af8226a549388552e169b4c85d/f/UP0082-CUSA01633_00-HOLIDAYFREE00001.json
DLC Package File:
http://gs2.ww.prod.dl.playstation.net/gs2/acpkgo/prod/CUSA01633_00/19/f_4176f85e114c462425174e17f4434b7ba201d6af8226a549388552e169b4c85d/f/UP0082-CUSA01633_00-HOLIDAYFREE00001.pkg
DLC SHA Validation File:
http://gs2.ww.prod.dl.playstation.net/gs2/acpkgo/prod/CUSA01633_00/19/f_4176f85e114c462425174e17f4434b7ba201d6af8226a549388552e169b4c85d/f/UP0082-CUSA01633_00-HOLIDAYFREE00001.sha
=== Guides ===
* http://wololo.net/2013/12/05/howto-use-a-proxy-server-with-your-ps4-to-sniff-psn-traffic-skfu-pr0xy/
=== Tools ===
* [http://www.skfu.xxx/2013/11/release-skfus-pr0xy.html SKFU's Pr0xy]
* [http://www.wireshark.org/ WireShark]
* [http://www.charlesproxy.com/ CharlesProxy]


=== Network connections by system ===
=== Network connections by system ===
Line 107: Line 74:
| CONNECT fswitch.dl.playstation.net:443
| CONNECT fswitch.dl.playstation.net:443
| fswitch.dl.playstation.net
| fswitch.dl.playstation.net
|-
|}
|}


Line 113: Line 81:
** https://ps4.updptl.sp-int.community.playstation.net/updptl/ps4_c/
** https://ps4.updptl.sp-int.community.playstation.net/updptl/ps4_c/
** https://ps4updptl.jp.sp-int.community.playstation.net/updptl/ps4/
** https://ps4updptl.jp.sp-int.community.playstation.net/updptl/ps4/
=== Useragent of applications under "TV & Video" ===
This should cover all [[Media Services]] useragent:
{| class="wikitable sortable"
|-
! useragent !! version !! vulnerability
|-
|  || [[1.000.051]] ||
|-
|  || [[1.01]] ||
|-
|  || [[1.06]] ||
|-
|  || [[1.07]] ||
|-
|  || [[1.500.000]] ||
|-
|  || [[1.501.000]] ||
|-
|  || [[1.510.000]] ||
|-
|  || [[1.520.000]] ||
|-
|  || [[1.600.000]] ||
|-
|  || [[1.610.000]] ||
|-
|  || [[1.620.000]] ||
|-
| || [[1.700.000]] ||
|-
|  || [[1.710.000]] ||
|-
|  || [[1.720.000]] ||
|-
|  || [[1.740.000]] ||
|-
|  || [[1.750.000]] ||
|-
|  || [[1.760.000]] ||
|-
|  || [[2.000.000]] || ?
|-
|  || [[2.010.000]] || ?
|-
|  || [[2.020.000]] || ?
|-
| Mozilla/5.0 (PlayStation 4) AppleWebKit/531.3 (KHTML, like Gecko) SCEE/1.0 Nuanti/2.0 || [[2.030.000]] || ?
|-
|  || [[2.040.000]] || ?
|-
|  || [[2.501.000]] || ?
|-
|  || [[2.508.000]] || ?
|-
|  || [[2.510.000]] || ?
|-
|  || [[2.550.000]] || ?
|-
|  || [[2.570.000]] || ?
|-
|  || [[3.000.000]] || ?
|-
|  || [[3.008.000]] || ?
|-
|  || [[3.100.000]] || ?
|-
|  || [[3.110.000]] || ?
|-
|  || [[3.150.000]] || ?
|}
side reference: on Playstation 3 (WebMAF), the useragent is <code>"Mozilla/5.0 (PlayStation 3) AppleWebKit/531.3 (KHTML, like Gecko) SCEE/1.0 Nuanti/2.0</code>
=== Unsorted ===
==== ps4-eb servicelist.xml ====
* https://ps4-eb.ww.np.dl.playstation.net/ps4-eb/servicelist/servicelist.xml
<source lang=xml>
<?xml version="1.0" encoding="UTF-8"?>
<servicelist version="1.0" platform="ps4">
  <service name="SNS001" default="allow">
  </service>
  <service name="SNS002" default="allow">
  </service>
  <service name="SNS003" default="allow">
  </service>
  <service name="SNS004" default="allow">
  </service>
  <service name="SNS005" default="deny">
    <allow country="jp"/>
  </service>
  <service name="SYS001" default="allow">
    <deny country="de"/>
  </service>
</servicelist>
</source>
==== ps4-eb applaunchlink.xml ====
* https://ps4-eb.ww.np.dl.playstation.net/ps4-eb/applaunchlink/applaunchlink.xml
<source lang=xml>
<?xml version="1.0" encoding="UTF-8"?>
<applaunchlink version="1.0">
  <system_info min_system_ver="01.700.000"/>
  <title_black_list>
  </title_black_list>
</applaunchlink>
</source>


== Port usage ==
== Port usage ==
Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)