Jump to content

Examine individual changes

This page allows you to examine the variables generated by the Edit Filter for an individual change.

Variables generated for this change

VariableValue
Edit count of the user (user_editcount)
null
Name of the user account (user_name)
'193.60.223.165'
Age of the user account (user_age)
0
Groups (including implicit) the user is in (user_groups)
[ 0 => '*' ]
Whether or not a user is editing through the mobile interface (user_mobile)
false
Page ID (page_id)
236095
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'SYN flood'
Full page title (page_prefixedtitle)
'SYN flood'
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => '193.60.223.165', 1 => 'ClueBot NG', 2 => '195.68.92.35', 3 => 'Euna8815', 4 => '153.20.95.69', 5 => 'Addbot', 6 => 'Mindmatrix', 7 => '41.66.201.225', 8 => 'Ptbotgourou', 9 => 'Maloney.chris' ]
Action (action)
'edit'
Edit summary/reason (summary)
'.. '
Whether or not the edit is marked as minor (no longer in use) (minor_edit)
false
Old page wikitext, before the edit (old_wikitext)
'GABE NEWALL W0Z 3R3 2015 [[Image:Tcp normal.svg|thumb|right|A normal connection between a user ([[Alice and Bob|Alice]]) and a server. The three-way handshake is correctly performed.]] [[Image:Tcp synflood.png|thumb|right|SYN Flood. The attacker ([[Alice and Bob|Mallory]]) sends several packets but does not send the "ACK" back to the server. The connections are hence half-opened and consuming server resources. Alice, a legitimate user, tries to connect but the server refuses to open a connection resulting in a denial of service.]] A '''SYN flood''' is a form of [[denial-of-service attack]] in which an attacker sends a succession of <code>[[SYN (TCP)|SYN]]</code> requests to a target's system in an attempt to consume enough server resources to make the system unresponsive to legitimate traffic. ==Technical details== Normally when a client attempts to start a [[Transmission Control Protocol|TCP]] connection to a server, the [[client (computing)|client]] and [[Server (computing)|server]] exchange a series of messages which normally runs like this: #The client requests a connection by sending a <code>SYN</code> (''synchronize'') message to the server. #The server ''acknowledges'' this request by sending <code>SYN-ACK</code> back to the client. #The client responds with an <code>ACK</code>, and the connection is established. This is called the [[Transmission Control Protocol#Connection establishment|TCP three-way handshake]], and is the foundation for every connection established using the TCP protocol. A SYN flood attack works by not responding to the server with the expected <code>ACK</code> code. The malicious client can either simply not send the expected <code>ACK</code>, or by [[IP address spoofing|spoofing]] the source [[IP address]] in the <code>SYN</code>, causing the server to send the <code>SYN-ACK</code> to a falsified IP address - which will not send an <code>ACK</code> because it "knows" that it never sent a <code>SYN</code>. The server will wait for the acknowledgement for some time, as simple network congestion could also be the cause of the missing <code>ACK</code>, but in an attack increasingly large numbers of ''[[half-open connection]]s'' will bind resources on the server until no new connections can be made, resulting in a denial of service to legitimate traffic. Some systems may also malfunction badly or even crash if other operating system functions are starved of resources in this way. ==Countermeasures== There are a number of well-known countermeasures listed in RFC 4987 including: #Filtering #Increasing Backlog #Reducing SYN-RECEIVED Timer #Recycling the Oldest Half-Open TCB #SYN Cache #[[SYN cookies]] #Hybrid Approaches #Firewalls and Proxies ==See also== * [[Denial-of-service attack]] * [[IP address spoofing]] * [[Internet Control Message Protocol]] * [[Ping flood]] * [[UDP flood attack]] * [[Fraggle attack]] * [[Smurf attack]] ==References== <references/> ==External links== *[http://www.cert.org/advisories/CA-1996-21.html Official CERT advisory on SYN Attacks] {{DEFAULTSORT:Syn Flood}} [[Category:Denial-of-service attacks]]'
New page wikitext, after the edit (new_wikitext)
'GABE NEWALL W0Z 3R3 2015 <---SUCKA!!!!! [[Image:Tcp normal.svg|thumb|right|A normal connection between a user ([[Alice and Bob|Alice]]) and a server. The three-way handshake is correctly performed.]] [[Image:Tcp synflood.png|thumb|right|SYN Flood. The attacker ([[Alice and Bob|Mallory]]) sends several packets but does not send the "ACK" back to the server. The connections are hence half-opened and consuming server resources. Alice, a legitimate user, tries to connect but the server refuses to open a connection resulting in a denial of service.]] A '''SYN flood''' is a form of [[denial-of-service attack]] in which an attacker sends a succession of <code>[[SYN (TCP)|SYN]]</code> requests to a target's system in an attempt to consume enough server resources to make the system unresponsive to legitimate traffic. ==Technical details== Normally when a client attempts to start a [[Transmission Control Protocol|TCP]] connection to a server, the [[client (computing)|client]] and [[Server (computing)|server]] exchange a series of messages which normally runs like this: #The client requests a connection by sending a <code>SYN</code> (''synchronize'') message to the server. #The server ''acknowledges'' this request by sending <code>SYN-ACK</code> back to the client. #The client responds with an <code>ACK</code>, and the connection is established. This is called the [[Transmission Control Protocol#Connection establishment|TCP three-way handshake]], and is the foundation for every connection established using the TCP protocol. A SYN flood attack works by not responding to the server with the expected <code>ACK</code> code. The malicious client can either simply not send the expected <code>ACK</code>, or by [[IP address spoofing|spoofing]] the source [[IP address]] in the <code>SYN</code>, causing the server to send the <code>SYN-ACK</code> to a falsified IP address - which will not send an <code>ACK</code> because it "knows" that it never sent a <code>SYN</code>. The server will wait for the acknowledgement for some time, as simple network congestion could also be the cause of the missing <code>ACK</code>, but in an attack increasingly large numbers of ''[[half-open connection]]s'' will bind resources on the server until no new connections can be made, resulting in a denial of service to legitimate traffic. Some systems may also malfunction badly or even crash if other operating system functions are starved of resources in this way. ==Countermeasures== There are a number of well-known countermeasures listed in RFC 4987 including: #Filtering #Increasing Backlog #Reducing SYN-RECEIVED Timer #Recycling the Oldest Half-Open TCB #SYN Cache #[[SYN cookies]] #Hybrid Approaches #Firewalls and Proxies ==See also== * [[Denial-of-service attack]] * [[IP address spoofing]] * [[Internet Control Message Protocol]] * [[Ping flood]] * [[UDP flood attack]] * [[Fraggle attack]] * [[Smurf attack]] ==References== <references/> ==External links== *[http://www.cert.org/advisories/CA-1996-21.html Official CERT advisory on SYN Attacks] {{DEFAULTSORT:Syn Flood}} [[Category:Denial-of-service attacks]]'
Unified diff of changes made by edit (edit_diff)
'@@ -1,4 +1,4 @@ -GABE NEWALL W0Z 3R3 2015 +GABE NEWALL W0Z 3R3 2015 <---SUCKA!!!!! [[Image:Tcp normal.svg|thumb|right|A normal connection between a user ([[Alice and Bob|Alice]]) and a server. The three-way handshake is correctly performed.]] [[Image:Tcp synflood.png|thumb|right|SYN Flood. The attacker ([[Alice and Bob|Mallory]]) sends several packets but does not send the "ACK" back to the server. The connections are hence half-opened and consuming server resources. Alice, a legitimate user, tries to connect but the server refuses to open a connection resulting in a denial of service.]] A '''SYN flood''' is a form of [[denial-of-service attack]] in which an attacker sends a succession of <code>[[SYN (TCP)|SYN]]</code> requests to a target's system in an attempt to consume enough server resources to make the system unresponsive to legitimate traffic. '
New page size (new_size)
3129
Old page size (old_size)
3114
Size change in edit (edit_delta)
15
Lines added in edit (added_lines)
[ 0 => 'GABE NEWALL W0Z 3R3 2015 <---SUCKA!!!!!' ]
Lines removed in edit (removed_lines)
[ 0 => 'GABE NEWALL W0Z 3R3 2015' ]
Whether or not the change was made through a Tor exit node (tor_exit_node)
0
Unix timestamp of change (timestamp)
1379340186