server monitoring

  1. B

    Impulse XDR 1.10 released: Real-time threat detection & integrity monitoring for Linux platforms

    Hello! Deploying the next-generation of security telemetry technologies is hard, so I’m building Impulse, a fully automated XDR platform that leverages tools like Osquery and eBPF to provide real-time threat detection & integrity monitoring for servers and workstations. It detects malware from...
  2. H

    How will you check and confirm that your server is using suPHP?

    It's very simple to verify this. Have a simple 'php info' script. Create a file named 'phpinfo.php' under the public_html of your domain Insert the following code: <? php phpinfo(); ?> Access the file in your browser using the link http://yourdomain.com/phpinfo.php At the top section...
Top