Jump to content

Sentrigo: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
FrescoBot (talk | contribs)
m Bot: links syntax
m clean up, typos fixed: particualrly → particularly, added orphan tag using AWB
Line 1: Line 1:
{{orphan|date=July 2010}}

{{Infobox_Company |
{{Infobox_Company |
company_name = Sentrigo |
company_name = Sentrigo |
Line 19: Line 21:


Sentrigo is privately held and backed by ''[[Benchmark Capital]]'' and ''Stata Ventures''.<ref name="investors">[http://www.benchmark.com/news/israel/2007/05_07_2007.php Benchmark Series A Investment]</ref>
Sentrigo is privately held and backed by ''[[Benchmark Capital]]'' and ''Stata Ventures''.<ref name="investors">[http://www.benchmark.com/news/israel/2007/05_07_2007.php Benchmark Series A Investment]</ref>



==Hedgehog==
==Hedgehog==
Hedgehog is a family of products dedicated to [[database activity monitoring]] and attack prevention. Hedgehog allows customers to protect databases such as [[Oracle_Database|Oracle]], [[Microsoft SQL Server]], and [[Sybase]], without interfering with their day to day operations. The product is based on a sensor and server model. The sensor resides on the database's OS and monitors the memory/cache for suspect database transactions, sending them in real-time for processing by the server. Thus, unlike network-based or host-based [[Intrusion detection system|intrusion detection systems (IDS)]] or [[Intrusion prevention system|intrusion prevention systems (IPS)]], Hedgehog can fully monitor databases running on [[Virtual machine|Virtual Machines]] or even in the [[Cloud Computing|cloud]]. The server is a Java based application that communicates with the sensors and can centrally monitor hundreds of databases. Based on a set of policies and rules, the system can audit, alert on, or suspend sessions that violate preset conditions.
Hedgehog is a family of products dedicated to [[database activity monitoring]] and attack prevention. Hedgehog allows customers to protect databases such as [[Oracle Database|Oracle]], [[Microsoft SQL Server]], and [[Sybase]], without interfering with their day to day operations. The product is based on a sensor and server model. The sensor resides on the database's OS and monitors the memory/cache for suspect database transactions, sending them in real-time for processing by the server. Thus, unlike network-based or host-based [[Intrusion detection system|intrusion detection systems (IDS)]] or [[Intrusion prevention system|intrusion prevention systems (IPS)]], Hedgehog can fully monitor databases running on [[Virtual machine|Virtual Machines]] or even in the [[Cloud Computing|cloud]]. The server is a Java based application that communicates with the sensors and can centrally monitor hundreds of databases. Based on a set of policies and rules, the system can audit, alert on, or suspend sessions that violate preset conditions.


==vPatch==
==vPatch==
Line 28: Line 29:


==IDentifier==
==IDentifier==
A common practice in developing applications (and web applications in particular) is the use of fat database accounts (common schema) and pooled connections to enhance application performance. Using this approach raises a problem with full end-to-end user tracking in the database layer. The database is unable to see end-user details like username and IP address, only seeing the application server IP and the common schema account. Hedgehog IDentifier solves this problem by providing an application server plug-in that captures end-user information and transparently propagates it to the database tier by using standard database APIs. No application changes are required. IDentifier supports custom [[Java_(software_platform)|Java]] and [[.NET_Framework|.NET]] applications as well as all the major business applications. Some technical details are available in this blog entry<ref name="Slaviks-blog">[http://www.slaviks-blog.com/2007/05/22/propagating-middle-tier-and-application-users-to-the-dbms-part-1-of-3/ First entry in a 3 posts series about implementing IDentifier]</ref>.
A common practice in developing applications (and web applications in particular) is the use of fat database accounts (common schema) and pooled connections to enhance application performance. Using this approach raises a problem with full end-to-end user tracking in the database layer. The database is unable to see end-user details like username and IP address, only seeing the application server IP and the common schema account. Hedgehog IDentifier solves this problem by providing an application server plug-in that captures end-user information and transparently propagates it to the database tier by using standard database APIs. No application changes are required. IDentifier supports custom [[Java (software platform)|Java]] and [[.NET Framework|.NET]] applications as well as all the major business applications. Some technical details are available in this blog entry<ref name="Slaviks-blog">[http://www.slaviks-blog.com/2007/05/22/propagating-middle-tier-and-application-users-to-the-dbms-part-1-of-3/ First entry in a 3 posts series about implementing IDentifier]</ref>.


==FuzzOr==
==FuzzOr==
FuzzOr (fuzzer for Oracle) is an open source software tool developed by Sentrigo. FuzzOr provides database administrators and programmers with the ability to test PL/SQL code for security vulnerabilities. The tool discovers vulnerabilities by attempting to exploit the code and is particualrly helpful in finding [[SQL Injection]] and [[Buffer Overflow]] vulnerabilities. Sentrigo provides the tool free of charge.
FuzzOr (fuzzer for Oracle) is an open source software tool developed by Sentrigo. FuzzOr provides database administrators and programmers with the ability to test PL/SQL code for security vulnerabilities. The tool discovers vulnerabilities by attempting to exploit the code and is particularly helpful in finding [[SQL Injection]] and [[Buffer Overflow]] vulnerabilities. Sentrigo provides the tool free of charge.


==References==
==References==
Line 40: Line 41:
*[http://www.slaviks-blog.com/ Musings on Database Security by Slavik Markovich]
*[http://www.slaviks-blog.com/ Musings on Database Security by Slavik Markovich]
*[http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1346917,00.html Fuzzing tool helps Oracle DBAs defend against SQL injection]
*[http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1346917,00.html Fuzzing tool helps Oracle DBAs defend against SQL injection]



[[Category:Software companies of the United States]]
[[Category:Software companies of the United States]]

Revision as of 02:08, 9 July 2010

Sentrigo
Company typePrivate
IndustrySoftware & Programming
Founded2006
HeadquartersUnited States Santa Clara, California, USA
Key people
Nathan Shuchami, co-founder & CEO; Slavik Markovich, co-founder & CTO
ProductsHedgehog;
vPatch;
IDentifier;
FuzzOr
RevenueNot reported
Number of employees
40
Websitehttp://www.sentrigo.com/

Sentrigo is a software company located in Santa Clara, California, USA.

The company was founded in 2006 by Nathan Shuchami and Slavik Markovich, to address several key challenges in Database security. Specifically, the inability to monitor activity of privileged users[1] and those who have established such credentials through nefarious means, and the difficulty in maintaining a DBMS at the most current patch level.

Sentrigo is privately held and backed by Benchmark Capital and Stata Ventures.[2]

Hedgehog

Hedgehog is a family of products dedicated to database activity monitoring and attack prevention. Hedgehog allows customers to protect databases such as Oracle, Microsoft SQL Server, and Sybase, without interfering with their day to day operations. The product is based on a sensor and server model. The sensor resides on the database's OS and monitors the memory/cache for suspect database transactions, sending them in real-time for processing by the server. Thus, unlike network-based or host-based intrusion detection systems (IDS) or intrusion prevention systems (IPS), Hedgehog can fully monitor databases running on Virtual Machines or even in the cloud. The server is a Java based application that communicates with the sensors and can centrally monitor hundreds of databases. Based on a set of policies and rules, the system can audit, alert on, or suspend sessions that violate preset conditions.

vPatch

vPatch, is a solution for "virtual patching" of databases to overcome the problem that many customers are unable to apply security patches to their databases in a timely manner.[3] This may be due to the inability to schedule downtime for a production system, the time lag for testing / 3rd party support for applications on top of the database, or numerous other reasons. Sentrigo vPatch includes a set of rules which generate alerts when known vulnerabilities are exploited, and can be used to terminate attackers' database sessions. vPatch rules are updated on a frequent basis as new security updates are issued by the DBMS vendor, or as new vulnerabilities are discovered by Sentrigo's research team or partners.

IDentifier

A common practice in developing applications (and web applications in particular) is the use of fat database accounts (common schema) and pooled connections to enhance application performance. Using this approach raises a problem with full end-to-end user tracking in the database layer. The database is unable to see end-user details like username and IP address, only seeing the application server IP and the common schema account. Hedgehog IDentifier solves this problem by providing an application server plug-in that captures end-user information and transparently propagates it to the database tier by using standard database APIs. No application changes are required. IDentifier supports custom Java and .NET applications as well as all the major business applications. Some technical details are available in this blog entry[4].

FuzzOr

FuzzOr (fuzzer for Oracle) is an open source software tool developed by Sentrigo. FuzzOr provides database administrators and programmers with the ability to test PL/SQL code for security vulnerabilities. The tool discovers vulnerabilities by attempting to exploit the code and is particularly helpful in finding SQL Injection and Buffer Overflow vulnerabilities. Sentrigo provides the tool free of charge.

References

  1. ^ Rogue DBAs and the Insider Threat, by Ericka Chickowski, Channel Insider, July 14, 2009
  2. ^ Benchmark Series A Investment
  3. ^ Many Oracle Users Don't Apply Security Patches, by Charles Babcock, Information Week, January 14, 2008
  4. ^ First entry in a 3 posts series about implementing IDentifier