Jump to content
  • 0

Packet 0x4547


Tauro

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  10/07/16
  • Last Seen:  

I will try to be as specific as possible, sorry my English.

Since opening a server I have been getting web and db attacks, which I have fixed.

But in the ssh or vps sometimes multiple closes of different ip come out because I receive unsupported packet (packet 0x4547). Search the forums but can't find anything related to this error.

I don't know if anyone knows why this error is due or how they could solve it.

And when it closes the connections the ssh drops for about 10 seconds, closing the server but after that time it reconnects and without having to reload or start the server I can connect without problems.

My client is 20180620

imagen_2022-01-10_150038.png

Edited by Mael
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  112
  • Reputation:   29
  • Joined:  10/06/16
  • Last Seen:  

this is port scanners. most time bots.

from your error look like scanner checks is on your server ports working http server.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  10/07/16
  • Last Seen:  

And how could it be solved, changing the default ports of the server? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  112
  • Reputation:   29
  • Joined:  10/06/16
  • Last Seen:  

probably only solution is to use some hoster or ip address what not scanned by bots too often

and you can ignore any errors with packet id 0x4547

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  10/07/16
  • Last Seen:  

but this packet does not occur by bots, it is intentional by a third party where they send multiple connections in seconds using that packet until the hosting collapses and restarts. (And I say that it is intentional because at the beginning they were attacks against the web hosting).

I can't just ignore the packet because the server keeps restarting due to it, is there no way to make that packet perform any action other than crash the server? 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  869
  • Reputation:   115
  • Joined:  05/23/12
  • Last Seen:  

Change any Port of ur server. Use a firewall ipblock list on Linux u can use UFW for blocking other ports and allow easy in our outgoing packets or blocks too many requests or else.

 

Rynbef~

Edited by Rynbef
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  10/07/16
  • Last Seen:  

I will try these changes, thanks!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   18
  • Joined:  11/24/14
  • Last Seen:  

you can try this, so that you don't have attacks

# iptables -A INPUT -p icmp --icmp-type echo-request -j DROP 

# iptables -A OUTPUT -p icmp --icmp-type echo-reply -j DROP

# iptables -L

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  869
  • Reputation:   115
  • Joined:  05/23/12
  • Last Seen:  

UFW is an useful tool for the Iptables.

 

Rynbef~

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...