Skip to content

Parses Zeek http.logs to extract user-agent data, sends results to an API, and returns browser & OS details via CLI.

Notifications You must be signed in to change notification settings

marciea/usragnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usragnt

This tool extracts the User Agent field from Zeek http.log logs, passes it to useragentstrings.com's API and returns the browser and its version and the OS and its version aswell. A test file named http.log has been provided for testing

Useage

python3 usragnt.py {path/to/logfile}

Python

About

Parses Zeek http.logs to extract user-agent data, sends results to an API, and returns browser & OS details via CLI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages