Featured

Published on March 23rd, 2020 📆 | 7117 Views ⚑

0

Coronavirus crisis brings increase in cyber attacks


https://www.ispeech.org

Cyber criminals are taking advantage of the coronavirus crisis.

Cyber counter-terrorism expert Zohar Pinhasi says his cyber security firm, MonsterCloud, has had an 800 percent increase in calls since the virus forced many Americans to work from home.

Those remote connections are not always secure, Pinhasi said, giving hackers easy access to devices and networks.

"From those criminals perspective, it's heaven," he said. "They have stepped on a gold mine."

Hackers will often send bogus emails called phishing or spear phishing emails.

The recipient can be tricked into clicking and opening the email because it appears like it could be from someone they know and trust - or be about an important subject -- like the coronavirus.

Once they have infiltrated the network, the hacker can hold it hostage and demand ransom payments.

And ransomware attacks aren't the only tactic.

"Those criminals converted ransomware to something called doxware," said Pinhasi.

"If you're not going to pay us, we will sell your data and in addition to that, notify your customers that you were hacked and their data was compromised. This is a game changer since the Coronavirus started - we've seen it in the past, but not to that degree."

Pinhasi said there are several steps individuals, businesses, and government agencies can take to prevent a cyber attack -- even with so many remote workers.

  • Make sure everyone is using a VPN, or a virtual private network, to do office work from home.
  • Require devices to have two-factor authentication, which verifies a person's identity before logging in.
  • Only use WiFi networks that are password protected.
  • Companies should maintain a reliable back up for their data on a different network.
  • Organizations should make sure their antivirus software is up to date.
  • Everyone should think before they click on links and emails.

"Think before you click is major here," he said, adding he is "extremely worried" about level of cyber security businesses and governments have during this Coronavirus crisis.

window.fbAsyncInit = function() {
FB.init({
appId : '',
xfbml : true,
version : 'v2.5'
});
};

(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
$(function(){

//- FB.ui({
//- method: 'share',
//- href: window.location.href,
//- }, function(response){});

})

var socialGetter = (function() {
function injectScript(url) {
var script = document.createElement('script');
script.async = true;
script.src = url;
document.body.appendChild(script);
}

return {
getFacebookCount: function(url, callbackName) {
injectScript('https://graph.facebook.com/?id=' + url + '&callback=' + callbackName);
},
getTwitterCount: function(url, callbackName) {
injectScript('http://urls.api.twitter.com/1/urls/count.json?url=' + url + '&callback=' + callbackName);
}
};
})();function twitterCallback(result) {
var count = 'tweet now!';
if (result.count) {
count = result.count + ' shares';
}
$('.tile.twitter').find('.number').text( count );
}
function facebookCallback(result) {
var shares = 'share now!';
if (result.shares) {
shares = result.shares + ' shares';
}
$('.tile.facebook').find('.number').text( shares);

}
sinclairDigital.dependencies.define([],function(){

if(typeof FB !== 'object'){
window.fbAsyncInit = function() {
FB.init({
appId : '',
xfbml : true,
version : 'v2.5'
});
};

(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}
if(typeof socialGetter !== 'function'){
var socialGetter = (function() {
function injectScript(url) {
var script = document.createElement('script');
script.async = true;
script.src = url;
document.body.appendChild(script);
}

return {
getFacebookCount: function(url, callbackName) {
injectScript('https://graph.facebook.com/?id=' + url + '&callback=' + callbackName);
},
getTwitterCount: function(url, callbackName) {
injectScript('http://urls.api.twitter.com/1/urls/count.json?url=' + url + '&callback=' + callbackName);
}
};
})();
}

$(function(){
socialGetter.getFacebookCount(window.location.href, 'facebookCallback');
//socialGetter.getTwitterCount(window.location.href, 'twitterCallback');
//console.log(window.location.href)
})
var storyUrl = window.location.origin + window.location.pathname;
var $sharer = $( '.social-share-tiles' );
var storyTitle = $('.story-title-text h1').text();

$( '.component-social-share-v2 .tile a' ).off().click( function ( e ) {
var self = this;
console.log( 'data-social', $(self).data('social') );





$.ajax( {
contentType: "application/json; charset=UTF-8",
type: "PUT",
url: "/api/rest/analytics/story/shared",
data: JSON.stringify( {
"url": window.location.href,
"storySlug": "coronavirus-crisis-brings-increase-in-cyber-attacks",
"storyType": "story",
"storyIdentifier": "221c1d74-1f44-4ff3-bb73-0f91723acf5f",
"shareType": $(self).data('social')
} )
} );
if($(self).data('social')==='facebook'){
if(''){
FB.ui({
method: 'share',
href: 'http://cw34.com/news/local/coronavirus-crisis-brings-increase-in-cyber-attacks',
}, function(response){});
return false;
} else {
window.open('http://www.facebook.com/sharer/sharer.php?u=http://cw34.com/news/local/coronavirus-crisis-brings-increase-in-cyber-attacks', '_blank');
}
}
if ( $( self ).data( "social" ) == "print" ) {
window.print();
return false;
}
} );

//- // DYNAMICALLY REPLACE {canonicalUrl} THE story.canonicalUrl IS EMPTY
//- $.each( $sharer.find( 'a' ), function () {
//- var href = $( this ).attr( 'href' ).replace( '{canonicalUrl}', storyUrl );
//- $( this ).attr( 'href', href );
//- } );

// Generate window for Twitter sharing
var genericShare = function (url, site) {
var width = ($(window).width() < 1024) ? $(window).width() - 40 : 575,
height = 450,
left = ($(window).width() - width) / 2,
top = ($(window).height() - height) / 2,

opts = 'status=1' +
',width=' + width +
',height=' + height +
',top=' + top +
',left=' + left;

window.open(url, site, opts);
};

var $twitter = $('.tile.twitter').find('a');
$twitter.click(function () {
genericShare('http://twitter.com/share?text=' + storyTitle + '&url=' + storyUrl, 'Twitter');
});

},true);

//.fb-like.pull-left(data-href="cbs12.com/news/local/coronavirus-crisis-brings-increase-in-cyber-attacks", data-layout="button_count", data-share="true", data-width="450")
//http://graph.facebook.com/?id=http://wjla.com/news/local/house-fire-kills-two-in-spotsylvania-county

function twitterCallback(result) {
var count = 'tweet now!';
if (result.count) {
count = result.count + ' shares';
}
$('.tile.twitter').find('.number').text( count );
}
function facebookCallback(result) {
var shares = 'share now!';
if (result.shares) {
shares = result.shares + ' shares';
}
$('.tile.facebook').find('.number').text( shares);

}
sinclairDigital.dependencies.define([],function(){

if(typeof FB !== 'object'){
window.fbAsyncInit = function() {
FB.init({
appId : '',
xfbml : true,
version : 'v2.5'
});
};

(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}
if(typeof socialGetter !== 'function'){
var socialGetter = (function() {
function injectScript(url) {
var script = document.createElement('script');
script.async = true;
script.src = url;
document.body.appendChild(script);
}

return {
getFacebookCount: function(url, callbackName) {
injectScript('https://graph.facebook.com/?id=' + url + '&callback=' + callbackName);
},
getTwitterCount: function(url, callbackName) {
injectScript('http://urls.api.twitter.com/1/urls/count.json?url=' + url + '&callback=' + callbackName);
}
};
})();
}

$(function(){
socialGetter.getFacebookCount(window.location.href, 'facebookCallback');
//socialGetter.getTwitterCount(window.location.href, 'twitterCallback');
//console.log(window.location.href)
})
var storyUrl = window.location.origin + window.location.pathname;
var $sharer = $( '.social-share-tiles' );
var storyTitle = $('.story-title-text h1').text();

$( '.component-social-share-v2 .tile a' ).off().click( function ( e ) {
var self = this;
console.log( 'data-social', $(self).data('social') );

$.ajax( {
contentType: "application/json; charset=UTF-8",
type: "PUT",
url: "/api/rest/analytics/story/shared",
data: JSON.stringify( {
"url": window.location.href,
"storySlug": "coronavirus-crisis-brings-increase-in-cyber-attacks",
"storyType": "story",
"storyIdentifier": "221c1d74-1f44-4ff3-bb73-0f91723acf5f",
"shareType": $(self).data('social')
} )
} );
if($(self).data('social')==='facebook'){
if(''){
FB.ui({
method: 'share',
href: 'http://cw34.com/news/local/coronavirus-crisis-brings-increase-in-cyber-attacks',
}, function(response){});
return false;
} else {
window.open('http://www.facebook.com/sharer/sharer.php?u=http://cw34.com/news/local/coronavirus-crisis-brings-increase-in-cyber-attacks', '_blank');
}
}
if ( $( self ).data( "social" ) == "print" ) {
window.print();
return false;
}
} );

//- // DYNAMICALLY REPLACE {canonicalUrl} THE story.canonicalUrl IS EMPTY
//- $.each( $sharer.find( 'a' ), function () {
//- var href = $( this ).attr( 'href' ).replace( '{canonicalUrl}', storyUrl );
//- $( this ).attr( 'href', href );
//- } );

// Generate window for Twitter sharing
var genericShare = function (url, site) {
var width = ($(window).width() < 1024) ? $(window).width() - 40 : 575,
height = 450,
left = ($(window).width() - width) / 2,
top = ($(window).height() - height) / 2,

opts = 'status=1' +
',width=' + width +
',height=' + height +
',top=' + top +
',left=' + left;

window.open(url, site, opts);
};

var $twitter = $('.tile.twitter').find('a');
$twitter.click(function () {
genericShare('http://twitter.com/share?text=' + storyTitle + '&url=' + storyUrl, 'Twitter');
});

},true);

//.fb-like.pull-left(data-href="cbs12.com/news/local/coronavirus-crisis-brings-increase-in-cyber-attacks", data-layout="button_count", data-share="true", data-width="450")
//http://graph.facebook.com/?id=http://wjla.com/news/local/house-fire-kills-two-in-spotsylvania-county

Source link

Tagged with:



Comments are closed.