deception technology Piergiorgio Venuti

Deception: Tricking Hackers to Secure Your Network

Estimated reading time: 4 minutes

Deception: Comparison with Hackers on Their Ground

“We pay hackers their own coin by using the same defenses and techniques that malware uses against computer systems by modeling the attackers’ decision-making process.”

Introduction to Deception

Deception is a proactive cybersecurity approach that uses traps or decoys to trick attackers into revealing their presence. By transforming the computer system into a minefield of digital traps, Deception disrupts the decision-making process of attackers, exposing their tactics, techniques and procedures.

One of the leading Deception service providers is Secure Online Desktop. This company offers an Active Defense Deception solution that provides a highly interactive deception network designed to deceive and detect attackers.

The Secure Online Desktop Active Defense Deception Service

Secure Online Desktop’s Active Defense Deception service creates a simulated network environment that tricks attackers into thinking they have compromised a system. This environment consists of a variety of digital “decoys” or “decoys” that simulate real computer systems.

The Secure Online Desktop solution also uses advanced deception techniques such as the use of fake credentials to lure attackers into traps. In addition, the service continuously monitors the network environment for any suspicious or abnormal activity. When an attack is detected, the system sends a real-time alert, providing details about the attacker and his tactics.

Deception in the Killchain: An Approach Based on the MITER Framework

Deception can be integrated into any stage of the killchain, as described in the MITER ATT&CK Framework.

First, in the “Reconnaissance” phase, Deception traps can feed false information to attackers, confusing their preliminary research. Later, during the “Weaponization” and “Delivery” phases, traps can simulate apparent vulnerabilities to attract attackers.

In the “Exploitation” and “Installation” phase, the attacker, thinking he has been successful, may try to install malware or perform other malicious actions, further revealing his intentions and tactics. Finally, during the “Command & Control” and “Actions on Objectives” phases, the deceiver can continue to monitor the attacker’s activity, providing valuable information to prevent future attacks.

Practical Cases of Success of Deception

Deception has proven to be effective in various real-world scenarios. Here are some examples:

  1. TrapX Security ↗: TrapX used Deception to stop a hospital ransomware attack. The attackers had been fooled by digital traps, allowing the security team to isolate and neutralize the threat.
  2. Illusive Networks ↗: Illusive used Deception to help a banking organization prevent a data theft. The attackers had attempted to access fake credentials, revealing their presence and allowing the security team to block the attack.
  3. Acalvio ↗: Acalvio ha utilizzato la Deception per bloccare un attacco di spear phishing in un’organizzazione di energia. The digital traps fooled the attackers, allowing the security team to identify and stop the attack.

The Integration of Deception with SOC Services

The Active Defense Detection service of the Secure Online Desktop can be combined with the services of a Security Operations Center (SOC) to further increase network security. A SOC provides a team of security experts who constantly monitor the network to detect and respond to any threats.

Integrating Deception with a SOC allows information gleaned from digital traps to be combined with other sources of security data to provide a more complete view of network activity. Additionally, the information collected by the Deception can be used to improve the detection and response capabilities of the SOC.

For example, if a trap detects an attack, the SOC can quickly isolate the affected part of the network and take steps to neutralize the threat. At the same time, the information about the attack can be used to update the SOC’s detection signatures and improve its ability to detect similar attacks in the future.

Conclusion

Deception represents a step forward in the fight against cyber attacks. With its ability to deceive attackers, monitor their actions, and provide valuable insight into their tactics, deception can be a key element of an effective cyber defense strategy.

Using Secure Online Desktop’s Active Defense Detection service, combined with a SOC, can provide an unprecedented level of security, protecting your network from increasingly sophisticated cyber-attacks.

Useful links:

Share


RSS

More Articles…

Categories …

Tags

RSS Unknown Feed

RSS Full Disclosure

  • MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client February 21, 2025
    Posted by Qualys Security Advisory via Fulldisclosure on Feb 20Qualys Security Advisory CVE-2025-26465: MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client CVE-2025-26466: DoS attack against OpenSSH's client and server ======================================================================== Contents ======================================================================== Summary Background Experiments Results MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client DoS...
  • Self Stored XSS - acp2sev7.2.2 February 21, 2025
    Posted by Andrey Stoykov on Feb 20# Exploit Title: Self Stored XSS - acp2sev7.2.2 # Date: 02/2025 # Exploit Author: Andrey Stoykov # Version: 7.2.2 # Tested on: Ubuntu 22.04 # Blog: https://msecureltd.blogspot.com/2025/02/friday-fun-pentest-series-19-self.html Self Stored XSS #1: Steps to Reproduce: 1. Visit "http://192.168.58.168/acp2se/mul/muladmin.php" and login with "admin" / "adminpass" 2. In the field "Put the […]
  • Python's official documentation contains textbook example of insecure code (XSS) February 21, 2025
    Posted by Georgi Guninski on Feb 20Python's official documentation contains textbook example of insecure code (XSS) Date: 2025-02-18 Author: Georgi Guninski === form = cgi.FieldStorage() if "name" not in form or "addr" not in form: print("Error") print("Please fill in the name and addr fields.") return print("name:", form["name"].value) print("addr:",...
  • Re: Netgear Router Administrative Web Interface Lacks Transport Encryption By Default February 18, 2025
    Posted by Gynvael Coldwind on Feb 17Hi, This isn't really a problem a vendor can solve in firmware (apart from offering configuration via cloud, which has its own issues). Even if they would enable TLS/SSL by default, it would just give one a false sense of security, since: - the certificates would be invalid (public […]
  • Monero 18.3.4 zero-day DoS vulnerability has been dropped publicly on social network. February 16, 2025
    Posted by upper.underflow via Fulldisclosure on Feb 16Hello, About an hour ago, a group appearing to be named WyRCV2 posted a note on the nostr social network, which can be found at the following link: https://primal.net/e/note1vzh0mj9rcxax9cgcdapupyxeehjprd68gd9kk9wrv939m8knulrs4780x7 Save, share, use. The paste link includes a list of nodes that the attacker has instructed to target, along […]
  • Netgear Router Administrative Web Interface Lacks Transport Encryption By Default February 16, 2025
    Posted by Ryan Delaney via Fulldisclosure on Feb 16
  • [CVE-2024-54756] GZDoom <= 4.13.1 Arbitrary Code Execution via Malicious ZScript February 16, 2025
    Posted by Gabriel Valachi via Fulldisclosure on Feb 15In GZDoom 4.13.1 and below, there is a vulnerability involving array sizes in ZScript, the game engine&apos;s primary scripting language. It is possible to dynamically allocate an array of 1073741823 dwords, permitting access to the rest of the heap from the start of the array and causing […]
  • Re: Text injection on https://www.google.com/sorry/index via ?q parameter (no XSS) February 16, 2025
    Posted by David Fifield on Feb 15Today at about 2025-02-13 19:00 I noticed the "≠" is back, but now the type 0x12 payload of the ?q query parameter gets formatted into the string representation of an IP address, rather than being copied almost verbatim into the page. If the payload length is 4 bytes, it […]
  • SEC Consult SA-20250211-0 :: Multiple vulnerabilities in Wattsense Bridge February 13, 2025
    Posted by SEC Consult Vulnerability Lab via Fulldisclosure on Feb 12SEC Consult Vulnerability Lab Security Advisory < 20250211-0 > ======================================================================= title: Multiple vulnerabilities product: Wattsense - Wattsense Bridge vulnerable version: Wattsense Bridge * Hardware Revision: WSG-EU-SC-14-00, 20230801 * Firmware Revision: Wattsense (Wattsense minimal)...
  • APPLE-SA-02-10-2025-2 iPadOS 17.7.5 February 11, 2025
    Posted by Apple Product Security via Fulldisclosure on Feb 10APPLE-SA-02-10-2025-2 iPadOS 17.7.5 iPadOS 17.7.5 addresses the following issues. Information about the security content is also available at https://support.apple.com/122173. Apple maintains a Security Releases page at https://support.apple.com/100100 which lists recent software updates with security advisories. Accessibility Available for: iPad Pro 12.9-inch 2nd generation, iPad Pro 10.5-inch, […]

Customers

Newsletter

{subscription_form_1}