Securing Internet Assets, Domains, and Servers: A Critical Defense Strategy

Listen to this Post

When it comes to accessing an organization, critical infrastructure, government, law enforcement, or even health records, nowhere is it more important to secure than Internet Assets, Domains, and Servers. Yet, as we witness daily, the key areas of DNS and PKI are woefully overlooked, often ignored, and blatantly exploited. No matter if an organization has a single security professional or 10,000, when these critical areas are ignored, their chances of falling victim to cybercrime exponentially increases. These areas MUST be part of your defense and security strategy, or you are simply waiting just like the millions of Hurricane Electric users who, by default, are exposed and extremely vulnerable to cybercrime and fraud by virtue of Hurricane Electric’s basic security negligence.

You Should Know:

1. DNS Security Best Practices:

  • DNSSEC (Domain Name System Security Extensions): Ensure DNSSEC is enabled to protect against DNS spoofing and cache poisoning attacks.
    </li>
    </ul>
    
    <h1>Check if DNSSEC is enabled on a domain</h1>
    
    dig +dnssec example.com
    

    – Regular DNS Audits: Perform regular DNS audits to identify misconfigurations or vulnerabilities.

    
    <h1>Perform a DNS zone transfer test</h1>
    
    dig axfr @ns1.example.com example.com
    

    – DNS Filtering: Implement DNS filtering to block malicious domains.

    
    <h1>Use tools like Pi-hole for DNS filtering</h1>
    
    sudo apt-get install pi-hole
    

    2. PKI (Public Key Infrastructure) Security: