@extends('layouts.app') @section('content')
Unique IPs (24h)
High Threat Attempts
| Time | IP Address | Email Attempted | Location | Threat Level | Actions |
|---|---|---|---|---|---|
| {{ $attempt->created_at->format('M j, H:i') }} |
{{ $attempt->ip_address }}
@if($attempt->is_blocked)
Blocked
@endif
|
{{ Str::limit($attempt->email_attempted, 25) }} | @if($attempt->country) {{ $attempt->city }}, {{ $attempt->country }} @else Unknown @endif | {{ ucfirst($attempt->threat_level) }} | @if(!$attempt->is_blocked) @else @endif |
No recent failed login attempts detected.
This is a good sign - your system is secure!
{{ $attackingIp['ip_address'] }}
No attack patterns detected in the last 24 hours.
@endifNo geolocation data available.
@endif