Support FAQ

Network Fingerprint Signals and Security Decisions

Network fingerprints are most useful when they change a concrete security decision. A network fingerprint is not a verdict. It is evidence that can support an allow, log, challenge, rate limit, block, or review action when combined with route, behaviour, identity, and threat context.

The right action depends on confidence and consequence. A suspicious request to a public image route may only need logging. The same evidence on a login, checkout, admin, or expensive API route may justify a challenge, tighter limit, WAF inspection, or human review.

What signals feed the decision?

Useful decisions compare several signal groups:

  1. Protocol fingerprints: TCP fingerprinting, TLS fingerprinting, JA3, JA4, and HTTP/2 fingerprinting classify the client stack and protocol behaviour.
  2. Request evidence: route, method, headers, user-agent consistency, response code, cache status, request body risk, and application cost explain what the traffic is doing.
  3. Identity context: account, API token, tenant, session age, login history, failed attempts, and privilege level change the false-positive risk.
  4. Route and reputation: geography, ASN, proxy indicators, residential proxy evidence, and IP intelligence explain where the traffic is coming from.
  5. Behaviour: cadence, sequence, retry pattern, conversion path, and endpoint concentration show whether the request flow resembles a normal user task.

No single group is enough for every route. The decision should be narrow enough to protect the application without hiding the evidence needed for review.

How actions usually map to evidence

Allow is appropriate when the evidence matches expected traffic and the route is not under pressure.

Log is useful when a signal is unusual but weak. Logging preserves context for later incident response without interrupting users.

Challenge is useful when browser-like traffic needs more confidence. It fits bot and account-protection workflows where blocking immediately would create avoidable false positives.

Rate limit fits repeated behaviour: expensive route pressure, login attempts, scraping cadence, or distributed traffic sharing a fingerprint or request pattern. See network fingerprinting for rate limiting for the rate-limit view.

Block should be reserved for high-confidence evidence, confirmed incidents, or traffic that is actively harming availability or security. For application pressure, DDoS protection and traffic control should preserve origin capacity while keeping legitimate users moving.

Review fits important or ambiguous cases. A partner API, payment route, admin login, or suspected compromise may need human context before a lasting policy change.

How do teams keep decisions explainable?

Store the evidence behind the action: fingerprint, raw fields where available, route, identity context, IP or ASN, geography, policy decision, response code, and review result. Send high-value events to a SIEM or investigation workflow through log forwarding when operators need longer retention.

Explainability matters because fingerprints drift and collide. Browser updates, library changes, mobile networks, VPNs, and shared clients can all change the signal. A good workflow lets teams see why a decision happened, reverse it when evidence was weak, and tighten it when review confirms abuse.

The practical rule is to let fingerprints guide decisions, not replace judgement. Use bot management, WAF, rate limiting, IP intelligence, and review together so the response matches the risk.

Related Articles

AI Crawler User Agents

A practical reference for common AI crawler user agents, operators, purposes, and recommended Peakhour bot-management actions.

AI For Cybersecurity

AI For Cybersecurity explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.

AI Image Generation

AI Image Generation explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.

AI Misuse

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.