Member of the State Duma Committee on Information Policy, Information Technologies and Communications, the Federal Coordinator of the Digital Russia party project Anton Nemkin, in an interview with RT, called the Fishi method through the fake pages of the entrance of users in Telegram. “Fraudsters can send a link to a fake site that looks like a real page Telegram.
Often they disguise the link to something that seems legitimate: for example, a “site for restoration of an account” or “The official page of Telegram to improve safety”. When the user enters his phone number and password, the data instantly fall into the hands of attackers and they can capture the victim’s account, change the password and block access, ”the deputy said. Another way is the use of social engineering, he noted. According to him, scammers can start with the person in Telegram, introducing themselves as familiar or important contact person. Call the user fear and haste in making a decision, the deputy emphasized. When transitioning on the link provided, the victim enters its data, which are then used to obtain control over its account. One popular scheme is a mailing list of fake wins or promotions in which scammers offer “gifts”, “prizes” or “access to exclusive materials” for performing simple actions, such as confirming the phone number through SMS or confirmation codes. Another way is hacking through vulnerability in third -party applications and services related to Telegram. Fraudsters can lure the user to download malware or an application that looks like an additional tool for Telegram, for example bots for improving safety or improving the messenger’s functionality, ”the deputy said. After installing such an application to the device, it can collect data, including two -factor authentication codes and transfer them to attackers. As a result, the Telegram account can be stolen even without the knowledge of the user, and fraudsters receive full control over all his actions in the messenger, concluded Nemkin. The head of the Laboratory of Trust Artificial Intelligence, the Ciccadu, Yuri Silaev, the expert of the Cicata JSC, called the main danger of the scheme with the fake Bot of the Russian Post.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!