Skip to content
Popup Example

Earn From News Kiosk

Dark Web, Cryptocurrency, Drones Continue to Pose Challenge: Amit Shah

January 13, 2025
Dark Web, Cryptocurrency, Drones Continue to Pose Challenge: Amit Shah

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

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!
Dark Web, Cryptocurrency, Drones Continue to Pose Challenge: Amit Shah

Union Home Minister Amit Shah said on Saturday that dark web, cryptocurrency, online marketplace and drones continue to pose a challenge for the country and these have to be checked by the joint efforts of law enforcement agencies. Chairing a regional conference on ‘Drug Trafficking and National Security’ here, Shah also asserted that the country will not allow even a single kg of drugs to be smuggled in or out of the country.He said the government has not only been successful in eliminating many networks of drugs, but the terrorism linked with them too was also destroyed.He said many cases of narco-terrorism were busted in Jammu and Kashmir, Punjab, Gujarat and Uttar Pradesh and these were major achievements.”The use of dark web, cryptocurrency, online marketplace, drones continue to pose a challenge for us even today,” he said.Shah said a technical solution to these problems have to be found through joint efforts by the states and the central government and technocrats for the country’s security and development.All agencies should strengthen the resolve. for a drug-free India by stopping drug smuggling through the dark web, cryptocurrency and drones, he said.Observing that seven per cent people in India use drugs illegally, he said the fight against drugs has gained a new strength under Prime Minister Narendra Modi’s leadership.”In the last 10 years, there has been a seven-fold increase in the seizure of drugs, which is a major achievement. The Modi government has given a strong message of destroying the entire ecosystem of drugs through strict action,” he said.The home minister said that in 2024, by seizing drugs worth Rs 16,914 crore, the Narcotics Control Bureau (NCB) and police across the country took the biggest action against drugs, which is a significant step in making a drug-free society.”No country can move forward on the path of development with a young generation suffering from drug addiction. It is our responsibility that we all fight this challenge together and make all efforts to win this battle,” he said. Shah said that during 2004-14, a total of 3.63 kg of drugs were seized while during 2014-24, altogether 24 lakh. kg of drugs were seized – a seven-fold increase as compared to the previous decade.He said drugs worth Rs 8,150 crore were disposed off in 2004-14 but in 2014-24, drugs worth Rs 54,851 crore were destroyed – eight times more than the previous decade.The conference, organized by the NCB, aims to address the growing concern of drug trafficking and its impact on national security, with a special focus on eight states and Union Territories of northern India.Shah also launched the drug disposal fortnight starting from Saturday to January 25.He said that during this period, one lakh kg of narcotics worth Rs 8,600 crore will be destroyed.Shah stressed the importance of timely policies, enhanced intensity, meticulous micro-planning, and consistent monitoring to address the challenges ahead.He said the Modi government has worked at a rapid pace to destroy drugs, uncover the networks, and bring the entire ecosystem under the grip of the law.The home minister said for the success of the drugs-free India. campaign, technical solutions to these challenges must be found by the law enforcement agencies, state governments, and the youth involved in this field; only then this fight could be result-oriented.He urged all states to destroy illegal clandestine labs with rigor and take legal action against them with a ruthless approach.Shah said the Modi government is moving forward with a ruthless approach against the drug supply chain, a strategic approach for demand reduction, and a humane approach for the victims.He emphasized the need to strategically and cautiously expand the use of legal provisions for asset confiscation.The home minister stressed the importance of devising district-level strategies and establishing mechanisms to escalate cases systematically, which would enhance the effectiveness of the campaign.He also highlighted the central government’s efforts to develop an anti-drone system, urging the police forces of all border states to support this initiative by organizing hackathons and actively contributing to advancements in this area.”The time has come now when we can all contribute to this fight and succeed in winning it,” he said.The conference is being attended by governors, lieutenant governors, chief ministers and senior officers from the eight participating states and UTs and the Centre.(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.)

Credit-Read More

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);

// 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();