Difference between revisions of "Template:Security guidelines"

From Teltonika Networks Wiki
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
In this article you can find details about all Teltonika's supported security features also what device has which security implementations and a guide how to use them properly.
 
In this article you can find details about all Teltonika's supported security features also what device has which security implementations and a guide how to use them properly.
  
==Security guidelines==
+
==Security Guidelines==
  
 
Below you may find some of the most common security recommendations - these recommendations can and should be applied not only to Teltonika devices, but to all internet-facing appliances. It is always advised to adhere to the following security recommendations whenever device is exposed to the internet in some way.
 
Below you may find some of the most common security recommendations - these recommendations can and should be applied not only to Teltonika devices, but to all internet-facing appliances. It is always advised to adhere to the following security recommendations whenever device is exposed to the internet in some way.
Line 44: Line 44:
  
 
Understandably, every production environment is different and some features may be altered or changed in newer firmware versions – please always make sure to test & verify newer firmware versions '''before deploying any such firmware onto devices in production environment'''.
 
Understandably, every production environment is different and some features may be altered or changed in newer firmware versions – please always make sure to test & verify newer firmware versions '''before deploying any such firmware onto devices in production environment'''.
 
==TRB14x security features==
 
 
In the table below you can find all the security features supported by Teltonika's '''TRB14x''' devices.
 
 
<table class="wikitable">
 
    <tr>
 
        <th width="200">Security measurement type</th>
 
      <th width="200">Security measurement name</th>
 
      <th width="200">By default</th>
 
<th width="500">Details</th>
 
    </tr>
 
    <tr>
 
      <td>DDOS Prevention</td>
 
      <td>SYN Flood Protection</td>
 
      <td>On</td>
 
<td>A SYN flood is a form of denial-of-service attack in which an attacker sends a succession of SYN requests to a target's system in an attempt to consume enough server resources to make the system unresponsive to legitimate traffic.</td>
 
    </tr>
 
    <tr>
 
      <td rowspan="8">Access Control</td>
 
      <td>Remote SSH access</td>
 
      <td>Off</td>
 
<td>All Remote access is disabled by default. If user is using remote access feature it may be a security threat. If user decides to use this feature - it is recommended to use a strong password.</td>
 
    </tr>
 
    <tr>
 
      <td>Remote HTTP access</td>
 
      <td>Off</td>
 
<td>All Remote access is disabled by default. If user is using remote access feature it may be a security threat. If user decides to use this feature - it is recommended to use a strong password.</td>
 
    </tr>
 
    <tr>
 
      <td>Remote HTTPS access</td>
 
      <td>Off</td>
 
<td>All Remote access is disabled by default. If user is using remote access feature it may be a security threat. If user decides to use this feature - it is recommended to use a strong password.</td>
 
    </tr>
 
    <tr>
 
      <td>Remote CLI access</td>
 
      <td>Off</td>
 
<td>All Remote access is disabled by default. If user is using remote access feature it may be a security threat. If user decides to use this feature - it is recommended to use a strong password.</td>
 
    </tr>
 
    <tr>
 
      <td>Local SSH access</td>
 
      <td>On</td>
 
<td>Enabled by default for user convenience, allows possibility of configuring the device when user is in the same LAN.</td>
 
    </tr>
 
    <tr>
 
      <td>Local HTTP access</td>
 
      <td>On</td>
 
<td>Enabled by default for user convenience, allows possibility of configuring the device when user is in the same LAN.</td>
 
    </tr>
 
    <tr>
 
      <td>Local HTTPS access</td>
 
      <td>Off</td>
 
<td>By default turned off - where is no scenario where HTTPS usage would be needed "out side the box".</td>
 
    </tr>
 
    <tr>
 
      <td>Local CLI access</td>
 
      <td>On</td>
 
<td>Enabled by default for user convenience, allows possibility of configuring the device when user is in the same LAN.</td>
 
    </tr>
 
    <tr>
 
      <td>Configuration via SMS</td>
 
      <td>SMS Utilities</td>
 
      <td> By router admin password</td>
 
<td>Default authorization method for configuration via SMS command is by router admin password. It's very important to have a strong password for admin account.</td>
 
    </tr>
 
    <tr>
 
      <td>Default admin password</td>
 
      <td>First login</td>
 
      <td>On</td>
 
<td>Default password for Teltonika's devices is admin01 (weak password) but on first login to WebUI - RutOS forcefully requires user to change it. It is recommended to use a strong password</td>
 
    </tr>
 
      <td>Certificates</td>
 
      <td>Root CA</td>
 
      <td>Pre-uplouded</td>
 
<td>Root CA certificate are only needed if you want to use HTTPS for your services. There is a default file already preloaded in this device which will be overwritten by any uploaded file.</td>
 
    </tr>
 
    <tr>
 
      <td>Universal Asynchronous Receiver – Transmitter</td>
 
      <td>UART</td>
 
      <td> By router admin password</td>
 
<td>Many manufacturers are implementing UART interfaces on their devices. If this interface is not password protected, security of the device may be compromised. If malicious 3rd party gains physical access to the device it will have full control of the router via UART interface, this is a reason why our devices have password protected UART interfaces.</td>
 
    </tr>
 
</table>
 
 
==Active services==
 
 
In the table below you can find all the services, which are enabled on default configuration in Teltonika's devices.
 
 
<table class="wikitable">
 
    <tr>
 
        <th width="500">Service</th>
 
      <th width="200">Port</th>
 
      <th width="200">LAN</th>
 
<th width="200">WAN</th>
 
    </tr>
 
    <tr>
 
      <td>SSH</td>
 
      <td>22</td>
 
      <td>Open</td>
 
<td>Closed</td>
 
    </tr>
 
    <tr>
 
      <td>HTTP</td>
 
      <td>80</td>
 
      <td>Open</td>
 
<td>Closed</td>
 
    </tr>
 
    <tr>
 
      <td>HTTPS</td>
 
      <td>443</td>
 
      <td>Open</td>
 
<td>Closed</td>
 
    </tr>
 
</table>
 

Latest revision as of 13:17, 23 July 2024

Summary

In this article you can find details about all Teltonika's supported security features also what device has which security implementations and a guide how to use them properly.

Security Guidelines

Below you may find some of the most common security recommendations - these recommendations can and should be applied not only to Teltonika devices, but to all internet-facing appliances. It is always advised to adhere to the following security recommendations whenever device is exposed to the internet in some way.

General Security Guidelines

  • Keep Firmware Updated - Always ensure that firmware is up to date.
  • Set Strong Passwords - Use strong, unique passwords for all services (WebUI, SSH, Post/Get). Passwords should include numbers, symbols, uppercase, and lowercase letters. Passwords should be between 15-20 characters long.
  • Install Trusted Packages - Only install packages from known and trusted sources.
  • Use Secure Configuration Protocols - Use SSH or HTTPS for device configuration. Avoid using insecure protocols like telnet or HTTP, especially for remote configuration.
  • Disable unused services - Disable services that are not used, especially those that provide some sort of administrative capabilities (e.g.: WiFi, SMS Utilities, Web CLI).
  • Ensure WiFi Security - If WiFi is used, ensure it employs the latest encryption standards like WPA3 or WPA2 with AES. Avoid using TKIP.
  • Assign Minimum Necessary Permissions - Make sure to provide the least amount of required permissions for any additionally created user account.
  • Set SIM Card Limits - Set SMS and data limits for your SIM card to prevent misuse.

Security Hardening Guidelines

  • Limit Administrative Access - Avoid exposing administrative services to the internet. If public access is mandatory, set unconventional ports (e.g., 32768-65535) for common services.
  • Secure Exposed Services - If remote access is necessary, ensure that it is protected by a firewall. If remote access is required for any administrative interface, modify the rule to only accept traffic from known sources (e.g. modify the SSH WAN access rule to only allow connections from a specific source address).
  • Manage WiFi Effectively - Disable WiFi if it is not needed. Consider reducing wireless transmission power rather than hiding the ESSID.
  • Use Key-Based Authentication - Make sure to use key-based authentication wherever possible (e.g. accessing device via SSH).
  • Verify Backup Integrity - Always write down & compare MD5/SHA hashes of backup files and firmware files before uploading them to the device.
  • Use Phone Number Whitelisting - Create phone number groups for SMS commands to act as a whitelist.
  • Disable Unnecessary Utilities - Review and disable unnecessary SMS/Call utilities and commands, or disable this functionality completely.

Secure Operation Guidelines

  • Regularly Update Firmware - Regularly check and apply firmware updates for security patches and improvements.
  • Monitor Access Continuously - Continuously monitor access to administrative services and restrict as needed. Create and regularly review ”Events Reporting” rules to inform when certain events occur on the device.
  • Update Passwords Periodically - Regularly update passwords and ensure they adhere to strong password policies.
  • Audit Protocols Regularly - Regularly audit the protocols used for configuration and management to ensure they remain secure.
  • Review Firewall rules - Regularly audit and review firewall and traffic rules.
  • Review used services - Regularly review the services that are being used on the device. Disable services that are not used.
  • Configure Secure VPNs - Use secure VPN protocols (e.g., IPsec, OpenVPN, WireGuard) for remote access instead of exposing sensitive services directly.
  • Conduct WiFi Audits - Periodically review WiFi settings and ensure they comply with the latest security requirements.
  • Review SIM Card Usage - Regularly review SMS and data usage limits and adjust them based on current needs and usage patterns. Disable SMS utilities entirely, if it is not utilized whatsoever.


Please note that regardless of currently running configuration, we strongly recommend to keep up with the latest firmware version which generally includes not only overall improvements to the router functionality, but also security patches & vulnerability fixes.

Understandably, every production environment is different and some features may be altered or changed in newer firmware versions – please always make sure to test & verify newer firmware versions before deploying any such firmware onto devices in production environment.