www.rina.org Open in urlscan Pro
2.17.100.194  Public Scan

Submitted URL: http://cyberpartners.it/
Effective URL: https://www.rina.org/en/rina-cyber
Submission: On December 21 via manual from IT — Scanned from IT

Form analysis 2 forms found in the DOM

POST /en/rina-cyber

<form action="/en/rina-cyber" method="post" novalidate="novalidate">
  <div class="collapse" id="searchContent">
    <div class="container">
      <div class="row">
        <div class="searchHeaderBlock col-xl-10 mx-auto">
          <div class="p-4 position-relative">
            <div class="d-flex align-items-center mb-2 divCloseButton">
              <h5 class="h2 text-rinaBlueSearch mb-0 col-md-8">Search</h5>
              <div class="closeButtonTopHeader">
                <button class="btn-link navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#searchContent" aria-controls="searchContent" aria-expanded="false" aria-label="Toggle navigation">
                  <svg class="text-rinaBlue" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
                    <g id="Layer_1-2" data-name="Layer 1">
                      <path d="m.92,12l-.92-.92,5.08-5.08L0,.92.92,0l5.08,5.08L11.08,0l.92.92-5.08,5.08,5.08,5.08-.92.92-5.08-5.08L.92,12Z"></path>
                    </g>
                  </svg>
                </button>
              </div>
            </div>
            <div class="row">
              <div class="col-md-8 mb-2 mb-md-0 search-txtMobile">
                <input autocomplete="off" class="typeahead form-control searchBox" data-ac-url="/api/rina/search/GetAutoCompletes?sc_site=rina-en" data-fittoelement="true" data-minlength="3" data-val="true" data-val-required="Please enter some text"
                  id="textSearchedTop" name="textSearched" placeholder="Enter keywords" type="text" value="">
              </div>
              <div class="col-md-4 col-xl-2">
                <button class="rina-btn-primary justify-content-center searchButtonHeader" type="submit">SEARCH</button>
              </div>
            </div>
            <span class="field-validation-valid" data-valmsg-for="textSearched" data-valmsg-replace="true" style="color:red"></span>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /en/rina-cyber

<form action="/en/rina-cyber" class="form-inline" id="form-inline-contact-service" method="post" novalidate="novalidate"><input id="scController" name="scController" type="hidden" value="Contacts"><input id="scAction" name="scAction" type="hidden"
    value="SendContact"><input id="contactId" name="ContactId" type="hidden" value="{94A57C2B-7F1D-483C-A641-3356DE8F3533}"><input id="serviceId" name="ServiceId" type="hidden" value="{A8C9D272-40B6-442B-8DD3-0D820C678EC1}"><input data-val="true"
    data-val-required="The IsHeadOffice field is required." id="IsHeadOffice" name="IsHeadOffice" type="hidden" value="False"> <span class="close-icon pull-right" data-toggle="collapse" href="#contactForm" aria-expanded="false"
    aria-controls="contactForm"><img src="/assets/images/rina-en/icon/icon-close.png"></span>
  <div class="row">
    <div class="col-md-4 col-sm-6">
      <div class="form-group">
        <span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true" style="color:red"></span>
        <input class="form-control" data-val="true" data-val-required="Name is required" id="FirstName" name="FirstName" placeholder="Name*" type="text" value="">
      </div>
    </div>
    <div class="col-md-4 col-sm-6">
      <div class="form-group">
        <span class="field-validation-valid" data-valmsg-for="Company" data-valmsg-replace="true" style="color:red"></span>
        <input class="form-control" data-val="true" data-val-required="Company is required" id="Company" name="Company" placeholder="Company*" type="text" value="">
      </div>
    </div>
    <div class="col-md-4 col-sm-6">
      <div class="form-group">
        <span class="field-validation-valid" data-valmsg-for="City" data-valmsg-replace="true" style="color:red"></span>
        <input class="form-control" data-val="true" data-val-required="City is required" id="City" name="City" placeholder="City*" type="text" value="">
      </div>
    </div>
    <div class="col-md-4 col-sm-6">
      <div class="form-group">
        <script>
          var countryList = document.querySelectorAll(".countryForm");
          for (var i = 0; i < countryList.length; i++) {
            countryList[i].value = ""
          }
        </script>
        <span class="field-validation-valid" data-valmsg-for="Country" data-valmsg-replace="true" style="color:red"></span>
        <input class="form-control countryForm" data-val="true" data-val-required="Country is required" id="Country" name="Country" placeholder="Country*" type="text" value="">
      </div>
    </div>
    <div class="col-md-4 col-sm-6">
      <div class="form-group">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true" style="color:red"></span>
        <input class="form-control" data-val="true" data-val-email="Please check your email address" data-val-required="Email is required" id="Email" name="Email" placeholder="Email*" type="email" value="">
      </div>
    </div>
    <div class="col-md-4 col-sm-6">
      <div class="form-group">
        <span class="field-validation-valid" data-valmsg-for="Phone" data-valmsg-replace="true" style="color:red"></span>
        <input class="form-control" data-val="true" data-val-regex="Incorrect phone number" data-val-regex-pattern="^[\+\d]?(?:[\d-.\s()]*)$" data-val-required="Phone Number is required" id="Phone" name="Phone" placeholder="Telephone*" type="tel"
          value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-4 col-sm-12">
      <div class="form-group">
        <span class="field-validation-valid" data-valmsg-for="Message" data-valmsg-replace="true" style="color:red"></span>
        <textarea class="form-control" cols="20" data-val="true" data-val-required="Message is required" id="Message" name="Message" placeholder="Your inquiry*" rows="2" type="text"></textarea>
      </div>
    </div>
    <div class="col-md-4 col-sm-12">
      <div class="checkbox">
        <label>
          <input data-val="true" data-val-checkboxrequired="Privacy consent is required" data-val-required="The PrivacyConsent field is required." id="PrivacyConsent" name="PrivacyConsent" type="checkbox" value="true"><input name="PrivacyConsent"
            type="hidden" value="false"> I declare that I have examined the <a href="https://www.rina.org/en/privacy" target="_blank"><u>notice</u></a> and accept its contents. <span class="field-validation-valid" data-valmsg-for="PrivacyConsent"
            data-valmsg-replace="true" style="color:red"></span>
        </label>
      </div>
      <div class="checkbox">
        <label>
          <input data-val="true" data-val-required="The CommercialConsent field is required." id="CommercialConsent" name="CommercialConsent" type="checkbox" value="true"><input name="CommercialConsent" type="hidden" value="false"> I consent to
          receive marketing communications and/or advertising materials regarding the products or services offered by the Data Controller <span class="field-validation-valid" data-valmsg-for="CommercialConsent" data-valmsg-replace="true"
            style="color:red"></span>
        </label>
      </div>
    </div>
    <div class="col-md-4 col-sm-12">
      <div class="form-group">
        <div class="g-recaptcha" data-sitekey="6LezCX4UAAAAAL0mxXew1FNKq4vNCaXAzAN45wMt"></div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-btn-container">
        <button type="reset" class="btn btn-outline">Clear all</button>
        <button type="submit" onclick="checkRecaptchaService('Please check Recaptcha')" class="btn btn-primary">Submit</button>
      </div>
    </div>
  </div>
</form>

Text Content

DISAGREE


WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may click to refuse
to consent or access more detailed information and change your preferences
before consenting.
Please note that some processing of your personal data may not require your
consent, but you have a right to object to such processing. Your preferences
will apply to this website only. You can change your preferences at any time by
returning to this site or visit our privacy policy.
MORE OPTIONSDISAGREEAGREE
 * About
 * Services
 * Contact

SEARCH


SEARCH
 * Visit RINA global website

Toggle navigation
 * About
 * Services
 * Contact


OUR EXPERTISE IN STANDARDS, MANAGEMENT SYSTEMS, AND RISK ANALYSIS UNIQUELY
SUPPORTS YOU
 

 

RINA offers a wide range of cybersecurity services for clients operating in many
sectors. These include, but are not limited to, critical infrastructure,
banking, insurance, space, defence, automotive, marine, energy, utilities,
industrial manufacturing. The services are carried out through consultancy
activities or through the use of specific tools.

With our professionals, we help companies improve their security posture,
regardless of what their starting cyber maturity level is.

We deliver cybersecurity activities to our customers located in different
geographical areas of the world, both in the field of Information Technology
(IT) and in the industrial field of Operational Technology (OT).


FEATURED CONTENTS

CLOUD SECURITY MANAGEMENT



Switching to the cloud? Here are some

security facts to be considered

 



Learn more

THE ATTACK SURFACE MANAGEMENT



This is why companies aiming to protect

their environment must focus on their

Attack Surface



Learn more

DIGITAL RISK MANAGEMENT



Leveraging Digital Risk Management

contributes to a modern Security

Operations Centre



Learn more

CYBER THREAT INTELLIGENCE



This is why effective Cyber Threat

Intelligence must me strategical and

actionable



Learn more

EMAIL SECURITY & CYBER AWARENESS



A close glance at one of the main

cyber-attack vectors and how to guard

against its threats



Learn more

DATA MANAGEMENT AND ANALYSIS



This is why a good security strategy is

based also on proper data handling

 



Learn more

HOLOS



The Decision Support System

for Cyber World

 



Learn more

THE CYBER CONVERGENCE BETWEEN IT AND OT WORLDS



What does it drive cyber convergence

of IT and OT environments?

 



Learn more


CONTACT US

RINA Cyber team




Add to my contacts






Add to my contacts



Send a request
I declare that I have examined the notice and accept its contents.
I consent to receive marketing communications and/or advertising materials
regarding the products or services offered by the Data Controller

Clear all Submit

Our experience. Your growth.

 * Corporate info
 * Privacy notice & cookie policy

RINA S.p.A. VAT number IT03794120109

 * 
 * 
 * 
 * 

Our experience. Your growth.


 * LINKEDIN


 * YOUTUBE


 * INSTAGRAM


 * TWITTER

RINA S.p.A. VAT number IT03794120109

 * Corporate info
 * Privacy notice & cookie policy