Secure your network router and Synology NAS

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • Secure your network router and Synology NAS
    Protect synology NAS
    ==zero day/ phishing==
    -secure router
    -create separate network for trusted devices
    -configure NAS
    -update firmware and apps
    Install NMAP
    apt install nmap -y. (Linux)
    ruby -e "$(curl -fsSL raw.githubuser...)" 2 /dev/null. (MAC)
    brew install nmap
    nmap.org/book/...
    -SCAN open PORTS (pentest-tools.com) nmap
    nmap -sT 1.1.1.1
    nmap -script vuln 1.1.1.1
    nmap -sT -p 32400 1.1.1.1
    -VPN
    -enable firewall
    -disable respond to pings
    -disable port forwarding
    -disable remote management
    -WPA2 +safe passwords -no guest
    -separate networks for iOT and PCs
    -ubiquity/ unify
    ===Configure your NAS==
    Internal security scan + antivirus
    Disable services / change ports
    Disable admin/ change name/ passwords
    Enable firewall
    brute force protection/ quick connect / ddos/ autolock
    Update apps and firmware
    Backup / auto shut down

КОМЕНТАРІ • 1

  • @SuperLID698
    @SuperLID698 2 роки тому +1

    It is very helpful to me. Thank !!