Security
| In a Nutshell |
|
Ports
How can I open a port for access
By default, a new virtual machine in the bwCloud-OS is initially only accessible from outside only via SSH (Port 22). This is defined in the assigned security group, e.g., default. All other ports are closed, i. e. requests on these ports connot reach the instance. You will find some information about security and open ports here.
As soon as the rules of a security group change, these changes take effect for all associated instances. The virtual machines therefore do not have to be rebooted.
Example:
- A Web server needs to be accessible via HTTPS. The corresponding port (Port 443) must be opened n the security group.
- The step-by-step instructions explain in detail how to open a port using the Dashboard.
- In the left menu, click Network → Security Groups.. An overview of the currently defined security groups is displayed. The default group is named default.
- Click on the button Manage Rules in the corresponding line. An overview of all rules defined for this security group opens.
- If you want to add a new rule, click the button Add Rule. A dialog opens in which you can describe the new rule.
- There are two similar options from the drop-down menu:
- Select the Rule entry HTTPS.
- Select the Custom TCP Rule item. Enter port number 443 in the Port field.
- Your server should not be accessible from everywhere on the internet. The entry in the field "CIDR" restricts the access to a specific network segment. Enter there the IP addresses that should be allowed.
- In the "Direction" field you can define the direction:
- Ingress = Incoming connections
- Egress = Outgoing connections
- Click Add, and the new rule is created. The page reloads, and the new rule appears in the list.
Are some of the ports closed in bwCloud-OS?
Yes. In the different bwCloud-OS regions, different regulations apply for the use of the networks, due to the respective data centers of the universities. An individual opening of centrally blocked ports for virtual machines in the bwCloud regions is not possible. Further information, also about the individual regions, is listed here.
SSL Certificates
We do not offer certificates. However, your instance can obtain certificates from other institutions (e.g. Lets Encrypt) using the Cert Bot.
Security Incidents
What do I do if I fear I've been hacked?
If your own VMs are behaving "strangely", it may be that they have been hacked. In this case, please follow these steps:
- Log in to the OpenStack Dashboard
- Stop the affected instances - do not delete!
- Submit a ticket Important information:
- Which instances are possibly affected?
- How can the strange behaviour be described?
- Which measures have already been implemented?
- We will contact you as soon as possible to clarify the situation.
Does the bwCloud-OS operations group check the running instances, for example, through so-called penetration tests?
No, the running instances are not checked for open ports or other characteristics. However, the entire bwCloud operating environment is monitored - for example, network monitoring covers current upstream and downstream traffic. If the network traffic here changes abruptly, significantly and atypically beyond normal levels, this is checked at the node and OpenStack monitoring level.
However, we do not look inside the virtual machines!