Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] How to handle a hacker<wink> [was: Arcane command-line]
- To: tlug@example.com
- Subject: Re: [tlug] How to handle a hacker<wink> [was: Arcane command-line]
- From: "Stephen J. Turnbull" <stephen@example.com>
- Date: 28 Mar 2002 13:14:35 +0900
- Content-type: text/plain; charset=us-ascii
- In-reply-to: <20020328033250.GD2771@example.com>
- Organization: The XEmacs Project
- References: <87it7i1stq.fsf@example.com><002301c1d572$54a63010$5a00a8c0@example.com><008801c1d599$e4850540$0400a8c0@example.com><00b601c1d59c$9a6c0730$3008a8c0@example.com><20020327155041.GA9868@example.com><877knxwfm2.fsf_-_@example.com><20020328033250.GD2771@example.com>
- Sender: "Stephen J. Turnbull" <steve@example.com>
- User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)
>>>>> "A" == A Sajjad Zaidi <A.Sajjad> writes: A> How convenient. I had to run to the data center many miles A> away. :-( My condolences. It was moderately surprising the first time it happened to me (it was a typo, not intentional), but this time I knew what I was doing; the cost was negligible compared to the need. A> Since then, while Im configuring ipchains/tables, I setup a A> cronjob to clear the rules every few minutes in case I make a A> mistake, but that wouldnt be good in case of a *cracker*. Yeah, but I wouldn't worry about it. You can probably get back in and set up some protection faster than he can figure out what happened (although he might be automated). Breaking the connection is probably enough to scare him away, especially if he realizes he's been recognized as a cracker. Here's an alternative approach: function ipchains-clear () { ipchains -P input DENY; ipchains -F input; # er, untested. Make sure this isn't a syntax error! ipchains -A input -s admin.your.domain --dport 22 -j ACCEPT; } ipchains-clear # work # work # work # and if you don't want admin.your.domain recognized from ipchains -L # (boy, that's a Chris-tian level of paranoia!) ipchains -D input 1 -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Don't ask how you can "do" free software business; ask what your business can "do for" free software.
- References:
- Re: [tlug] Arcane command-line (Was: epcEditor)
- From: Stephen J. Turnbull
- Re: [tlug] Arcane command-line (Was: epcEditor)
- From: Brett Robson
- Re: [tlug] Arcane command-line (Was: epcEditor)
- From: Scott McLennan
- Re: [tlug] Arcane command-line (Was: epcEditor)
- From: Scott Robbins
- [tlug] Re: Arcane command-line (Was: epcEditor)
- From: Tobias Diedrich
- [tlug] How to handle a hacker<wink> [was: Arcane command-line]
- From: Stephen J. Turnbull
- Re: [tlug] How to handle a hacker<wink> [was: Arcane command-line]
- From: A.Sajjad Zaidi
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] can't post to Mandrake expert.
- Next by Date: [tlug] Mandrake Linux Japanese Input
- Previous by thread: Re: [tlug] How to handle a hacker<wink> [was: Arcane command-line]
- Next by thread: Re: [tlug] Arcane command-line (Was: epcEditor)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links