(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "ef67uoeyji");
INOV MSSP provides SOC for small and medium businesses to efficiently detect and contain any security incident or breach. Our solutions help in building a comprehensive yet cost-effective security operations center cyber-security team by proactively identifying vulnerabilities and threats by broadening your security services and serving as a 24/7 support partner service.
We support companies to maintain the health of their internal security services by taking the burden out of the in-house teams.
Granular level visibility of network activities is essential with the growing targeted security threats that organizations are currently facing. The security threats are becoming malicious and targeted over time. Small and Medium sized organizations face several in-house challenges such as lack of talented resources, support coverage and an increased operational cost. Maintaining a 24/7 team involves cost and administrative imbalance to emerging business. Access to MSP for day-to-day infrastructure and service desk to protect the organizations from emerging threats by staying at the top of the game is crucial.
With a robust Security Operations Center as the INOV MSSP SOC team, any company can efficiently contain the security breaches. A skilled team that works around-the-clock to provide white-label services, prevents, detects, analyzes and fixes cyber security threats.
Our goal is to assist businesses protecting and their client’s data against vulnerabilities by handling your daily security operations by managed SOC or by providing SOC as a service. We perform threat management, threat modeling, and build new processes to help develop new security-enhancing projects. We carry out report creation, dashboards, and metrics required to measure the performance of SOC operations, communicate and focus on remediation activities. We offer two Service Models:
With SOC staffing you get dedicated full time resources trained and certified to work as an extension of your on-site team. It will help reduce your operational cost by half with the help of a well orchestrated hierarchy.
Our SOC solution offers companies a 360 degree, end-to-end SOC services to protect your client data & infrastructure. We liberate businesses from making any upfront investment in Technology, Processes, or Resources but provide the trio in a cost-effective manner. We use some of the best SIEM solutions like KASEYA, Azure Sentinel, and ELK to monitor, detect and respond to threats.
$.ajaxSetup({
contentType: 'application/json'
});
$(document).ready(function(){
$('#nocForm').submit(function (e) {
e.preventDefault();
var mailid = $('#email').val();
var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
if($("#g-recaptcha-response").val()==""){
$('.google_recaptcha_error').show();
}else{
$('.google_recaptcha_error').hide();
if(!(emailReg.test( mailid ))){
$('#mailid_val_error_msg').show();
$('#mailid_error_msg').hide();
}
else{
$('#mailid_val_error_msg').hide();
var domain_name = mailid.split("@");
var domain = domain_name[1].split(".");
let standard_domains = ['gmail','yahoo','google','outlook','msn','hotmail'];
if(true == standard_domains.includes(domain[0])){
$('#mailid_error_msg').show();
}
else{
$('#mailid_error_msg').hide();
data=[
{
"name": "firstname",
"value": $("input[name='firstname']").val(),
},
{
"name": "lastname",
"value": $("input[name='lastname']").val(),
},
{
"name": "company",
"value": $("input[name='company']").val(),
},
{
"name": "email",
"value": $("input[name='email']").val(),
},
{
"name": "country",
"value": $("input[name='country']").val(),
},
];
dataToHubspotNOC(data);
}
}
}
});
});
function dataToHubspotNOC(fields){
// Create the new request
var xhr = new XMLHttpRequest();
var url = 'https://api.hsforms.com/submissions/v3/integration/submit/8189631/01d3f58a-376c-4fb5-abb3-cc05941620cf'
// Example request JSON:
var data = {
"fields": fields,
"legalConsentOptions":{ // Include this object when GDPR options are enabled
"consent":{
"consentToProcess":true,
"text":"I agree to allow Example Company to store and process my personal data.",
"communications":[
{
"value":true,
"subscriptionTypeId":999,
"text":"I agree to receive marketing communications from Example Company."
}
]
}
}
}
var final_data = JSON.stringify(data)
xhr.open('POST', url);
// Sets the value of the 'Content-Type' HTTP request headers to 'application/json'
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.onreadystatechange = function() {
if(xhr.readyState == 4 && xhr.status == 200) {
var result = xhr.responseText;
result =JSON.parse(result);
var text=result.inlineMessage; //console.log(text);
$('#resulthub').html(text); // $('#resulthub').css("display","block");
var pdfurls = $('#resulthub').find('a').attr('href');
var link=document.createElement('a');
document.body.appendChild(link);
link.href=pdfurls;
link.setAttribute("target", "_blank");
link.click();
$('#nocForm').trigger("reset");
$("#exampleModal").modal('hide');
//alert(xhr.responseText); // Returns a 200 response if the submission is successful.
} else if (xhr.readyState == 4 && xhr.status == 400){
alert(xhr.responseText); // Returns a 400 error the submission is rejected.
} else if (xhr.readyState == 4 && xhr.status == 403){
alert(xhr.responseText); // Returns a 403 error if the portal isn't allowed to post submissions.
} else if (xhr.readyState == 4 && xhr.status == 404){
alert(xhr.responseText); //Returns a 404 error if the formGuid isn't found
}
}
// Sends the request
xhr.send(final_data)
}
$.ajaxSetup({
contentType: 'application/json'
});
$(document).ready(function(){
$('#helpdeskForm').submit(function (e) {
e.preventDefault();
var mailid = $('#email').val();
var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
if($("#g-recaptcha-response").val()==""){
$('.google_recaptcha_error').show();
}else{
$('.google_recaptcha_error').hide();
if(!(emailReg.test( mailid ))){
$('#mailid_val_error_msg').show();
$('#mailid_error_msg').hide();
}
else{
$('#mailid_val_error_msg').hide();
var domain_name = mailid.split("@");
var domain = domain_name[1].split(".");
let standard_domains = ['gmail','yahoo','google','outlook','msn','hotmail'];
if(true == standard_domains.includes(domain[0])){
$('#mailid_error_msg').show();
}
else{
$('#mailid_error_msg').hide();
data=[
{
"name": "firstname",
"value": $("input[name='firstname']").val(),
},
{
"name": "lastname",
"value": $("input[name='lastname']").val(),
},
{
"name": "company",
"value": $("input[name='company']").val(),
},
{
"name": "email",
"value": $("input[name='email']").val(),
},
{
"name": "country",
"value": $("input[name='country']").val(),
},
];
console.log(data);
dataToHubspotHelpdesk(data);
}
}
}
});
});
function dataToHubspotHelpdesk(fields){
// Create the new request
var xhr = new XMLHttpRequest();
var url = 'https://api.hsforms.com/submissions/v3/integration/submit/8189631/39e36377-91c8-44cd-b147-9cef0b5a5208'
// Example request JSON:
var data = {
"fields": fields,
"legalConsentOptions":{ // Include this object when GDPR options are enabled
"consent":{
"consentToProcess":true,
"text":"I agree to allow Example Company to store and process my personal data.",
"communications":[
{
"value":true,
"subscriptionTypeId":999,
"text":"I agree to receive marketing communications from Example Company."
}
]
}
}
}
var final_data = JSON.stringify(data)
xhr.open('POST', url);
// Sets the value of the 'Content-Type' HTTP request headers to 'application/json'
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.onreadystatechange = function() {
if(xhr.readyState == 4 && xhr.status == 200) {
var result = xhr.responseText;
result =JSON.parse(result);
var text=result.inlineMessage;
$('#resulthub').html(text);
var pdfurls = $('#resulthub').find('a').attr('href');
var link=document.createElement('a');
document.body.appendChild(link);
link.href=pdfurls ;
link.setAttribute("target", "_blank");
link.click();
$('#helpdeskForm').trigger("reset");
$("#exampleModal").modal('hide');
//alert(xhr.responseText); // Returns a 200 response if the submission is successful.
} else if (xhr.readyState == 4 && xhr.status == 400){
alert(xhr.responseText); // Returns a 400 error the submission is rejected.
} else if (xhr.readyState == 4 && xhr.status == 403){
alert(xhr.responseText); // Returns a 403 error if the portal isn't allowed to post submissions.
} else if (xhr.readyState == 4 && xhr.status == 404){
alert(xhr.responseText); //Returns a 404 error if the formGuid isn't found
}
}
// Sends the request
xhr.send(final_data)
}
Round the Clock Reliable Services
to Streamline, Upscale and Augment
MSP & IT Operations.
info@inov.cm
+237 679-42-41-64
Douala-Bonabo
Copyright ©2023 inov.com All Rights Reserved