Created
September 6, 2020 12:57
-
-
Save omrisam/6a68b784faa62b7ef3309f5a952418b1 to your computer and use it in GitHub Desktop.
List of legitimate domains accsesed by QNAP devices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The following is a list of domains accessed by QNAP NAS devices | |
# The list represents the baseline domains. It can be used to enforce compliant behavior of the device. | |
# Any additional app installaed on the QNAP will likely access domains not in this list. | |
qnap.com | |
*.qnap.com | |
*.myqnapcloud.com | |
pool.ntp.org | |
api.twonky.com | |
gm.iotcplatform.com | |
# Google domains | |
googleapis.com | |
*.googleapis.com | |
gstatic.com | |
*.gvt1.com | |
# The QNAP will access more domains if you enable more features or install additional apps. | |
# The common ones are listed below. It is not a complete list. | |
# ClamAV antivirus | |
clamav.net | |
*.clamav.net | |
# DropBox integration | |
*.dropboxapi.com | |
*.dropbox.com | |
# Dynamic DNS through DynDNS | |
checkip.dyndns.org | |
# Plex TV App | |
*.plex.tv | |
*.plex.direct | |
*.plexapp.com | |
ocspx.digicert.com | |
# Torrent syncing | |
router.bittorrent.com | |
router.bitcomet.com | |
router.utorrent.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment