LastHash Logo
Alert System

Real-time Threat Alerts

Instant notifications when security threats are detected. Get alerts via email, dashboard, webhooks, or Slack.

Alert Channels

Receive notifications through your preferred channels

Email Alerts

Instant email notifications with detailed threat information and remediation links.

Dashboard Notifications

Real-time alerts in your dashboard with visual indicators and quick actions.

Webhook Integration

Send alerts to your systems via webhooks for automated incident response.

Slack Integration

Post security alerts directly to your team's Slack channels.

SMS Alerts (Pro)

Critical threat notifications via SMS for immediate attention.

Mobile Push (Pro)

Push notifications to your mobile device for on-the-go monitoring.

What Triggers Alerts

Configurable alerts for critical security events

Critical Vulnerabilities

Immediate alerts when critical or high-severity vulnerabilities are discovered during scans.

Malware Detection

Instant notification when malware, backdoors, or malicious code is found on your website.

Blacklist Detection

Alert when your domain or IP appears on spam or malware blacklists.

Score Degradation

Notification when your security score drops significantly (configurable threshold).

Configuration Changes

Alert when security configurations change, such as SSL certificate expiring soon.

Scan Completion

Optional notifications when scheduled scans complete with result summaries.

Example Email Alert

Clear, actionable security notifications

Critical Security Alert

example.com - 3 critical issues detected

Hi John,

Our security scan has detected 3 critical vulnerabilities on example.com:

CriticalOutdated WordPress Core

Version 5.8.0 has known SQL injection vulnerabilities

CriticalPHP Backdoor Shell Detected

Malicious file: /wp-content/uploads/cache.php

CriticalAdmin Panel Exposed

No IP restrictions on /wp-admin/

Recommended Actions:

  • Update WordPress to version 6.4.2 immediately
  • Remove malicious backdoor file and scan for other infections
  • Restrict admin panel access by IP or implement 2FA

Webhook Payload

Integrate alerts with your incident response system

POST to your webhook URL

{
  "event": "threat.detected",
  "severity": "critical",
  "timestamp": "2024-03-10T14:32:15Z",
  "website": {
    "id": "ws_1234567890",
    "domain": "example.com",
    "url": "https://example.com"
  },
  "threats": [
    {
      "type": "vulnerability",
      "severity": "critical",
      "title": "Outdated WordPress Core",
      "description": "Version 5.8.0 has SQL injection vulnerability",
      "cve": "CVE-2023-xxxxx"
    },
    {
      "type": "malware",
      "severity": "critical",
      "title": "PHP Backdoor Detected",
      "file": "/wp-content/uploads/cache.php"
    }
  ],
  "security_score": {
    "current": 42,
    "previous": 78,
    "change": -36
  },
  "report_url": "https://app.lasthash.com/reports/scan_xyz123"
}

Configurable Alerts

Control what, when, and how you get notified

Alert Frequency

Choose immediate alerts or daily digest summaries to avoid notification fatigue.

Severity Filters

Only receive alerts for critical/high issues or get notified about all findings.

Team Notifications

Send alerts to multiple team members or specific roles (Business plan).

Alert Rules

Create custom alert rules based on threat types, score thresholds, or issue categories.

Stay Informed of Security Threats

Never miss a critical vulnerability with real-time alerts