How to defend against Account Takeovers
Learn about account takeover threats, protection strategies, and detection methods to secure your digital accounts and prevent unauthorised access.
Support FAQ
Layer 4 and Layer 7 fingerprinting describe different parts of the same request path. Network fingerprinting is strongest when teams compare both layers instead of forcing every decision into one signal.
Layer 4 is the transport view. It describes how a client connects. Layer 7 is the application view. It describes what the client asks for and how the request behaves once the protocol has meaning.
Layer 4 fingerprinting looks at connection and transport characteristics. In web security, this often includes TCP fingerprinting evidence such as handshake behaviour, TCP options, window size, MSS, TTL, and path clues. It can also include network path observations such as MTU-related evidence, proxy routes, and unusual connection patterns.
Layer 4 evidence is useful early. It can help classify broad SYN or TCP pressure, separate common operating-system stacks from unusual clients, and decide whether traffic should be allowed deeper into the application path. It is also useful when application logs are quiet because pressure is happening at the edge or before HTTP requests complete.
The limit is that Layer 4 does not know business meaning. It can show that connections look similar or unusual, but it cannot tell whether a request is a login, checkout, search, admin probe, or API call.
Layer 7 fingerprinting looks at protocol and request behaviour. This can include TLS fingerprinting, JA3, JA4, HTTP/2 fingerprinting, headers, methods, paths, cache status, response codes, request timing, and browser consistency.
Layer 7 evidence is where the defender can reason about impact. Ten requests to a static asset are not the same as ten requests to a login endpoint or expensive search route. A normal browser journey is not the same as a repeated sequence that skips navigation and hammers one API method.
That makes Layer 7 fingerprinting important for Layer 7 DDoS, bot management, advanced rate limiting, and WAF routing. It helps choose whether traffic should be allowed, challenged, slowed, blocked, or sent to review.
The layers answer different questions:
An application-layer DDoS event may have normal-looking TCP but abnormal route concentration and request cost. A proxy or bot run may rotate IPs but keep a narrow TLS and HTTP/2 shape. A mobile network may look unusual at Layer 4 while still carrying real users with normal browser behaviour. The best decision comes from comparing the evidence, not from ranking one layer as always better.
Layer 4 signals can be too broad. Shared networks, VPNs, mobile carriers, and middleboxes can make unrelated users look similar. Layer 7 signals can be noisy because headers can be inconsistent, browsers change, and normal automation exists. Fingerprints also drift as clients and protocols update.
Use Layer 4 for early grouping and edge protection. Use Layer 7 for route, cost, behaviour, and policy decisions. When both layers point in the same direction, confidence improves. When they disagree, log more context or choose a reversible response.
Learn about account takeover threats, protection strategies, and detection methods to secure your digital accounts and prevent unauthorised access.
An overview of Account Takeover Attacks
A practical reference for common AI crawler user agents, operators, purposes, and recommended Peakhour bot-management actions.
AI For Cybersecurity explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.
AI Image Generation explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.
AI Misuse explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.
© PEAKHOUR.IO PTY LTD 2025 ABN 76 619 930 826 All rights reserved.