Welcome to the Legend of mir forums. Mir Revenge.
Results 1 to 5 of 5

Thread: type of Dos

  1. #1
    True Mir Revenger Array
    Join Date
    Aug 2007
    Location
    uk
    Posts
    1,208

    Default type of Dos

    Lapta have u been told whether it is Dos or DDos?
    The first being the easier to evade:

    The secret to deflecting DoS attacks lies in cleverly configuring your firewalls and intrusion detection systems. But it's important to keep in mind that there are two closely related, but still very different, types of DoS attacks. Each attack requires a different approach to redirect and deflect. One is simple ? it should never be said easy ? and straightforward to defend against, while the other is much more complex and harder to evade.
    The simple, plain vanilla DoS attack comes from a single malicious source or server. It's meant to take down a network with either an overload of ordinary traffic ? spam e-mail or just bogus data, for example ? or malformed TCP packets that fool routers into thinking it is legitimate traffic. This is the textbook denial-of-service (DoS) attack.
    The classic DoS attack can be traced by firewalls, and intrusion detection and prevention systems (IDS/IPS). Monitors and logs should be set to check for unusual spikes in traffic at odd times and incomplete TCP handshakes showing up as fragments of packets. If either of these occurs, your incident response team should be alerted immediately and should check the IP address of the source of the offending traffic. IPSes should be set to divert any and all such traffic away from the network and into a separate subnet set up solely for accepting unwanted traffic. Alternatively, you can direct malicious traffic to a honeypot, but a special subnet is usually sufficient for a simple DoS attack. All traffic sent to the subnet should be completely and carefully logged for later forensics analysis and eventual tuning of routers and firewall rules to block traffic from that IP address.

    Or:

    Blocking DDoS attacks
    Diverting traffic from a distributed denial-of-service (DDoS) attack isn't quite so simple. DDoS attacks are particularly insidious since they originate from multiple IP addresses simultaneously. The bad traffic can originate from thousands of compromised servers scattered around the Internet in a virtual army of zombies or a botnet. In this situation, blocking individual IP addresses is like trying to bat down a swarm of flies with a single flyswatter.
    Unfortunately, unlike a single DoS attack, there is no single magic key to repelling these attacks. This doesn't mean you're defenseless, but you have to be more creative in your defensive strategy.
    A single honeypot alone won't do the trick. What might do the trick is a defense-in-depth strategy with IPSes at different points in your network to divert suspicious DoS traffic to several honeypots. Here, again, there is no single answer or best topology. It depends on your individual network set up.
    But it's vitally important to make sure your network defenders are hardened. It's tempting, since they're only meant to capture junk traffic, to be sloppy in configuring your honeypots. A sophisticated attacker can easily compromise any defensive hardware, including an IPS, and enlist it into its botnet army, turning it against your own network or into a jumping off point for an attack on somebody else's system. Egress filtering should be set up on your routers to prevent this.
    Here are some of the old standbys that are still valid for blocking DoS attacks:
    ? Allow sufficient bandwidth to handle unexpected surges in traffic, a sign of possible malicious activity.
    ? Patch all servers and routers against vulnerabilities in the TCP stack and against attacks using fragmented packets.
    ? Set up routers and servers with the minimum amount of services required. Turn off anything unnecessary or easily exploited by a hacker. For example, turn off SMTP on Web servers not used for e-mail.
    ? Tune firewalls and routers to block IP addresses from malicious sources that consistently show up in logs.
    ? Strong perimeter security, in general, with hardened servers and aggressive firewall rules can divert many DoS attacks before they even reach the guts of your network.

  2. #2
    IRCHEATING PWNZ YOU! Array
    Join Date
    Jan 1970
    Location
    Apple Command HQ
    Posts
    8,051

    Default

    your missing a type of attack there its a variant of both of them which makes prevention nigh on impossible unless you can track a computer/network Mac address.

    A SIPDOS "Spoofed IP Denial of Service"

    One computer sends out all the information, but the computer also sends a different ip address assigned to each bit of information so you can have 1 computer sending a massive attack, but you would never have the same IP address twice, so all the information sent is seen to be legitimate and therefore the router then chokes and dies

    from what I have read (and im not expert) its not impossible to track a MAC address but the chances of really slim depending on your abilities to pinpoint the specific network its coming from then getting lucky and finding someone within the ISP that knows what your talking about and who could then give you the info you need.

    if we could get someone with crazy network protocol skills they could always try writing some code that could pin point/track MAC addresses, i assume it could make who ever came up with it pretty decent sum of cash as you coudl sell the code to some big dos prevention company (if they actually exist)

    but instead of trying to get all technical how about we go back to brute force.

    this last attack happened due to Reject losing his IRL mate's kit, How about we offer his mate all his kit back + ?100 sterling for rejects address. then we can just pay him a visit, post his address on the forum and any one who gets pissed off with him can decide to take revenge. say like sign him up to loads of gay porn sites, free health and diet websites with real life mail order scheme, things like that.

    if he wants to flood our system with crap, lets flood his home/email with crap and his face with bruises.

    some people are to stupid to realise that people can only take so much.

    and if i was his mate i would do a deal with Lapta that every time he needed a bit of in game cash he could punch the crap outta reject, take a photo with a paper dated that day, and get an in game payment, maybe 5mil something like that ^^

    anyway i need to suggest the payment idea to lapta - it worked a treat for the previous reject named mental he has since failed to dos attack the server again.

    anyway back to work for me.

    ....................................
    ....................................................................
    ....................................................................
    ....................................................................
    ..............................................................
    ....................................................................
    ....................................................................
    ....................................................................
    ....................

  3. #3
    True Mir Revenger Array
    Join Date
    Aug 2007
    Posts
    1,166

    Default

    well tbh aint this something that only the company hosting the server can do?
    Was here on the day of creation.

    The legend that was Rudius.

  4. #4
    Spammer Array
    Join Date
    Jan 2008
    Location
    In a cave.. :S
    Posts
    298

    Default

    Quote Originally Posted by Bing View Post
    Lapta have u been told whether it is Dos or DDos?
    The first being the easier to evade:

    The secret to deflecting DoS attacks lies in cleverly configuring your firewalls and intrusion detection systems. But it's important to keep in mind that there are two closely related, but still very different, types of DoS attacks. Each attack requires a different approach to redirect and deflect. One is simple ? it should never be said easy ? and straightforward to defend against, while the other is much more complex and harder to evade.
    The simple, plain vanilla DoS attack comes from a single malicious source or server. It's meant to take down a network with either an overload of ordinary traffic ? spam e-mail or just bogus data, for example ? or malformed TCP packets that fool routers into thinking it is legitimate traffic. This is the textbook denial-of-service (DoS) attack.
    The classic DoS attack can be traced by firewalls, and intrusion detection and prevention systems (IDS/IPS). Monitors and logs should be set to check for unusual spikes in traffic at odd times and incomplete TCP handshakes showing up as fragments of packets. If either of these occurs, your incident response team should be alerted immediately and should check the IP address of the source of the offending traffic. IPSes should be set to divert any and all such traffic away from the network and into a separate subnet set up solely for accepting unwanted traffic. Alternatively, you can direct malicious traffic to a honeypot, but a special subnet is usually sufficient for a simple DoS attack. All traffic sent to the subnet should be completely and carefully logged for later forensics analysis and eventual tuning of routers and firewall rules to block traffic from that IP address.

    Or:

    Blocking DDoS attacks
    Diverting traffic from a distributed denial-of-service (DDoS) attack isn't quite so simple. DDoS attacks are particularly insidious since they originate from multiple IP addresses simultaneously. The bad traffic can originate from thousands of compromised servers scattered around the Internet in a virtual army of zombies or a botnet. In this situation, blocking individual IP addresses is like trying to bat down a swarm of flies with a single flyswatter.
    Unfortunately, unlike a single DoS attack, there is no single magic key to repelling these attacks. This doesn't mean you're defenseless, but you have to be more creative in your defensive strategy.
    A single honeypot alone won't do the trick. What might do the trick is a defense-in-depth strategy with IPSes at different points in your network to divert suspicious DoS traffic to several honeypots. Here, again, there is no single answer or best topology. It depends on your individual network set up.
    But it's vitally important to make sure your network defenders are hardened. It's tempting, since they're only meant to capture junk traffic, to be sloppy in configuring your honeypots. A sophisticated attacker can easily compromise any defensive hardware, including an IPS, and enlist it into its botnet army, turning it against your own network or into a jumping off point for an attack on somebody else's system. Egress filtering should be set up on your routers to prevent this.
    Here are some of the old standbys that are still valid for blocking DoS attacks:
    ? Allow sufficient bandwidth to handle unexpected surges in traffic, a sign of possible malicious activity.
    ? Patch all servers and routers against vulnerabilities in the TCP stack and against attacks using fragmented packets.
    ? Set up routers and servers with the minimum amount of services required. Turn off anything unnecessary or easily exploited by a hacker. For example, turn off SMTP on Web servers not used for e-mail.
    ? Tune firewalls and routers to block IP addresses from malicious sources that consistently show up in logs.
    ? Strong perimeter security, in general, with hardened servers and aggressive firewall rules can divert many DoS attacks before they even reach the guts of your network.
    copy and paste ftw?

  5. #5
    Administrator Array
    Join Date
    Sep 2007
    Location
    With Lapta
    Posts
    2,403

    Default

    copy n paste did seem like fun but wtf can u do with it lol


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. xmas orb type thingy
    By KONG in forum Low Rate Archives.
    Replies: 4
    Last Post: 11-07-09, 08:23 PM
  2. i cant type some stuff
    By mousey in forum Mir Revenge - Aug 2007 - May 2010 Archives.
    Replies: 2
    Last Post: 21-05-09, 02:35 AM
  3. Carnt Type
    By lukie1990 in forum Mir Revenge - Aug 2007 - May 2010 Archives.
    Replies: 21
    Last Post: 04-05-09, 02:24 AM
  4. Cant Type
    By lukie1990 in forum Low Rate Archives.
    Replies: 1
    Last Post: 03-05-09, 06:02 PM
  5. Language you use to type on forums
    By D1craig in forum Mir Revenge - Aug 2007 - May 2010 Archives.
    Replies: 0
    Last Post: 15-11-07, 03:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85