60.5 F
Los Angeles
Friday, Apr 11, 2025

Orca Secures $55 Million Series B

Orca Security Ltd., a cybersecurity company focused on cloud computing systems, has raised $55 million in a Series B funding round.

The round was led by San Francisco multifamily office Iconiq Capital, with participation from GGV Capital, YL Ventures and Silicon Valley CISO Investments.
Orca sells a software-as-a-service, or SaaS, product designed to help businesses secure their cloud systems.


The company says its product has a technological edge over other cloud security platforms that allows it a more comprehensive view into an organization’s entire cloud infrastructure.


The approach, according to Orca, avoids the slow implementation times or costliness of other similarly secure systems.


Orca does not have fixed offices, and its team is spread across the United States and Israel. Orca’s co-founder and Chief Executive Avi Shua is based in Los Angeles.


“Cloud security is fundamentally broken. Practitioners are forced to waste their time installing and maintaining security agents instead of managing actual security risks,” Shua said in a statement. 


“Even after spending years plumbing agents in their environment, coverage is usually limited to less than 50%. What’s worse, agent-based solutions lack context. They can’t see beyond individual issues residing on individual assets, which leads to a never-ending barrage of meaningless security alerts,” he added.


This year’s widespread adoption of remote working practices in the wake of Covid-19 lockdowns has increased companies’ reliance on cloud computing systems.


In some cases, hackers have taken advantage of this new paradigm. An April joint report by the Department of Homeland Security and the U.K.’s National Cyber Security Centre cited an uptick in Covid-related cybercrime and increased vulnerabilities due to the “surge in teleworking.”


In a May interview with the Business Journal, Shua said these trends have boosted demand for Orca’s product and helped drive accelerated growth. The young company has raised more than $82 million since its founding last year. 

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->