You will receive a notification to the e-mail address given at registration, as soon as your account has been activated for the mGuard Secure Cloud.
The mGuard Secure Cloud service team will usually get back to you within 1 business day (8 AM - 5 PM Eastern time). Meanwhile, please restrain from duplicate registrations. If in doubt and without response for 2+ business days, please use the contact form of the mGuard Secure Cloud for status inquiries.
New customers can now use the new instance of the mGuard Secure Cloud. When you close this window, you will be redirected. Please register there.
The new version of the mGuard Secure Cloud is now available. Register today at mGuard Secure Cloud v3. and benefit from the new, more powerful architecture, a more flexible business model and additional functions.
Thank you for your request. We will contact you as soon as possible
Phoenix's mGuard Secure Cloud offers operators and machine builders a highly secure, web-based method for instant remote services to any machine and production plant within a client's network. The mGuard Secure Cloud is a professionally hosted, turnkey remote-services ecosystem for both the machine builder and the plant operator. Using a standard web browser, service personnel can connect to the Secure Cloud website and, after successfully authenticating, access all relevant client information: locations, operators, service targets (machines), users, as well as their access rights. A quick overview is also made available of all machines currently online and ready for instant remote service.
Implementing and operating an industry-standard remote services solution can be a complex task. Our cloud-based service remedies this situation, with a turnkey system for industrial remote services for utility operators, machine builders and plant technicians. Setup takes place in a few easy steps with hard- and software configuration provided.
The mGuard VPN technology uses the IPsec security protocol with strong encryption. This guarantees the confidentiality, authenticity and integrity of all information and data transmitted between the service staff and the machines.
The mGuard Secure Cloud forms a powerful and scalable VPN infrastructure in the cloud, securely interconnecting service staff with machines and plants via the Internet. Operated in a state-of-the-art data center with 24x7x365 monitoring, this ensures maximum reliability and availability to support your machines, facilities and customers.
Companies from the following countries can use the mGuard Secure Cloud:
Austria | Österreich
Belgium | België | Belgique | Belgien
Bulgaria | България
Croatia | Hrvatska
Cyprus | Κύπρος | Kıbrıs
Czech Republic | Česko
Denmark | Danmark
Deutschland | Germany
Estonia | Eesti
Finland | Suomi
France
Greece | Ελλάδα, Ελλάς
Hungary | Magyarország
Ireland | Éire
Italia | Italy
Latvia | Latvija
Lithuania | Lietuva
Luxembourg | Lëtzebuerg | Luxemburg
Malta
Netherlands | Nederland
Poland | Polska
Portugal
Romania | România
Slovakia | Slovensko
Slovenia | Slovenija
Spain | España
Sweden | Sverige
United Kingdom
Albania
Andorra
Armenia
Azerbaijan
Belarus
Bosnia and Herzegovina
Georgia
Iceland
Kosovo
Liechtenstein
Moldova
Monaco
Montenegro
North Macedonia
Norway | Norge
San Marino
Serbia
South Africa
Switzerland | Schweiz | Suisse
Turkey
Ukraine
United Arab Emirates
Vatican City
NORTH AMERICA
Canada
United States
Mexico
CARIBBEAN
Antigua and Barbuda
Bahamas
Cuba
Dominica
Dominican Rep.
Grenada
Haiti
Jamaica
Saint Kitts and Nevis
Saint Lucia
Saint Vincent and the Grenadines
Trinidad and Tobago
CENTRAL AMERICA
Belize
Costa Rica
El Salvador
Guatemala
Honduras
Nicaragua
Panama
SOUTH AMERICA
Argentina
Brazil
Bolivia
Chile
Colombia
Ecuador
Falkland Islands
French Guiana
Guyana
Paraguay
Peru
Suriname
Uruguay
Of course, your service targets (machines) and service technicians can access the mGuard Secure Cloud services worldwide.
Google Dorking, also known as Google Hacking, involves using advanced search operators to find information that isn't intended to be public. By using operators like inurl: , intitle: , or filetype: , users can bypass standard search results to find specific server configurations, exposed databases, or vulnerable software versions. Breaking Down the Keyword: "inurl:commy/index.php?id=" This specific dork targets three things:
Instead of inserting user input directly into SQL queries, use "parameterized queries." This ensures the database treats input as data, not as a command.
: This suggests a specific directory or a possibly outdated content management system (CMS) or plugin folder named "commy."
Always validate that the id is what you expect (e.g., ensure it’s only a number and not a string of code).
If a website doesn't "sanitize" the input it receives through that id parameter, an attacker can replace the ID number with a malicious SQL command. Instead of seeing a product page, the attacker could force the database to: Reveal the entire list of usernames and passwords. Delete or modify website content. Gain administrative access to the server. Why "Commy"?
The reason hackers search for index.php?id= is because it is a common entry point for .
If you are a site owner or developer, seeing your URL pop up in a search like this can be a red flag. Here is how to stay safe:
In many cases, specific strings like "commy" refer to older, unpatched scripts or niche components that are known to have security flaws. When a vulnerability is discovered in a specific piece of software, hackers use dorks like this to find every website on the internet still running that buggy code. How to Protect Your Website
: This is a classic PHP query string. The ?id= parameter is used to fetch data from a database (like a specific news article or product page). The Risk: SQL Injection (SQLi)
Here is a deep dive into what this keyword means, why it’s dangerous, and how website owners can protect themselves. What is a Google Dork?