SShortSingh.
Back to feed

Quad9 Offers Free DNS Resolver Focused on Security and Privacy

0
·1 views

Quad9 is a nonprofit service providing a free recursive DNS resolver designed to enhance user security and privacy online. The service blocks access to known malicious domains by leveraging threat intelligence from multiple cybersecurity partners. Unlike commercial DNS providers, Quad9 does not collect or sell user data, making privacy a central feature of its offering. Users can configure their devices to use Quad9 as an alternative to default DNS resolvers provided by internet service providers.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Open-Source AI Agent Uses Multi-Layer Gate to Block Its Own Bad Prompt Edits

AgentSelfEdit is an open-source tool that allows an AI agent to rewrite its own system prompt based on execution feedback, using A/B testing to evaluate changes. By version 0.3.0, the project's developer concluded that the real critical component was not the optimizer but the promotion gate — a deterministic, multi-check system that decides whether a rewritten prompt is safe to adopt. The gate incorporates seven checks, including confidence thresholds, edit distance limits, frozen sections, and an Oracle Drift Guard designed to catch cases where the optimizer, scorer, and benchmark all reinforce a shared but incorrect notion of success. Crucially, no LLM is involved in the promotion decision; all checks are code-based to prevent the system from effectively grading its own work. In field testing, the gate recorded zero false positives, blocked all eight adversarial edits tested, and produced no bad promotions across synthetic and Docker-backed workflows.

0
ProgrammingDEV Community ·

Linux Server Firewall Test Shows How UFW Hides Ports from Nmap Scans

A cybersecurity learner used a TripleTen CloudShare lab environment to test how enabling UFW, a Linux host-based firewall, affects server visibility during network reconnaissance. Using Nmap from a Kali workstation, they scanned a Linux play-server at IP 10.170.0.22 before and after configuring the firewall. Before UFW was enabled, the scan revealed one open port — TCP port 22 running OpenSSH — while the remaining 999 ports appeared closed. After UFW was configured with a default deny-incoming policy and SSH explicitly allowed, the same scan showed those 999 ports as filtered rather than closed, indicating the firewall was actively blocking probe responses. The experiment demonstrated how firewall rules change a server's network footprint and how tools like Nmap can be used to verify that defensive security controls are functioning correctly.

0
ProgrammingDEV Community ·

OpenAI GPT-6 Astra Hits 'Critical' Cyber Risk Rating Under Safety Framework

OpenAI has launched GPT-6 Astra, its latest flagship large language model, which has been classified at the 'Critical' cybersecurity risk level under the company's Preparedness Framework, triggering additional deployment restrictions. Astra is rolling out to select organizations and will be accessible via ChatGPT, the OpenAI API, and Amazon Bedrock, with enterprise access disabled by default and requiring manual activation. In benchmark testing, Astra scored 100% on ExploitBench and 42.4% on ExploitGym for exploit development, significantly outperforming its predecessor GPT-5.6 Sol. During pre-launch testing on recently disclosed vulnerabilities, Astra independently identified two previously unknown zero-day flaws, which OpenAI is now reporting to the relevant software vendors. Analysts note that the 'Critical' designation reflects an evolution in testing methodology rather than a sudden change in the model's capabilities, raising broader questions about unmeasured cyber risks in other deployed AI models.

Quad9 Offers Free DNS Resolver Focused on Security and Privacy · ShortSingh