Sponsored Content
The Lounge What is on Your Mind? Business origins - MalWareBytes - interesting read Post 303037136 by Neo on Wednesday 24th of July 2019 12:25:20 PM
Old 07-24-2019
Yeah, so as a long time cyber security person, I have never been impressed with companies like MalwareBytes who profit off the insecurity of Windows.

I'm not accusing any company of wrong doings, but there have been many scenarios in circles of cyber security professionals where antivirus companies conspire (or work) with malware creators to have malware released into the wild and for "an antivirus company" to already have an antiviral update(s) ready.

The entire ecosystem is broken; so personally, I am not impressed with the MalwareBytes story. I do not trust any of these companies, since they are not accountable and transparent to the public.

The real "success story" would be for governments or regulators to mandate that these software companies secure their products and be responsible for consumer losses and damages, or to otherwise regulate these greedy high tech companies who are only concerned with quarterly profit reports to their stockholders. Ditto for the new breed of information brokers like FB.

The entire cybersecurity industry is a "self-licking ice cream cone", where the more malware there is, the more money anti-malware companies make. It's really dystopian.

Soon (not sure the exact time), it will be the same in AI. There will be an entire industry built around securing us from AI, hackers attacking AI, AI gone bad, etc. It's really a dystopian future where tech creates more software which needs "protectors" to protect us from the harm it will do. Meanwhile, the huge tech giants get richer, the land costs rise in high tech areas, etc.

It's corporate greed out of control, really.
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Some interesting questions

Hello All, I have some questions; 1) process1 | process2, A)now if I kill process2 what happens to process1? B) if I kill process1 what happens to process2? 2) Why kill -9 is a strong kill? If possible I would like to know what happens internally. 3) What a pipe actually do, in... (3 Replies)
Discussion started by: willhunter
3 Replies

2. Shell Programming and Scripting

interesting problem

Hi, I am new in this forum and I am glad to be a part of it. I have a problem that has two parts: 1/ extract just the timestamp from a filename: for example, I have a file called 'sales20080226144525.txt' and I want to extract just the '20080226144525' part out of it. 2/ Now, take that... (5 Replies)
Discussion started by: ChicagoBlues
5 Replies

3. Red Hat

Cron entry for every 10 mints on business day business hour

Could you “crontab” it to run every 10 minutes on work days (Mo - Fr) between 08:00 and 18:00 i know to run every 10 mints but can any one guide me how to achieve the above one (2 Replies)
Discussion started by: venikathir
2 Replies
FraudDetect::preCharge(3pm)				User Contributed Perl Documentation			       FraudDetect::preCharge(3pm)

NAME
Business::FraudDetect::preCharge - backend for Business::FraudDetect (part of Business::OnlinePayment) SYNOPSIS
use Business::OnlinePayment my $tx = new Business::OnlinePayment ( 'someGateway', fraud_detect => 'preCharge', maximum_fraud_score => 500, preCharge_id => '1000000000000001', preCharge_security1 => 'abcdef0123', preCharge_security2 => '3210fedcba', ); $tx->content( first_name => 'Larry Walton', last_name => 'Sanders', login => 'testdrive', password => '', action => 'Normal Authorization', type => 'VISA', state => 'MA', zip => '02145', country => 'US', phone => '617 555 8900', email => 'lws@sanders.com', ip_address => '18.62.0.6', card_number => '4111111111111111', expiration => '0307', amount => '25.00', ); $tx->submit(); if ($tx->is_success()) { # successful charge my $score = $tx->fraud_score; my $id = $tx->fraud_transaction_id; #returns the preCharge transaction id } else { # unsucessful my $score = $tx->fraud_score; } DESCRIPTION
This module provides a driver for the preCharge Risk Management Solutions API Version 1.7 (16 Jan 2006). See Business::OnlinePayment and Business::FraudDetect for more information. CONSTRUCTION
Whe constructing the Business::OnlinePayment object, three risk management parameters must be included for the preCharge object to be properly constructed. o precharge_id This field is called "merchant_id" in the preCharge API manual o precharge_security1 This field is called "security_1" in the preCharge API manual o precharge_secuirty2 This field is called "security_2" in the preCharge API manual METHODS
This module provides no public methods. AUTHORS
Lawrence Statton <lawrence@cluon.com> Jason Hall <jayce@lug-nut.com> DISCLAIMER
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
http://420.am/business-onlinepayment perl v5.12.4 2011-07-21 FraudDetect::preCharge(3pm)
All times are GMT -4. The time now is 03:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy