linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Intrusion detection system
@ 2008-08-05  8:51 Marco Stornelli
  2008-08-05 13:18 ` Kumar Gala
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Stornelli @ 2008-08-05  8:51 UTC (permalink / raw)
  To: Linux-Embedded

Hi,

I have to design a network application on a board. I have to use an 
IDS/IPS system. Have you got any suggestions? Is there a good solution 
about an IDS system on embedded linux?

Thanks.

Regards,

-- 
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it

marco.stornelli@coritel.it
+39 06 72582838

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Intrusion detection system
  2008-08-05  8:51 Intrusion detection system Marco Stornelli
@ 2008-08-05 13:18 ` Kumar Gala
  2008-08-05 13:28   ` Marco Stornelli
  0 siblings, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2008-08-05 13:18 UTC (permalink / raw)
  To: Marco Stornelli; +Cc: Linux-Embedded


On Aug 5, 2008, at 3:51 AM, Marco Stornelli wrote:

> Hi,
>
> I have to design a network application on a board. I have to use an  
> IDS/IPS system. Have you got any suggestions? Is there a good  
> solution about an IDS system on embedded linux?

Have you looked at http://www.snort.org/?

I know Freescale has some embedded PPC products w/HW pattern matching  
acceleration that are geared towards helping improving IDS/IPS.

- k

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Intrusion detection system
  2008-08-05 13:18 ` Kumar Gala
@ 2008-08-05 13:28   ` Marco Stornelli
  2008-08-05 13:31     ` Marco Stornelli
  2008-08-05 13:52     ` Kumar Gala
  0 siblings, 2 replies; 5+ messages in thread
From: Marco Stornelli @ 2008-08-05 13:28 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Linux-Embedded

Kumar Gala ha scritto:
> 
> On Aug 5, 2008, at 3:51 AM, Marco Stornelli wrote:
> 
>> Hi,
>>
>> I have to design a network application on a board. I have to use an 
>> IDS/IPS system. Have you got any suggestions? Is there a good solution 
>> about an IDS system on embedded linux?
> 
> Have you looked at http://www.snort.org/?

Yes I've already know it, but I compiled it and I've got a file of 8MB 
and I need even several libraries, I wondered if there was something 
more lither.

> 
> I know Freescale has some embedded PPC products w/HW pattern matching 
> acceleration that are geared towards helping improving IDS/IPS.
> 
> - k
> 
Can you give me some reference about it?

-- 
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it

marco.stornelli@coritel.it
+39 06 72582838

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Intrusion detection system
  2008-08-05 13:28   ` Marco Stornelli
@ 2008-08-05 13:31     ` Marco Stornelli
  2008-08-05 13:52     ` Kumar Gala
  1 sibling, 0 replies; 5+ messages in thread
From: Marco Stornelli @ 2008-08-05 13:31 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Linux-Embedded

Marco Stornelli ha scritto:
> Kumar Gala ha scritto:
>>
>> On Aug 5, 2008, at 3:51 AM, Marco Stornelli wrote:
>>
>>> Hi,
>>>
>>> I have to design a network application on a board. I have to use an 
>>> IDS/IPS system. Have you got any suggestions? Is there a good 
>>> solution about an IDS system on embedded linux?
>>
>> Have you looked at http://www.snort.org/?
> 
> Yes I've already know it, but I compiled it and I've got a file of 8MB 
> and I need even several libraries, I wondered if there was something 
> more lither.

oops, I meant more lighter.

> 
>>
>> I know Freescale has some embedded PPC products w/HW pattern matching 
>> acceleration that are geared towards helping improving IDS/IPS.
>>
>> - k
>>
> Can you give me some reference about it?
> 


-- 
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it

marco.stornelli@coritel.it
+39 06 72582838

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Intrusion detection system
  2008-08-05 13:28   ` Marco Stornelli
  2008-08-05 13:31     ` Marco Stornelli
@ 2008-08-05 13:52     ` Kumar Gala
  1 sibling, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2008-08-05 13:52 UTC (permalink / raw)
  To: Marco Stornelli; +Cc: Linux-Embedded


On Aug 5, 2008, at 8:28 AM, Marco Stornelli wrote:

> Kumar Gala ha scritto:
>> On Aug 5, 2008, at 3:51 AM, Marco Stornelli wrote:
>>> Hi,
>>>
>>> I have to design a network application on a board. I have to use  
>>> an IDS/IPS system. Have you got any suggestions? Is there a good  
>>> solution about an IDS system on embedded linux?
>> Have you looked at http://www.snort.org/?
>
> Yes I've already know it, but I compiled it and I've got a file of  
> 8MB and I need even several libraries, I wondered if there was  
> something more lither.

I'm not aware of anything.  My understand is IDS/IPS is simple and  
requires a fair amount of space.

>> I know Freescale has some embedded PPC products w/HW pattern  
>> matching acceleration that are geared towards helping improving IDS/ 
>> IPS.
>> - k
> Can you give me some reference about it?

http://tinyurl.com/3ue6rw
http://tinyurl.com/5qg4cr

- k

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-08-05 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-05  8:51 Intrusion detection system Marco Stornelli
2008-08-05 13:18 ` Kumar Gala
2008-08-05 13:28   ` Marco Stornelli
2008-08-05 13:31     ` Marco Stornelli
2008-08-05 13:52     ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).