Monday, January 27, 2025
HomeSecurity NewsPrivate Messenger app Signal Published a New Private Contact Discovery Service

Private Messenger app Signal Published a New Private Contact Discovery Service

Published on

SIEM as a Service

Follow Us on Google News

The signal is an encrypted communications application for Android and iOS.It uses end-to-end encryption to secure all communications to other Signal users.Any text, video, or image coming from the Android version of Signal is encrypted before it leaves your phone.

It is the most secured Encrypted messaging app and it was certified by security experts.

I am regularly impressed with the thought and care put into both the security and the usability of this app. It’s my first choice for an encrypted conversation. Bruce Schneier,

Use anything by Open Whisper Systems.Edward Snowden,

With the new Private Contact Discovery Service, signal enables clients to find which of their contacts are enrolled users, yet does not uncover their contacts to the service operator or any gathering that may have compromised the service.

Signal Contact Discovery

Most of the social app uses an existing social graph such as Login with Facebook and Google. Instead with signal once user signed in it uses the contacts from phone address book and compared to entries in a database on Open Whisper Systems servers to determine which users use Signal.

Signal process

  • The client calculates the truncated SHA256 hash of each phone number in the device’s address book.
  • The client transmits those truncated hashes to the service.
  • The service does a lookup from a set of hashed registered users.
  • The service returns the intersection of registered users.

With this current process if someone hacks the Signal service could potentially modify the code so that it logs user contact discovery requests.

Also Read Are Online Gamers and eSports Fanatics at Risk of Cyber Attacks?

Private Contact Discovery Service Signal

Modern-day Intel chips had a feature called Software Guard Extensions (SGX). SGX enables applications to provide a “protected enclave” that is separated from the host operating system and kernel.

Signal customary SGX relationship to run a protected enclave on the server, the SGX enclave on the server-side would empower a support of performing computations on encrypted client data without learning the content of the data or the result of the computation.

SGX contact discovery

Private contact discovery using SGX is fairly simple at a high level:

  • Run a contact discovery service in a secure SGX enclave.
  • Clients that wish to perform contact discovery negotiate a secure connection over the network all the way through the remote OS to the enclave.
  • Clients perform remote attestation to ensure that the code which is running in the enclave is the same as the expected published open source code.
  • Clients transmit the encrypted identifiers from their address book to the enclave.
  • The enclave looks up a client’s contacts in the set of all registered users and encrypts the results back to the client.

Since the enclave bears witness to the software that is running remotely, and since the remote server and OS have zero ability to see into the enclave.They also published source code in Github.

Check it out and let us know what you think! This is a beta technology preview, but we’ll be deploying the service into production and integrating it into clients as we finish testing over the next few months.Says Signal!

Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

White House Considers Oracle-Led Takeover of TikTok with U.S. Investors

In a significant development, the Trump administration is reportedly formulating a plan to prevent...

Critical Vulnerability in IBM Security Directory Enables Session Cookie Theft

IBM has announced the resolution of several security vulnerabilities affecting its IBM Security Directory...

Critical Apache Solr Vulnerability Grants Write Access to Attackers on Windows

A new security vulnerability has been uncovered in Apache Solr, affecting versions 6.6 through...

GitHub Vulnerability Exposes User Credentials via Malicious Repositories

A cybersecurity researcher recently disclosed several critical vulnerabilities affecting Git-related projects, revealing how improper...

API Security Webinar

Free Webinar - DevSecOps Hacks

By embedding security into your CI/CD workflows, you can shift left, streamline your DevSecOps processes, and release secure applications faster—all while saving time and resources.

In this webinar, join Phani Deepak Akella ( VP of Marketing ) and Karthik Krishnamoorthy (CTO), Indusface as they explores best practices for integrating application security into your CI/CD workflows using tools like Jenkins and Jira.

Discussion points

Automate security scans as part of the CI/CD pipeline.
Get real-time, actionable insights into vulnerabilities.
Prioritize and track fixes directly in Jira, enhancing collaboration.
Reduce risks and costs by addressing vulnerabilities pre-production.

More like this

Critical Vulnerability in IBM Security Directory Enables Session Cookie Theft

IBM has announced the resolution of several security vulnerabilities affecting its IBM Security Directory...

LegionLoader Abusing Chrome Extensions To Deliver Infostealer Malware

LegionLoader, a C/C++ downloader malware, first seen in 2019, delivers payloads like malicious Chrome...

North Korean Hackers Stolen $2.2 Billion From Crypto Platforms In 2024

Cryptocurrency hacking incidents in 2024 surged 21.07% YoY to $2.2 billion, with 303 breaches...