<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Test_time_synchronisation_%28OTG-LOG-001%29</id>
		<title>Test time synchronisation (OTG-LOG-001) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Test_time_synchronisation_%28OTG-LOG-001%29"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Test_time_synchronisation_(OTG-LOG-001)&amp;action=history"/>
		<updated>2026-04-26T09:43:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Test_time_synchronisation_(OTG-LOG-001)&amp;diff=160843&amp;oldid=prev</id>
		<title>Clerkendweller: New content</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Test_time_synchronisation_(OTG-LOG-001)&amp;diff=160843&amp;oldid=prev"/>
				<updated>2013-10-15T14:25:28Z</updated>
		
		<summary type="html">&lt;p&gt;New content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Brief Description ==&lt;br /&gt;
Without time synchronization across systems it is impossible to correlate events and actions.&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
In the event of a suspected or actual security incident, it will be necessary to aggregate information for all types of system component event logs and audit trails. This information is vital to investigations and forensic testing. If the web servers' time is adrift this can make event correlation much harder and may invalidate the information.&lt;br /&gt;
&lt;br /&gt;
Incorrect time can also affect some business functions provided by applications that are time-dependent (e.g. deadlines for submissions, expiry of offers, time-limited access controls, auction bids). The modification of server time could be used in some attacks.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
The HTTP headers returned by https://www.owasp.org/index.php/Main_Page are:&lt;br /&gt;
&lt;br /&gt;
 Date: Tue, 15 Oct 2013 14:11:09 GMT&lt;br /&gt;
 Server: Apache&lt;br /&gt;
 X-Frame-Options: Deny&lt;br /&gt;
 X-XSS-Protection: 1; mode=block&lt;br /&gt;
 X-Content-Type-Options: nosniff&lt;br /&gt;
 Content-Language: en&lt;br /&gt;
 Vary: Accept-Encoding,Cookie&lt;br /&gt;
 Expires: Wed, 16 Oct 2013 14:11:09 GMT&lt;br /&gt;
 Cache-Control: max-age=86400&lt;br /&gt;
 Content-Encoding: gzip&lt;br /&gt;
 Content-Type: text/html; charset=UTF-8&lt;br /&gt;
 200 OK&lt;br /&gt;
&lt;br /&gt;
If the tester's time is the same (e.g. 14:11 GMT+1) then the time is correctly synchronised. The degree of accuracy is application dependent, but it would be unusual to be more than a minute or so adrift for any server that uses robust reference time sources.&lt;br /&gt;
&lt;br /&gt;
== Testing Method ==&lt;br /&gt;
&lt;br /&gt;
Time should be checked at all locations where the application exposes such information:&lt;br /&gt;
&lt;br /&gt;
* Date HTTP header (as above)&lt;br /&gt;
* User-visible audit trail timestamps&lt;br /&gt;
* Last modified dates/times displayed after additions or updates are made&lt;br /&gt;
* Last logged in data where the time is included as well as the day&lt;br /&gt;
* Accessible event logs&lt;br /&gt;
&lt;br /&gt;
== Test Tools ==&lt;br /&gt;
&lt;br /&gt;
Web browser and the ability to examine HTTP headers.&lt;br /&gt;
&lt;br /&gt;
== Related Test Cases ==&lt;br /&gt;
&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== References ==  &lt;br /&gt;
&lt;br /&gt;
* [[Logging Cheat Sheet]], OWASP&lt;br /&gt;
* [http://csrc.nist.gov/publications/nistpubs/800-92/SP800-92.pdf SP 800-92] Guide to Computer Security Log Management, NIST&lt;br /&gt;
* [https://www.pcisecuritystandards.org/security_standards/documents.php PCI DSS v2.0] Requirement 10 and PA-DSS v2.0 Requirement 4, PCI Security Standards Council&lt;br /&gt;
* [http://www.ntp.org/ NTP: The Network Time Protocol]&lt;br /&gt;
&lt;br /&gt;
== Remediation ==&lt;br /&gt;
&lt;br /&gt;
Ensure the application, application servers, web servers and other supporting infrastructure are configured to synchronize their time with trusted reference time sources.&lt;/div&gt;</summary>
		<author><name>Clerkendweller</name></author>	</entry>

	</feed>