 Discussions about tracking attackers by setting up decoy honeypots or entire honeynet networks.
List Archives
Latest Posts
nullcon Goa 2010 Call For Papers
nullcon nullcon (Sep 27)
Calling all greyhats, whitehats, blackhats, rainbowhats, nohats,
underground, aboveground, in-the-sky, on-the-moon, Grannies, Grandpas,
martians, Doodhwalas, Kaamwalis, Bais, Bhais, Chuck norris Fans,
Mithun Da Fans, Himesh Reshamiya wannabees……..
Call For Paper is officially open for nullcon Goa 2010. It is time for
you to polish your paper, stick up an abstract and send it across. A
live demo/exploit/0day with the presentation might win...
Sebek issues with windows XP/Vista
dharm (Sep 24)
Hello ,
Did anybody tried running sebek on windows vista as a
honeypot ? i am trying to install sebek on windows XP /Vista
environment and getting DOB screen error. Any ideas would be
appreciated .
Thanks
Workshop on the Analysis of System Logs - Oct 14 - Call for Participation
Greg Bronevetsky (Sep 01)
Workshop on the Analysis of System Logs (WASL) 2009
http://www.systemloganalysis.com
Call for Participation
===============================
October 14, 2009
Big Sky, MT
(at SOSP)
===============================
--------------------------------------------------------------------------
System...
Re: Send strace output through syslog-ng
BB () umd (Aug 05)
Well I did not think about this, but it seems to be a great idea. Thanks a
lot.
However, I decided to open a new port and to send syslog data through it so
that it is really easy to administrate. It works great.
Thanks for your help,
Regards,
BB () umd wrote:
Re: Send strace output through syslog-ng
Gergely Révay (Aug 05)
Hi,
First of all there is no filter for strace. My first idea for your
problem was to open a new port on the server just for strace, but it's
understandable if you don't want to do it. Also the idea of Chris
sounds good as well if you don't use the facility field generally. But
a third solution that I've found is the following:
You should create a separate log path for the strace output which
should read the logs from the file and replace the...
Re: Send strace output through syslog-ng
Chris Brenton (Aug 04)
Hey man,
What about something like:
tail -f /var/log/strace.log | logger -p <facility> &
In the above command you need to specify an unused facility. Then on the
server simply tell syslog-ng which file it should use for storing log
entries with the above specified facility (this can be a new unique
file).
You are suppose to use one of the "local use" facilities for stuff like
this, but I run into conflicts far too often....
Send strace output through syslog-ng
BB () umd (Aug 04)
Good afternoon.
I have a honeypot which syslog-ng running. I configured it so that it can
send all the log files to a remote web server. (So that mean I have already
configured syslog-ng on this web server too) No matter with that, it works
great.
Then, on my honeypot, I have a strace command attached to my ssh server. It
gathers strace outputs in a strace.log file. Here is this command :
strace -f -q -p `cat /var/run/sshd.pid` -o...
Running Honeyd on interface IP
Evgeniy Arbatov (Jul 22)
Hello,
I have a question concerning the configuration of Honeyd IP address.
I want to make my honeypot visible by the IP address of host computer interface.
I have the following setup, within the same physical host:
1.1.1.1 (interface IP)-> 2.2.2.2 (honeyd IP)
So if I ssh to the honeyd, I want to ssh to 1.1.1.1.
I guess this is something that can be done with iptables, for example like this:
iptables -A FORWARD -s 1.1.1.1 -p tcp --dport...
Extended deadline: Monday, July 6th. Workshop on the Analysis of System Logs (WASL) 2009
Greg Bronevetsky (Jul 01)
Due to multiple requests, the paper submission deadline for the Workshop
on the
Analysis of System Logs has been moved to Monday, July 6th.
Workshop on the Analysis of System Logs (WASL) 2009
http://www.systemloganalysis.com Call for Papers
===============================
October 14, 2009
Big Sky, MT
(at SOSP)...
More Lists
Dozens of other network security lists are archived at
SecLists.Org.
|