0 Comments
0 Shares
1 Views
Directory
Elevate your Sngine platform to new levels with plugins from YubNub Digital Media!
-
Please log in to like, share and comment!
-
Diabetes Care Devices Market to Reach US$ 52.55 Billion by 2033Diabetes Care Devices refer to a broad range of medical technologies used to monitor, control, and manage blood glucose levels in individuals with diabetes. These devices include blood glucose meters, continuous glucose monitoring systems, insulin pumps, insulin pens, syringes, lancets, testing strips, and mobile health applications. They support regular disease monitoring, timely insulin...0 Comments 0 Shares 2 Views
-
WWW.LIVESCIENCE.COMNASA rover finds record-breaking trove of complex organic molecules on MarsResearchers have found a new puzzle piece in Mars' geological history that hints that the Red Planet may have once harbored life. New data from NASA's Perseverance rover indicates that mudstones in Jezero crater contain a complex form of carbon, the chemical foundation of all known life. It's the highest concentration of organic molecules found on Mars to date. Although the mere presence of carbon isn't proof that life once evolved on Mars, the location of the discovery adds to the excitement. This "macromolecular carbon" was discovered near other potential signs of life, or biosignatures, touted by NASA with great fanfare in 2025. This geological context adds credence to the case that microbes may have once colonized the Martian surface. The results were published Wednesday (June 24) in the journal Science Advances.Perseverance landed in Jezero crater on Feb. 18, 2021. Since then, the site has emerged as one of the most geologically interesting places on Mars. "Jezero crater was once fed water and sediment from rivers, and, billions of years ago, it hosted a lake," Ashley Murphy, a researcher at the Planetary Science Institute and co-author of the new study, told Live Science in an email. It may have hosted more than that. A study published last year in the journal Nature found that some of the stones in an area of Jezero known as the Bright Angel outcropping contain clays and other minerals that are known to preserve fossils on Earth. One sample, in particular, raised eyebrows: a piece of a rock nicknamed Cheyava Falls, whose patterns resemble those left by terrestrial microbes. Although these patterns could have been created by nonliving sources, NASA officials proclaimed it one of the clearest signs yet of past microbial life on the Red Planet.The backbone of lifeThe new research builds on this work by confirming the widespread presence of complex carbon molecules in and around the Bright Angel outcrop. In the study, the researchers used the rover's Scanning Habitable Environments with Raman and Luminescence for Organics and Chemicals (SHERLOC) instrument to map the carbon distribution in these rocks and sediments. They compared them with carbon data from NASA's Curiosity rover taken at Gale crater some 2,300 miles (3,700 kilometers) away, a distribution that suggests water may have been widespread on Mars in the deep past. Murphy's team also determined that the carbon was not too weathered, indicating that it may have been exposed recently. However, its impossible to say whether the newly discovered carbon is related to life or not.The work is an important step in unraveling Mars' geological history, including the planet's potential habitability and how water shaped its surface. But Murphy cautioned that it is far from a definitive answer. "Macromolecular carbon on Mars does not prove the existence of life there," Murphy said. The molecules could indicate the presence of fossilized microbes, but they also could have formed through nonbiological means, like meteor strikes or running water. Leopard spots on the rock formation Cheyava Falls could be linked to microbial life on Mars. (Image credit: NASA/JPL-Caltech/MSSS)Related storiesNASA rover discovers out-of-place 'Skull' on Mars, and scientists are baffledGiant string of organic molecules on Mars may be one of the best signs of life yetA giant 'shadow' has been creeping across Mars for 50 years and scientists aren't sure whyUntil scientists get their hands on a sample directly, it will be hard to tell exactly how this complex carbon arose and whether it represents a true biosignature. But that research may now be decades away if it happens at all. The Cheyava Falls sample was originally supposed to be brought to Earth in the 2030s as part of NASA and the European Space Agency's joint Mars Sample Return program. However, in its 2026 budget proposal, the Trump administration deemed the mission "financially unsustainable" and proposed slashing the project. Currently, the project is considered dead. It may be China that gets the first shot at bringing Martian samples back to Earth for analysis. The country's Tianwen-3 sample-return mission will aim to collect several samples albeit in a more accessible but less-promising site than where Perseverance has looked for biosignatures in a mission due to launch no sooner than 2028.What do you know about the Red Planet? Test your knowledge with our Mars quiz!0 Comments 0 Shares 1 Views -
WWW.LIVESCIENCE.COM'You can't patch your way out of it': Cheap AI worm can spread between devices without human guidance but how did scientists create it?Researchers have demonstrated that a computer worm powered by artificial intelligence (AI) can autonomously spread across a network by identifying and exploiting vulnerabilities on different devices, raising fresh concerns about how the technology could change the future of cyberattacks.The proof-of-concept malware, developed by researchers at the University of Toronto and cybersecurity firm CleverHans, combines a locally running large language model (LLM) with an autonomous software agent that can scan networks, assess potential attack paths, and decide how to compromise new targets without human intervention. The researchers say the work shows how AI could enable malware to adapt to unfamiliar environments rather than relying on a single preprogrammed exploit.In experiments described in a new study uploaded June 2 to the arXiv preprint server, the worm was tested against a simulated corporate network containing 33 hosts, including Linux servers, Windows workstation computers and other internet-connected (IoT) devices. The researchers found that the system identified vulnerabilities, compromised new machines, and replicated itself across roughly 62% of the network over the course of a week."The main finding is that this type of system can do more than run a fixed exploit; it can examine the target environment, reason about possible vulnerabilities, use tools to attempt attacks, and then replicate itself after a successful compromise," Michael Agee, an adjunct professor of information technology at Trinity Washington University in Washington, D.C., who was not involved in the research, told Live Science.How does the AI worm work?The setup was relatively straightforward. The researchers took an open-weight LLM (for which training data is publicly available) running on local hardware and connected it to a software framework that could scan networks, collect information about target systems, and carry out attacks. The AI's role was to interpret what it found and decide where to go next."The AI-driven part of the attack is mainly the reasoning and decision-making," Agee said. "The LLM is not magically hacking the system; it is being used to reason about what the information means, suggest possible attack strategies, decide which tool or action should be tried next, and help adjust the approach when something fails."Intelligence does not exist in discovering new vulnerabilities; rather, intelligence exists in determining how quickly an attacker can choose and sequence attacks against previously identified vulnerabilities.Bob Hutchins, adjunct faculty at Lipscomb UniversityIn other words, the worm isn't inventing new ways to break into systems. Instead, it's taking information about a machine, matching it against known vulnerabilities and weaknesses, and deciding which avenue is most likely to succeed.Bob Hutchins, who teaches AI strategy courses at Lipscomb University in Nashville, Tennessee, said the innovation lies in the system's ability to adapt."Traditional worms follow a scripted sequence: Once a vulnerability is identified, the worm replicates," Hutchins told Live Science. "In contrast, the researchers demonstrated that an easily downloaded AI model could be used as the decision-making component of the worm. The worm would analyze each device it encountered to determine its most effective strategy to breach that particular system.""Intelligence does not exist in discovering new vulnerabilities; rather, intelligence exists in determining how quickly an attacker can choose and sequence attacks against previously identified vulnerabilities," he added.What makes this AI worm different from conventional malware?The researchers also designed the worm to work across devices with different levels of computing power. More capable compromised machines equipped with graphics processing units (GPUs) could provide reasoning services for lightweight agents running on less-powerful devices elsewhere on the network."What made it particularly dangerous was a clever tiered design," Tom Vazdar, a professor of AI and cybersecurity at the Open Institute of Technology, told Live Science. "GPU-equipped compromised machines provided reasoning capacity for lightweight agents running on low-power IoT devices that couldn't run an AI model locally. A camera becomes a thinking node in the attack network, not just another door."The research, which has not been peer-reviewed yet, was published as governments, security experts and AI companies continue to debate whether generative AI will make sophisticated cyberattacks easier to carry out. One reason the study has attracted attention is that the researchers did not rely on a frontier model from a major AI company, like OpenAI's ChatGPT or Anthropic's Claude. Instead, they used a much smaller open-weight model that can be downloaded and run offline on normal computers.The researchers did not use leading AI models like ChatGPT and Claude. (Image credit: Jaque Silva/NurPhoto via Getty Images)"The researchers employed lightweight open-weight models during their demonstration, which are relatively easy to download, remove guardrail components from, and utilize," Hutchins told Live Science. "By using these types of models, the researchers challenged a long-standing assumption that only advanced/edge-type models present risks related to misuse."Vazdar argued that the work highlights how attackers could increasingly automate tasks that currently require skilled human operators, telling Live Science, "The attacker's marginal cost drops to essentially zero. And you can't patch your way out of it, because it doesn't rely on a single vulnerability class. It reasons. Patch one hole, and it finds another."Could attackers use this AI worm in the real world?Not all experts agree with that assessment, however. Although researchers described the system as capable of targeting a wide range of devices, some cautioned that the demonstration took place in a highly controlled environment designed to showcase the concept."This is at best a lab-based proof of concept in a target-rich test environment," Agee said. The test network contained many intentionally vulnerable systems and lacked active endpoint defenses. "The paper shows that the approach is possible, not necessarily that this attack would work reliably in a normally, or even minimally, defended enterprise network," he added.Any internet-connected device running vulnerable versions of software is theoretically susceptible to being exploited via a similar mechanism. This has been a truism of malicious code for decades.Bob Hutchins, adjunct faculty at Lipscomb UniversityThe worm also generated activity that security teams could potentially detect, he noted, including network scanning, repeated exploitation attempts and privilege-escalation behavior."Even a basic monitoring setup could flag some of that behavior," Agee said.Hutchins likewise warned against overstating the findings. "'Could potentially target almost any device' is technically correct and emotionally misleading," he said. "Any internet-connected device running vulnerable versions of software is theoretically susceptible to being exploited via a similar mechanism. This has been a truism of malicious code for decades."Organizations can still defend themselves by using many of the same measures recommended against conventional cyberattacks, Hutchins added, including prompt patching, strong passwords and multifactor authentication (using multiple forms of identification to log in to systems, like a password sent via text message on top of your password).Even so, experts broadly agree that the study could mark a shift in how malware could operate in the future. Rather than relying on fixed instructions written by human attackers, future malicious software may be able to make many tactical decisions on its own.Related stories'I violated every principle I was given': AI agent deletes company's entire database in 9 seconds, then confessesAI self-replication hacks 'no longer purely theoretical,' study finds but experts say it's too soon to panicClaude Mythos explained: Is Anthropic's most powerful AI model really too dangerous to release to the public?"The attack is important because it shows that an LLM-based agent can reason through different targets and adapt its approach," Agee said.For Hutchins, the study ultimately represents exactly the kind of work academic researchers should be doing. The study authors "are performing precisely what academia should perform researching a legitimate threat within a controlled environment before malicious actors begin building it outside of that controlled environment," he said.Whether attackers adopt similar techniques remains to be seen. What the researchers have shown is that a relatively small AI model can already play a meaningful role in planning and directing a cyberattack.0 Comments 0 Shares 1 Views -
The DJI Flip is rarely on sale — buy for best-ever price of $399 on Prime DayBest DJI drone deal: DJI Flip drops to $399 on Prime Day SAVE $100: As of June 25, the DJI Flip (RC-N3) Bundle is down to $399 at Amazon. That's 20% off over Prime Day. $399 at Amazon...0 Comments 0 Shares 2 Views
-
The Apple iPad mini is under $500 on Prime Day — save $99 right nowBest iPad mini deal: Apple's iPad mini drops to $499.99 on Prime Day SAVE $99: As of June 25, the Apple iPad mini A17 Pro is on sale for $499.99 at Amazon. That's 17% off and $99 in savings. $499.99 at Amazon...0 Comments 0 Shares 5 Views
-
Tthe Bluetti Elite 30 V2 is under $200 on Prime Day — shop this budget-friendly power station nowBest power station deal: Bluetti Elite 30 V2 drops to $199 for Prime Day SAVE $100: As of June 25, the Bluetti Elite 30 V2 Portable Power Station is down to $199 at Amazon. That's a 33% discount during Prime Day. $199 at Amazon...0 Comments 0 Shares 4 Views
-
Go from Claude AI beginner to expert user with this $20 E-DegreeGo from Claude AI beginner to expert user with this $20 E-Degree TL;DR: Become an expert Claude AI user with this Claude AI Professional E-Degree, on sale now for $19.99. Credit: Eduonix Learning Solutions If you’re new to...0 Comments 0 Shares 9 Views
-
The best Prime Day deals on Echo devices — shop smart displays, smart speakers, and bedside clocksBest Amazon Prime Day Echo and Alexa deals 2026: Shop smart speakers, smart displays, and bedside clocks Record-low prices abound. By ...0 Comments 0 Shares 5 Views
-
25+ deals under $25 on Prime Day: Apple AirTags, Soundcore earbuds, and much moreBest Prime Day deals under $25: Apple AirTags, Soundcore earbuds, and more Table of Contents The best Prime Day deals under $25:...0 Comments 0 Shares 3 Views