Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-28 19:58
Flavor·PCRE2 (PHP)

/
(((iPhone([\d\W]+)|iPhone|iPad)(;|\s\d+;|\s\w+;|\s\d+\w+;)?(\s+)?(U;)?)(\s+)?(CPU|iOS)([^\);]+)?)
/
gm
Open regex in editor

Description

Regex matches iPhone, iPad, iPod user agents. Tested against 250k apache log lines.

By Dennis Faas https://www.infopackets.com

Submitted by anonymous