cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1849
Views
0
Helpful
5
Replies

sourcefire test alert/syslog message

Ben Rodriguez
Level 1
Level 1

Hi community,

I have a working Sourcefire system setup with syslog pointing to a Graylog logging server. I am looking to get some test messages into the logging server. How can I trigger a message from the Sourcefire? Ifs there a built in mechanism for that? I highly recommend Graylog. It's free/open source and easy to setup. Thanks for any help.

5 Replies 5

syeda3
Level 1
Level 1

After configuring the syslog server, you just have to enable the loggings to send the log to Syslog server in Access control - Rules.

Refer the following link for more information and let us know if that helps you.

http://www.cisco.com/c/en/us/support/docs/security/firesight-management-center/118464-configure-firesight-00.html

Hope to help.

Hi syeda,

I have logging configured. How do I send a test alert is my question. Any idea?

Please see the below document for send alters.

http://www.cisco.com/c/en/us/support/docs/security/firesight-management-center/118464-configure-firesight-00.html

Hope to help.

Sorry but that is not helpful. I already have alerts configured. I need to trigger a test alert.

Hi, I had this problem too. You need to generate a real event but one which isn't harmful and is easy to identify. In my case I use a powershell script to make a web request with a user-agent which fires an alert. I use a particular site which is one of those set up to allow you to 'hack' it, and you could also use a completely made up site. I'm surprised that Sourcefire/Firepower doesn't have this functionality built in.

 

Here is the gist of my script

Invoke-WebRequest  -Uri (some url) -UserAgent (some value)

 

Does seem simple I know, but I find it useful.

Review Cisco Networking products for a $25 gift card