Evaluating Web Proxy Data
Evaluating Web Proxy Data
Evaluating Web Proxy Data
Proxy servers can also function as "reverse proxies". In this model proxy servers
generally broker requests from a large number of client systems to a small number
of servers. Often a reverse proxy will provide load-balancing, compression and
other performance-enhancing functionality.
The security movement also identified value in the data a proxy server often holds.
Network admins can configure proxy servers to block undesirable content, preventing
their client systems from accessing prohibited subject matter. In addition, the
"gatekeeper" nature of proxy servers provides two vital resources for information
security professionals: ==Content transaction and the cached data itself==.
The logs created by a web proxy server are invaluable in determining which URLs
were requested by clients. This can quickly answer the question" *Which inside
systems attempted to access a known malicious site or download*. Typical proxy logs
not only include elements like the time, requestor's IP address and URL, but also
the result status of the request and sometimes the username that made it.
## Proxy Solutions
- Squid
- NGINX (reverse proxy)
- Apache Traffic Server
- Symantec/Blue Coat
- Forcepoint
- Barracuda
# Convert timestamps
The following awk statement will quickly convert **UNIX epoch timestamps** to
**human readable UTC** leaving the rest of each line intact.
```bash
$ sudo cate access.log | awk '{$1=strftime("%F %T", $1, 1); print $0' >
humanreadable.log}'
```
- **Planning**
- Take into account resources and evidence we'd like to access
- Time allotted
- What existing analysis has been completed - the triage work on the employees
workstation
- **Evidence collection**
- The log files
- **Form hypotheses**
- An initial focus area
- Just need to determine enough to make an informed recommendation regarding
whether or not we feel the employee leaked any intellectual property
- **Analyze evidence**
- **Support/refute/refine hypothesis**
- Repeat until stable