Identify and automate custom tests against your attack surface

Keep tabs on what your organization exposes to the internet and implement arbitrary assertions about your applications and infrastructure.

# Only bastion hosts should expose SSH

def scan_module(ip, port, domain, info):
    allowed_hosts = [
        'bastion1.example.com',
        'bastion2.example.com'
    ]

    if port == 22 or 'ssh' in info.lower():
        if domain not in allowed_hosts:
            return False

    return True
            
          
#

Attack Surface Monitoring

Meerkat Scan is a modern attack surface monitoring service that emphasizes ease of use and flexibility to meet your needs.

  • Automate custom tests against your internet-facing infrastructure
  • Continuous network scanning by IP range or domain
  • Subdomain enumeration
  • Full scans of all ports

Ultimate Flexibility

Unlike out-of-the-box vulnerability scanners that aren't tailored to your unique applications and infrastructure, Meerkat Scan supports custom scanning and alerting logic expressed in Python.

  • Monitor for deviations from your unique security policies
  • Spot misconfigured infrastructure
  • Catch bug regressions
  • Easily carve out exceptions
code
neurology

Intelligent Alerting

Get all the information you need, and none of the information you don't. Meerkat Scan minimizes alert fatigue so you can focus on what matters.

  • Email alerts
  • Weekly status summaries
  • Mute alerts for specific domains
  • Ignore superfluous changes

Questions?

We'd love to hear from you! You can reach us at hello@meerkatscan.io