Social Engineering 2.0: AI, OSINT, and Crowd Psychology

Good Carder

Professional
Messages
903
Reaction score
520
Points
93
From a carder to carders. Do you think social engineering is an old acquaintance calling from a "bank" and asking for a code via SMS? In 2026, that's child's play. Real pros work with AI-based voice clones, personalized phishing emails generated by a neural network, and multi-layered schemes where the victim leads you to their wallet.

In this article, I'll talk about social engineering 2.0 — the symbiosis of OSINT, AI, and psychology. You'll learn how to build a profile on a victim in minutes, how to generate convincing deepfakes of voice and video for conversations with bank operators, how to exploit the crowd effect in Telegram channels for mass phishing, and how to automate the deception process using chatbots. This isn't theory — it's practice that brings in millions.

We've come a long way: from failure analysis to BIN prediction, from AVS to behavioral biometrics, from skimming to 5G attacks. Hundreds of articles, thousands of pages, millions of characters. But there's one topic I've deliberately avoided. A topic whispered about in private chats and sold for bitcoin on the darknet. A topic that lies at the intersection of psychology, technology, and pure luck.

In this article, I'll talk about a carder's most dangerous weapon. A weapon that requires no hacking, no programming, or even special technical skills. It requires only one thing: an understanding of human nature.

This is social engineering 2.0. Not about cheap calls from "bank security," but about systemic, multi-layered manipulation that uses AI, OSINT, and crowd psychology. It's about how to force a victim to transfer money to you, reveal their CVV, or install your RAT.

This is not a guide for beginners. This is a whisper for those tired of technical hassles and eager to address the human factor — the weakest link in any security system.

If you're ready, let's get started. But be warned: the information you're about to receive may change your understanding of carding forever.


Part 1: Why Old-School Social Engineering Is Dead​

Classic vishing (a call from "bank security") works, but its effectiveness is declining. People have gotten smarter, banks are educating their clients, and spam filters are filtering out suspicious numbers.

Here are the reasons why old methods no longer work:
  1. Awareness. In 2026, 80% of adults know that banks don't call asking for their CVV or SMS code. Financial literacy courses and news about fraudsters have done their job.
  2. Technologies. Mobile operators block mass calls from spoofed numbers. Spam filters recognize these scripts.

What's replaced it? Spear-phishing, where you know everything about the victim: their name, address, place of work, recent purchases, even their voice. And you use AI to create a hyper-realistic deception.

Part 2. OSINT for a Social Engineer: How to Build a Dossier in 15 Minutes​

Before you attack, you must know your victim better than they know themselves. OSINT (Open Source Intelligence) is your best friend.

2.1. Data sources​

SourceWhat does it give?Example
Facebook, InstagramFull name, date of birth, place of work, marital status, photo, geolocationJohm Smith, March 15, 1985, works at LLC " ", married, children, often visits the cafe " "
LinkedInPlace of work, position, professional contactsSenior engineer at "***", subordinates, projects
Telegram bots (@get_contact, @tgsearch_bot)Phone number, linking to accounts+1 ***, registered on Telegram, WhatsApp
Leaked databasesPassport details, addresses, SSNPassport ***, registered at the address...
Google Maps and geo-servicesResidence address, work, favorite placesLives on * street ; works in a business center on * street.
Whois and domain registrarsEmail, sometimes phone number of the domain ownerif you have a business

2.2 How to assemble a dossier​

  1. Start with the phone number. Run it through Telegram bots and leak detection services.
  2. Get an email. If you have the number, you can often find it in leaks or by searching social media.
  3. Recover your full name, address, and place of work through leaks and social media.
  4. Find recent transactions. If you have access to bank leaks or phishing databases, you can find out what the victim recently paid with.

Case Study: In 15 minutes, I compiled a profile on a random victim: John Smith, 41, lives in New York, works in the IT department at Citi Bank, is married to Anna, and has children Sasha and Masha. He recently bought an iPhone 17 on Amazon and ordered pizza from Dodo Pizza. With this information, I can call him on behalf of the delivery service, tell him the order is delayed, and ask him to confirm the code from the SMS. The success rate is 90%.

Part 3. AI Content Generation: Emails, Voices, Videos​

You have a dossier. Now you need to create a convincing deception. In 2026, neural networks are doing that.

3.1. Phishing emails without errors (ChatGPT-4o, Llama 3)​

Phishing emails used to be marked by grammatical errors. Now, AI writes flawlessly.

An example of a prompt for generating a PayPal email:
"Write an official PayPal notification to John Smith (email john@gmail.com ) informing him that his account will be blocked in 24 hours due to suspicious activity. Ask him to follow the link https://paypal.com-security.ru/verify and confirm his details. Use official PayPal language, the logo, and phrases like 'Dear Customer' and 'PayPal Security Team.' Add a sense of urgency."
The result is a perfect email that will pass spam filters without raising suspicion.

Where to get LLM:
  • ChatGPT (paid, but has filters that can be bypassed using prompts).
  • Llama 3 (locally, uncensored).
  • Specialized phishing kits (BlackForce, GhostFrame) with built-in templates.

3.2. Voice Cloning (ElevenLabs, RVC)​

The most powerful tool of 2026. You upload 30 seconds of the victim's voice (from YouTube videos, Instagram Stories, voice messages) and get a model that can say any phrase in their voice.

Attack scenario:
  1. You call the bank on behalf of the victim.
  2. The operator asks you to give a code word or answer a security question.
  3. You use the AI clone to respond with the victim's voice.
  4. The operator does not suspect deception.

Tools:
  • ElevenLabs (paid, quality 10/10).
  • RVC (Retrieval-based Voice Conversion) is open-source, free, and requires a GPU.
  • OpenVoice (zero-shot, instant cloning).

Sample code for ElevenLabs API:
Python:
import requests

CHUNK_SIZE = 1024
url = "https://api.elevenlabs.io/v1/text-to-speech/voice_id"
headers = {"xi-api-key": "YOUR_API_KEY"}
data = {
"text": "Здравствуйте, это Иван Петров. Я забыл пароль от личного кабинета. Помогите восстановить доступ.",
"voice_settings": {"stability": 0.3, "similarity_boost": 0.8}
}
response = requests.post(url, json=data, headers=headers)
with open('output.mp3', 'wb') as f:
for chunk in response.iter_content(chunk_size=CHUNK_SIZE):
f.write(chunk)

3.3 Deepfake video for video verification​

Some banks and crypto exchanges require video selfies with head rotation. DeepFaceLab and ROPE allow you to replace the face in the video with an AI-generated one or the victim's face.

How to use:
  • Record a video of the actor following the instructions (turning his head, blinking).
  • Replace the actor's face with an AI face or the victim's face (if there is a photo).
  • Submit the video to the KYC system.

Part 4. Crowd Psychology: How Telegram Channels and Groups Turn Victims into Accomplices​

One of the most effective methods of 2026 is creating the illusion of mass participation. The victim sees that dozens of people have already "earned," "received a payment," or "verified their account," and they follow your lead.

4.1. Fake support groups​

You create a Telegram channel or chat where bots and droppers simulate activity. The victim logs in, sees discussions and positive reviews, and joins.

The scheme:
  • The channel is called "Binance Money Back" or "Help for Scam Victims."
  • The channel publishes screenshots of successful returns (fake).
  • The victim writes in the chat, and an “administrator” (bot or operator) replies.
  • The administrator asks to provide card details or transfer a small amount “for verification.”

4.2. Herd Effect​

People tend to trust what others do. If you show a victim that 100 people have already transferred money and made a profit, they'll follow the crowd.

How to create a crowd:
  • Buy 50-100 Telegram accounts (via SMS activators).
  • Write a bot that will automatically write messages to the chat: “Thank you, everything has arrived!”, “Checked, it works!”, “Successfully withdrew $500.”
  • The victim sees the activity and loses their vigilance.

Part 5. Automating Social Engineering: Chatbots on Steroids​

You can't personally call thousands of victims. But chatbots can.

5.1. Bots for automated phishing​

Telegram bots that mimic customer support have already become standard. But in 2026, bots learned to conduct multi-layered dialogue, recognize emotions, and respond to objections.

An example bot script:
  1. The victim accesses the bot via a link in a phishing email.
  2. The bot greets you: "Hello, this is Binance security. Your account has been blocked due to suspicious activity. Please verify your identity to unblock it."
  3. The victim enters their login and password.
  4. The bot asks for a 2FA code: "A verification code has been sent to your phone number. Enter it."
  5. The victim enters the code and you log into their account.

Tools:
  • Python + Aiogram for creating bots.
  • Integration with ChatGPT for generating responses in real time.

5.2. Autodialer using AI voice (Twilio + ElevenLabs)​

You upload a database of phone numbers to the system, write a conversation script, and the AI calls thousands of people a day, mimicking the voice of a bank operator.

Example script:
"Hello, this is the bank's security service. A suspicious transaction of $1,000 has been recorded on your card. To cancel it, please provide the code from the SMS."
If the victim provides the code, it is intercepted and used to log into online banking.

Part 6. A Real Case: How I Deceived a Call Center Operator and Withdrew $50,000​

This is a story I can tell because the statute of limitations has passed.
The victim was a high-profile US entrepreneur, the owner of a restaurant chain.
Step 1. OSINT. Through LinkedIn and leaks, I found out his phone number, email, address, date of birth, and even his voice (from a YouTube interview).
Step 2. Voice model generation. I uploaded 3 minutes of his speech to ElevenLabs and got a perfect AI clone.
Step 3. Calling the bank. I called Wells Fargo, posed as the victim, and used the AI clone to answer security questions. The operator didn't suspect a trick.
Step 4. Password reset and 2FA. The operator reset the password and disabled two-factor authentication for 24 hours.
Step 5. Login to online banking. I logged into the account, transferred $50,000 to the drop account, then withdrew the money via crypto and mixers.
Success: 100% preparation, 20 minutes for the attack, $50,000 net.

Part 7. OPSEC and the Social Engineer's Checklist​

  • Collecting a dossier: phone number, email, full name, address, voice, social networks, recent transactions.
  • Content generation: letters (ChatGPT), voice (ElevenLabs), video (DeepFaceLab).
  • Infrastructure creation: one-day domains, fake login pages, Telegram bots.
  • Attack: call via number spoofing (Twilio) or phishing email via mass mailing.
  • Data collection: interception of passwords, 2FA codes, session cookies.
  • Cashing out: transfer to drop accounts, crypto, mixers.
  • Covering up traces: deleting all logs, destroying AI models, changing proxies.

Summary​

Social Engineering 2.0 isn't just calling a phone number database, but a targeted attack using AI, OSINT, and psychology. You build a dossier, generate compelling content, and strike at the right moment. The victim gives you the keys themselves.

In 2026, this is the most effective method of bypassing any security system because it attacks people, not technology. Use it wisely and don't get caught.

A quick one-line reminder:
"30 seconds of voice and you're anyone. 15 minutes of OSINT and you know everything. ChatGPT writes the perfect email, ElevenLabs clones your voice, a Telegram bot collects data. The victim will transfer money to you if you say the right words. Social Engineering 2.0 isn't deception, it's reality control."
 
Top