Cybersecurity


As Twitter Plans To Charge Verified Users $8 Fee, Threat Actors Start Launching Phishing Campaigns Exploiting The Situation

As Twitter Plans To Charge Verified Users $8 Fee, Threat Actors Start Launching Phishing Campaigns Exploiting The Situation

Scammers and hackers are exploiting the confusion regarding Twitter’s new CEO, Elon Musk’s plans for paid blue ticks on the platform. They are sending phishing emails disguised as official Twitter notices and luring users into sharing their details. This post covers the details regarding such phishing schemes.

(more…)

Social Engineering Attack on Twilio Compromises Employee Accounts and Customer Data

Social Engineering Attack on Twilio Compromises Employee Accounts and Customer Data

Twilio has suffered a second attack, leading to the compromise of its former and current employee accounts and the loss of sensitive customer information. This text shares the details of the attack, how it happened, whether it is over, whether customers are safe, how Twilio is dealing with it, and what organizations could learn from the cyberattack.

(more…)

Introduction to OpenAPI: 3 Important Security Facts You Need to Know

Image source: Pixabay

 

The OpenAPI specification has grown popular in the past few years especially when it comes to documenting and describing APIs. This is fueled by the many benefits the specification offers to organizations.

Some of the notable benefits include the support the specification gets from different API management tools and the fact that organizations can generate specifications and documentation from the client side easily.

Instead of using XML elements in OpenAPI, developers are required to use JSON objects. This comes with a schema used for contents, order, and naming. The JSON file is used to describe all the parts of the API in a standard format.

 

What is OpenAPI Specification?

Formally known as the Swagger Specification, the OpenAPI specification can be described as an API description format used for REST APIs. With an OpenAPI file, organizations can describe their APIs. The description includes things such as;

  • All authentication methods used.
  • The output and input methods for all endpoints.
  • All the available methods such as POST and GET, and endpoints such as URLs.

 

Apart from using the specification to document their APIs, organizations can also use it to generate client code and the required documentation. The good news is that most API management tools come with support for OpenAPI specification. This not only makes it easy to create APIs but also to maintain them.

Some main components you will find with the OpenAPI specification include security, responses, parameters, and paths. Each of these components holds arrays and properties as JSON objects.

You will get descriptions, contact, license, document version, and all the information you need about the APIs in the info field. The server field, on the other hand, describes all the endpoints used in the API.

An API can be defined as a computing interface that allows applications to communicate and share information. Due to their growing popularity, cybersecurity has become one of the biggest concerns for organizations. Cybercriminals are targeting organizations through APIs to try and steal information and data that they access.

Here are a few important security facts you need to know about the OpenAPI specification;

Where Security is Defined in OpenAPI Specification

You can define security in three different places in the OpenAPI specification. These include;

Under #/security

This is the default place where security is supposed to be defined in the OpenAPI specification. It is also supposed to match with a named security scheme that can be or will be found under #/components/securitySchemes.

If by any chance you do not define security under #/security or it is found to be an empty object, then your API will not be secured by default. This is common with small APIs that come with few endpoints open to most users. However, they define security specific to certain operations.

 

Under #/components/securitySchemes

This is the default place for the definition of the security options you have for your API. Smaller APIs normally come with a single option. You can set anything you want as the key name. The name you set here will be used when being referenced from anywhere else in the specification.

Type is, however, a required parameter. It can be either oauth2, HTTP, apikey, or the new openIdConnect and mutualTLS. All the other parameters change depending on the type used.

 

Under Certain Operations

Finally, you can set your OpenAPI security under certain operations. Again, you will use one of oauth2, HTTP, apikey, or the new openIdConnect and mutualTLS. However, this is done under a certain operation that lies on a certain path.

If you do not have security defined under certain operations, then the top-level security defined under #/security will be used by the API. This is important for APIs with operations that need to use different security parameters.

 

OpenAPI 3.0 Security Features

OpenAPI 3.0 comes with a dedicated part of its document known as security schemes where you are supposed to declare all security definitions. The OpenAPI specification has standardized how all the parts of the document are supposed to be declared.

This ensures that you can reuse anything declared in the security schemes across different paths without any problems. Previously in OpenAPI 2.0, the shared components were left at the mercy of developers. In OpenAPI 3.0, all of them can now be found within the components key.

In addition, OpenAPI 3.0 comes with support for OpenID Connect. Organizations are also able to include different oAuth2 flows in their security definitions. This is one of the most popular functionalities today.

 

OpenAPI 2.0 Security Features

OpenAPI 2.0 specification comes with a section that is dedicated to the declaration of all security requirements and features used in your API. These security features can be used anywhere in the API operations and paths.

It also comes with support for a type of security definition known as basic. This is the previous plain HTTP format of authentication

Unfortunately, you will not find any other built-in security features with OpenAPI 2.0. You cannot even define your custom security definitions without having to use extensions provided by external vendors.

Even though this is enough for most API security requirements, it might not work well with some special cases. Understanding the security features in both OpenAPI 2.0 and 3.0 is vital in making sure that your APIs are secure.

United Kingdom Phishing Campaign Targets 700,000 British Residents, Employs Emails, Texts, and Whatsapp

Individuals in the United Kingdom are targeted by sophisticated phishing campaigns to target finances and personal details, taking advantage of the rising cost of living and post-COVID changes. This article delves deep into the latest UK phishing campaign, shares key statistics, how fraudsters target brits, and how to protect against phishing.

(more…)

Beware Of RDP Attacks: A Popular Way Cybercriminals Are Spreading Ransomware

The threat from RDP attacks that spread ransomware has always been present. RDP is a popular MO for cybercriminals because it allows easy access to a device.  

The last 5 years have seen a vast increase in RDP attacks, with cybercriminals taking advantage of the coronavirus pandemic and even the Ukrainian conflict to attack both vulnerable businesses and individuals, holding their systems and files to ransom.

(more…)

Everything You Need to Know About the Follina Vulnerability and the Latest Advice by Microsoft

Everything You Need to Know About the Follina Vulnerability and the Latest Advice by Microsoft

The recently discovered Follina vulnerability in Microsoft Support Diagnostic Tool has been causing all kinds of harm by employing word documents to do their dirty work. The vulnerability was found in May but has been reportedly exploited for nearly a month and has been making headlines in the cybersecurity world and creating all kinds of doubts regarding the safety of one of the most widely used software, MS Word. Microsoft has responded against the zero-day vulnerability and shared the latest mitigation advice that you can use to block attacks before the official patch.

(more…)

Account Pre-Hijacking: A New Cyber Threat on the Rise

Account Pre-Hijacking: A New Cyber Threat on the Rise

The MRSC’s (Microsoft Security Response Center) Identity Project Research Grants started in 2020 to support external researchers and strengthen protocol and system security. One of the two grants provided to Avinash Sudhodanan has borne fruit, and Microsoft has revealed a new class of a cyberattack, Account Pre-Hijacking.

Account hijacking involves malicious actors gaining access to an innocent user’s account. However, suppose the malicious actor already has access to the victim’s email. In that case, they can create an online account using that address before the victim and put it into a pre-hijacked state, allowing them to regain access to accounts even if a victim recovers it.

(more…)

9+ Cybersecurity Software Solutions For Businesses To Use

9+ Cybersecurity Software Solutions For Businesses To Use

In the past few years, cybersecurity threats have become more and more common. Attacks left and right are happening to businesses of all sizes, from Fortune 500 companies to tech startups that are just getting on their feet. These attacks can range from data breaches through software vulnerabilities to social engineering attacks in the form of phishing.

This ever-increasing danger of cyberattacks has got everyone mostly spooked when it comes to keeping their security infrastructure well-maintained. Ransomware has especially become increasingly common and has resulted in large losses amounting to around $16.8 million for businesses.

(more…)

How to Send a Follow-Up Email After No Response?

How to Send a Follow-Up Email After No Response?

No matter if you operate in B2C or B2B, email outreach is a tall order. Even if you use an opt-in verified contact database and have a trustworthy sender domain, your messages may be cluttered by dozens of incoming emails in leads’ inboxes. Email marketers shouldn’t, hence, neglect sending a follow-up email. Not unless they care about the ROIs of their outreach efforts.

(more…)