Skip to content
CyberOpsSec
CyberOpsSec

Just another cybersecurity site

  • Home
  • Posts
  • Knowledge
    • Auditing
    • Linux Commands
    • Ports & Protocols
    • Scanning
    • Sniffing
    • Syslog
    • Vulnerability/Patch Mgmt
  • About
  • Contact
CyberOpsSec

Just another cybersecurity site

Disable mDNS

Admin, March 13, 2024August 11, 2025

Issuing netstat and lsof commands to view UDP 5353 connections/listening ports shows that the avahi-daemon and chromium browser are actively listening.

netstat -anop | grep 5353
lsof -i UDP

To fix avahi, you would disable the service from running with “sudo systemctl disable avahi-daemon”
To fix Chromium, you could create/modify the shortcut to “chromium-browser %U –disable-features=MediaRouter”

After disabling the service and changing chromium to disable “MediaRouter” we now get this, which is much cleaner and mitigates the vulnerability:

Vulnerabilities

Post navigation

Previous post
Next post

Related Posts

SentinelOne: Why it’s important to monitor and audit your EPP

September 5, 2024August 11, 2025

This is often an overlooked crucial step for endpoint protection software. Sometimes EPP can have…

Read More

AD CS Vulnerabilities

January 11, 2024August 11, 2025

If an attacker gets domain user level permissions they could use tools such as certipy-ad…

Read More

Uninstall Vulnerable Software Remotely

May 8, 2024August 11, 2025

If you find a ton of boxes running vulnerable software that is no longer used…

Read More

Recent Posts

  • MSSQL Auditing
  • BloodHound CE Setup
  • UBI – User Browsing Isolation
  • Rolling KRBTGT Account
  • SentinelOne: Why it’s important to monitor and audit your EPP

Recent Comments

No comments to show.

Archives

  • August 2025
  • June 2025
  • November 2024
  • September 2024
  • June 2024
  • May 2024
  • March 2024
  • January 2024
  • November 2023
  • September 2023

Categories

  • Audit
  • EPP
  • Tools
  • Uncategorized
  • Vulnerabilities
©2025 CyberOpsSec | WordPress Theme by SuperbThemes