Jump to content

Nytro

Administrators
  • Posts

    18777
  • Joined

  • Last visited

  • Days Won

    732

Everything posted by Nytro

  1. Engleza e obligatorie in domeniu.
  2. Sursa: AV Security Software Distribution - Distribuitor autorizat G Data Romania Adica: G-Data. E normal ca isi promoveaza produsul. La fel fac toate companiile. Daca veti verifica pe site-urile lor, ESET, Kaspersky, Avira, AVG, Bitdefender si toate celelalte, vor specifica ca la testele Virus Bulletin sau AV Test ei au avut cele mai bune rezultate. Info: http://eugene.kaspersky.com/2013/05/09/av-test-certification-devalued/ Ceva interesant: Eugene Kaspersky: Free AV Vendors Are Cheats
  3. Syscan'11 Taipei - Modern Heap Exploitation Using The Low Fragmentation Heap Description: Exploit mitigation technologies have made reliable heap exploitation increasingly difficult since the inception of the 4-byte over write, over ten years ago. At the same time, applications needed to become more stable without using absurd amounts of memory (Who doesn't keep their web browser with multiple tabs open for days?). Heap memory management has matured over time, but with complex new code comes new opportunity for exploitation. This presentation will focus on understanding the Low Fragmentation heap on Windows 7 (32-bit). After a foundation of integral concepts is laid, new exploitation techniques will be thoroughly discussed. Finally, we will use this new found knowledge to leverage supposed non-exploitable vulnerabilities. For More Information please visit :- SyScan 2013 Sursa: Syscan'11 Taipei - Modern Heap Exploitation Using The Low Fragmentation Heap
  4. Ce e cacatu asta?
  5. SQLi Atack defense Contents Chapter 1 What Is SQL Injection?. 1 Introduction . 2 Understanding How Web Applications Work. 2 A Simple Application Architecture. 4 A More Complex Architecture. 5 Understanding SQL Injection. 6 High-Profile Examples. 10 Understanding How It Happens. 13 Dynamic String Building . 13 Incorrectly Handled Escape Characters. 14 Incorrectly Handled Types . 15 Incorrectly Handled Query Assembly. 17 Incorrectly Handled Errors. 18 Incorrectly Handled Multiple Submissions . 19 Insecure Database Configuration. 21 Summary. 24 Solutions Fast Track. 24 Frequently Asked Questions. 26 Chapter 2 Testing for SQL Injection. 29 Introduction . 30 Finding SQL Injection. 30 Testing by Inference. 31 Identifying Data Entry. 31 GET Requests . 31 POST Requests . 32 Other Injectable Data . 35 Manipulating Parameters . 36 Information Workf low. 39 Database Errors . 40 Commonly Displayed SQL Errors . 41 Microsoft SQL Server Errors. 41 MySQL Errors . 46 Oracle Errors . 49 ix x Contents Application Response. 51 Generic Errors. 51 HTTP Code Errors. 54 Different Response Sizes . 55 Blind Injection Detection. 56 Confirming SQL Injection. 60 Differentiating Numbers and Strings. 61 Inline SQL Injection . 62 Injecting Strings Inline. 62 Injecting Numeric Values Inline. 65 Terminating SQL Injection. 68 Database Comment Syntax. 69 Using Comments. 70 Executing Multiple Statements. 74 Time Delays. 79 Automating SQL Injection Discovery. 80 Tools for Automatically Finding SQL Injection . 81 HP WebInspect . 81 IBM Rational AppScan . 83 HP Scrawlr. 85 SQLiX . 87 Paros Proxy. 88 Summary. 91 Solutions Fast Track. 91 Frequently Asked Questions. 93 Chapter 3 Reviewing Code for SQL Injection . 95 Introduction . 96 Reviewing Source Code for SQL Injection. 96 Dangerous Coding Behaviors . 98 Dangerous Functions . 105 Following the Data. 109 Following Data in PHP. 110 Following Data in Java. 114 Following Data in C#. 115 Reviewing PL/SQL and T-SQL Code. 117 Automated Source Code Review. 124 Yet Another Source Code Analyzer (YASCA) . 125 Pixy. 126 AppCodeScan . 127 Contents xi LAPSE. 127 Security Compass Web Application Analysis Tool (SWAAT). 128 Microsoft Source Code Analyzer for SQL Injection. 128 Microsoft Code Analysis Tool .NET (CAT.NET). 129 Commercial Source Code Review Tools. 129 Ounce. 131 Source Code Analysis. 131 CodeSecure. 132 Summary. 133 Solutions Fast Track. 133 Frequently Asked Questions. 135 Chapter 4 Exploiting SQL Injection . 137 Introduction . 138 Understanding Common Exploit Techniques. 139 Using Stacked Queries. 141 Identifying the Database. 142 Non-Blind Fingerprint. 142 Banner Grabbing. 144 Blind Fingerprint. 146 Extracting Data through UNION Statements. 148 Matching Columns. 149 Matching Data Types . 151 Using Conditional Statements. 156 Approach 1: Time-based. 157 Approach 2: Error-based. 159 Approach 3: Content-based. 161 Working with Strings. 161 Extending the Attack . 163 Using Errors for SQL Injection. 164 Error Messages in Oracle . 167 Enumerating the Database Schema. 170 SQL Server . 171 MySQL. 177 Oracle. 180 Escalating Privileges. 183 SQL Server . 184 Privilege Escalation on Unpatched Servers . 189 Oracle. 190 xii Contents Stealing the Password Hashes . 192 SQL Server . 192 MySQL. 194 Oracle. 194 Oracle Components. 196 APEX. 196 Oracle Internet Directory . 197 Out-of-Band Communication . 198 E-mail. 199 Microsoft SQL Server . 199 Oracle. 202 HTTP/DNS. 203 File System. 203 SQL Server. 204 MySQL. 207 Oracle. 208 Automating SQL Injection Exploitation. 208 Sqlmap. 208 Sqlmap Example . 209 Bobcat. 211 BSQL . 212 Other Tools . 214 Summary. 215 Solutions Fast Track. 215 Frequently Asked Questions. 218 Chapter 5 Blind SQL Injection Exploitation. 219 Introduction . 220 Finding and Confirming Blind SQL Injection. 221 Forcing Generic Errors. 221 Injecting Queries with Side Effects. 222 Spitting and Balancing . 222 Common Blind SQL Injection Scenarios . 225 Blind SQL Injection Techniques. 225 Inference Techniques. 226 Increasing the Complexity of Inference Techniques. 230 Alternative Channel Techniques. 234 Using Time-Based Techniques. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 Delaying Database Queries. 235 MySQL Delays . 235 Contents xiii Generic MySQL Binary Search Inference Exploits . 237 Generic MySQL Bit-by-Bit Inference Exploits. 237 SQL Server Delays. 238 Generic SQL Server Binary Search Inference Exploits. 240 Generic SQL Server Bit-by-Bit Inference Exploits . 240 Oracle Delays . 240 Time-Based Inference Considerations. 241 Using Response-Based Techniques. 242 MySQL Response Techniques. 242 SQL Server Response Techniques. 244 Oracle Response Techniques. 246 Returning More Than One Bit of Information. 247 Using Alternative Channels. 249 Database Connections. 250 DNS Exfiltration . 251 E-mail Exfiltration. 255 HTTP Exfiltration. 256 Automating Blind SQL Injection Exploitation. 258 Absinthe . 258 BSQL Hacker . 260 SQLBrute . 263 Sqlninja. 264 Squeeza. 265 Summary. 267 Solutions Fast Track. 267 Frequently Asked Questions. 270 Chapter 6 Exploiting the Operating System. 271 Introduction . 272 Accessing the File System. 273 Reading Files. 273 MySQL. 274 Microsoft SQL Server . 280 Oracle. 289 Writing Files . 291 MySQL. 292 Microsoft SQL Server . 295 Oracle. 300 Executing Operating System Commands. 301 Direct Execution . 301 xiv Contents Oracle. 301 DBMS_SCHEDULER. 302 PL/SQL Native. 302 Other Possibilities. 303 Alter System Set Events. 303 PL/SQL Native 9i. 303 Buffer Overflows. 304 Custom Application Code. 304 MySQL. 304 Microsoft SQL Server . 305 Consolidating Access . 309 Summary. 312 Solutions Fast Track. 312 Frequently Asked Questions. 314 Endnotes. 315 Chapter 7 Advanced Topics . 317 Introduction . 318 Evading Input Filters . 318 Using Case Variation. 319 Using SQL Comments. 319 Using URL Encoding . 320 Using Dynamic Query Execution. 322 Using Null Bytes. 323 Nesting Stripped Expressions . 324 Exploiting Truncation. 324 Bypassing Custom Filters . 326 Using Non-Standard Entry Points. 327 Exploiting Second-Order SQL Injection. 329 Finding Second-Order Vulnerabilities. 332 Using Hybrid Attacks. 335 Leveraging Captured Data. 335 Creating Cross-Site Scripting . 335 Running Operating System Commands on Oracle . 336 Exploiting Authenticated Vulnerabilities. 337 Summary. 338 Solutions Fast Track. 338 Frequently Asked Questions. 340 Contents xv Chapter 8 Code-Level Defenses. 341 Introduction . 342 Using Parameterized Statements. 342 Parameterized Statements in Java. 344 Parameterized Statements in .NET (C#). 345 Parameterized Statements in PHP. 347 Parameterized Statements in PL/SQL. 348 Validating Input. 349 Whitelisting. 349 Blacklisting. 351 Validating Input in Java. 353 Validating Input in .NET. 354 Validating Input in PHP. 354 Encoding Output. 355 Encoding to the Database. 355 Encoding for Oracle . 356 Oracle dbms_assert. 357 Encoding for Microsoft SQL Server. 359 Encoding for MySQL. 360 Canonicalization . 362 Canonicalization Approaches. 363 Working with Unicode . 364 Designing to Avoid the Dangers of SQL Injection. 365 Using Stored Procedures. 366 Using Abstraction Layers. 367 Handling Sensitive Data. 368 Avoiding Obvious Object Names. 369 Setting Up Database Honeypots . 370 Additional Secure Development Resources. 371 Summary. 373 Solutions Fast Track. 373 Frequently Asked Questions. 375 Chapter 9 Platform-Level Defenses. 377 Introduction . 378 Using Runtime Protection. 378 Web Application Firewalls. 379 Using ModSecurity. 380 Configurable Rule Set. 380 Request Coverage. 383 xvi Contents Request Normalization. 383 Response Analysis. 384 Intrusion Detection Capabilities. 385 Intercepting Filters. 386 Web Server Filters. 386 Application Filters. 389 Implementing the Filter Pattern in Scripted Languages . 390 Filtering Web Service Messages. 391 Non-Editable versus Editable Input Protection. 391 URL/Page-Level Strategies. 392 Page Overriding . 392 URL Rewriting . 393 Resource Proxying/Wrapping . 393 Aspect-Oriented Programming (AOP) . 393 Application Intrusion Detection Systems (IDSs). 394 Database Firewall. 394 Securing the Database . 395 Locking Down the Application Data. 395 Use the Least-Privileged Database Login. 395 Revoke PUBLIC Permissions. 396 Use Stored Procedures. 396 Use Strong Cryptography to Protect Stored Sensitive Data . 397 Maintaining an Audit Trail. 398 Oracle Error Triggers. 398 Locking Down the Database Server. 400 Additional Lockdown of System Objects. . . . . . . . . . . . . . . . . . . . . . . . 400 Restrict Ad Hoc Querying. 401 Strengthen Controls Surrounding Authentication . 401 Run in the Context of the Least-Privileged Operating System Account . 401 Ensure That the Database Server Software Is Patched. 402 Additional Deployment Considerations. 403 Minimize Unnecessary Information Leakage. 403 Suppress Error Messages. 403 Use an Empty Default Web Site. 406 Use Dummy Host Names for Reverse DNS Lookups. 406 Use Wildcard SSL Certificates . 407 Limit Discovery via Search Engine Hacking. 407 Disable Web Services Description Language (WSDL) Information. 408 Contents xvii Increase the Verbosity of Web Server Logs . 409 Deploy the Web and Database Servers on Separate Hosts. 409 Configure Network Access Control. 409 Summary. 410 Solutions Fast Track. 410 Frequently Asked Questions. 412 Chapter 10 References. 415 Introduction . 416 Structured Query Language (SQL) Primer. 416 SQL Queries. 416 SELECT Statement. 417 UNION Operator. 417 INSERT Statement. 418 UPDATE Statement. 418 DELETE Statement. 418 DROP Statement . 420 CREATE TABLE Statement . 420 ALTER TABLE Statement. 420 GROUP BY Statement. 421 ORDER BY Clause. 421 Limiting the Result Set . 421 SQL Injection Quick Reference. 422 Identifying the Database Platform. 422 Identifying the Database Platform via Time Delay Inference . 423 Identifying the Database Platform via SQL Dialect Inference. 423 Combining Multiple Rows into a Single Row. 424 Microsoft SQL Server Cheat Sheet. 425 Enumerating Database Configuration Information and Schema. 425 Blind SQL Injection Functions: Microsoft SQL Server . 427 Microsoft SQL Server Privilege Escalation . 427 OPENROWSET Reauthentication Attack. 428 Attacking the Database Server: Microsoft SQL Server. 429 System Command Execution via xp_cmdshell . 429 xp_cmdshell Alternative. 430 Cracking Database Passwords. 430 Microsoft SQL Server 2005 Hashes . 431 File Read/Write. 431 xviii Contents MySQL Cheat Sheet . 431 Enumerating Database Configuration Information and Schema . 431 Blind SQL Injection Functions: MySQL. 432 Attacking the Database Server: MySQL . 433 System Command Execution. 433 Cracking Database Passwords. 434 Attacking the Database Directly. 434 File Read/Write. 434 Oracle Cheat Sheet . 435 Enumerating Database Configuration Information and Schema . 435 Blind SQL Injection Functions: Oracle. 436 Attacking the Database Server: Oracle. 437 Command Execution . 437 Reading Local Files. 437 Reading Local Files (PL/SQL Injection Only) . 438 Writing Local Files (PL/SQL Injection Only). 439 Cracking Database Passwords. 440 Bypassing Input Validation Filters . 440 Quote Filters. 440 HTTP Encoding . 442 Troubleshooting SQL Injection Attacks. 443 SQL Injection on Other Platforms. 446 PostgreSQL Cheat Sheet. 446 Enumerating Database Configuration Information and Schema . 447 Blind SQL Injection Functions: PostgreSQL. 448 Attacking the Database Server: PostgreSQL. 448 System Command Execution. 448 Local File Access. 449 Cracking Database Passwords. 449 DB2 Cheat Sheet. 449 Enumerating Database Configuration Information and Schema . 449 Blind SQL Injection Functions: DB2. 450 Informix Cheat Sheet. 451 Enumerating Database Configuration Information and Schema . 451 Blind SQL Injection Functions: Informix. 452 Contents xix Ingres Cheat Sheet. 452 Enumerating Database Configuration Information and Schema . 452 Blind SQL Injection Functions: Ingres . 453 Microsoft Access. 453 Resources . 453 SQL Injection White Papers. 453 SQL Injection Cheat Sheets. 454 SQL Injection Exploit Tools. 454 Password Cracking Tools. 455 Solutions Fast Track. 456 Index. 459 Download: http://rogunix.com/docs/WebSecurity/SQLi%20Atack%20defense.pdf
  6. Rogunix: http://rogunix.com/docs/
  7. Syngress Zero Day Exploit Countdown to Darkness The realistic portrayals of researching, developing, and ultimately defending the Internet from a malicious "Zero-Day" attack will appeal to every corner of the IT community. Although finctional, the numerous accounts of real events and references to real people will ring true with every member of the security community. This book will also satisfy those not on the "inside" of this community, who are fascinated by the real tactics and motives of criminal, malicous hackers and those who defent the Internet from them. Download: http://library.back2hack.cc/books/Other/Syngress_-_Zero_Day_Exploit_-_Countdown_to_Darkness_%5B%5D_%282004%29_en.pdf
  8. Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals James C Foster - aprilie 2005 Syngress - Editor Descriere The book is logically divided into 5 main categories with each category representing a major skill set required by most security professionals:1. Coding – The ability to program and script is quickly becoming a mainstream requirement for just about everyone in the security industry. This section covers the basics in coding complemented with a slue of programming tips and tricks in C/C++, Java, Perl and NASL. Download: http://www.multiupload.nl/50NRESVUMM Am cautat ceva pana sa o gasesc.
  9. Buffer Overflow Attacks The buffer overflow is the whipping boy of software security. The main reason for omnipresent discussion and hype surrounding the buffer overflow is that the buffer overflow remains the principal method used to exploit software by remotely injecting malicious code into a target. Al- though the techniques of buffer overflow have been widely published else- where, this chapter remains a necessity. The buffer overflow has evolved over the years, as have a number of other attack techniques and, as a result, powerful new buffer overflow attacks have been developed. If nothing else, this chapter will serve as a foundation as you come to grips with the subtle nature of buffer overflows Download: http://library.back2hack.cc/books/Hacking/Syngress_-_Buffer_Overflow_Attacks_-_Detect_Exploit_and_Prevent_%5B%5D_%282000%29_en.pdf
  10. Buffer-Overflow Vulnerabilities and Attacks 1 Memory In the PC architecture there are four basic read-write memory regions in a program: Stack, Data, BSS (Block Started by Symbol), and Heap. The data, BSS, and heap areas are collectively referred to as the ”data segment”. In the tutorial titled “Memory Layout And The Stack” [1], Peter Jay Salzman described memory layout in a great detail. Stack: Stack typically located in the higher parts of memory. It usually ”grows down”: from high address to low address. Stack is used whenever a function call is made. Data Segment – Data area: contains global variables used by the program that are not initialized to zero. For instance the string “hello world” defined by char s[] = "hello world" in C would exist in the data part. – BSS segment: starts at the end of the data segment and contains all global variables that are initialized to zero. For instance a variable declared static int i would be contained in the BSS segment. – Heap area: begins at the end of the BSS segment and grows to larger addresses from there. The Heap area is managed by malloc , realloc , and free . The Heap area is shared by all shared libraries and dynamic load modules in a process Download: http://www.cis.syr.edu/~wedu/Teaching/cis643/LectureNotes_New/Buffer_Overflow.pdf
  11. Blended Attacks Exploits, Vulnerabilities and Buffer-Overflow Techniques in Computer Viruse By Eric Chien and Péter Ször Symantec Security Response Contents Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3 Definition of a Blended Attack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4 T ypes of Vulnerability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5 Buffer Overflows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5 Second Generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7 Third Generation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .11 URL Encoding and Canonicalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .16 MIME Header Parsing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17 Applications Rights Verification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19 System Modification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19 Network Enumeration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19 Current and Previous Threats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .20 Buffer Overflow Details . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .23 Exception Frame Vulnerability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .24 Buffer Overflow Usage in Computer Viruses . . . . . . . . . . . . . . . . . . . . . . . . . . .25 Current Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .29 Combating Blended Threats in the Future . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .31 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .32 Appendix A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .32 Appendix B . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .35 About the Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .36 Download: http://www.symantec.com/avcenter/reference/blended.attacks.pdf
  12. Buffer Overflows: Attacks and Defenses for the Vulnerability of the Decade rispin Cowan, Perry Wagle, Calton Pu,Steve Beattie, and Jonathan Walpole Department of Computer Science and Engineering Oregon Graduate Institute of Science & Technology (crispin@cse.ogi.edu) http://www.cse.ogi.edu/DISC/projects/immunix — 1 — Abstract Buffer overflows have been the most common form of security vulnerability for the last ten years. More over, buffer overflow vulnerabilities dominate the area of remote network penetra- tion vulnerabilities, where an anonymous Inter- net user seeks to gain partial or total control of a host. If buffer overflow vulnerabilities could be effectively eliminated, a very large portion of the most serious security threats would also be eliminated. In this paper, we survey the various types of buffer overflow vulnerabilities and attacks, and survey the various defensive mea- sures that mitigate buffer overflow vulnerabili- ties, including our own StackGuard method. We then consider which combinations of techniques can eliminate the problem of buffer overflow vulnerabilities, while preserving the functional- ity and performance of existing systems Download: http://css.csail.mit.edu/6.858/2011/readings/buffer-overflows.pdf
  13. Moderatorii au si ei viata lor, nu stau sa vada toate posturile. In schimb, voi aveti buton de Report, pe care aparent nu stiti sa il folositi.
  14. [h=1]Nokia Lumia Design Competition - concurs cu premii de 3000 de euro[/h]de Redactia Hit | 17 iulie 2013 Nokia ii provoaca pe cei mai inspirati dintre tinerii pasionati de design si ilustratie sa descopere noul smartphone Lumia 520, in cadrul unei competitii care le pune imaginatia in miscare: Nokia Lumia Design Competition. Pentru a demonstra ca este cel mai distractiv smartphone, spatele detasabil al telefonului va deveni un canvas pe care participantii il pot personaliza fara nicio restrictie. "Acestia trebuie sa-i ofere telefonului o nota personala, printr-o creatie unica si originala, care sa fie, in acelasi timp, un manifest personal creativ si amuzant. Nicio idee nu e prea indrazneata atat timp cat demonstreaza ca pana si o suprafata de dimensiuni mici, cum este cea a carcasei unui smartphone, poate fi transformata in cel mai cool suport de exprimare artistica", se arata in anuntul Nokia. Competitia se desfasoara pe platforma de creatie The Creator. Pe masura ce lucrarile vor fi inscrise, acestea vor putea fi votate de catre cele doua jurii. Intre 17 iulie si 16 septembrie, lucrarile vor fi evaluate de catre un juriu de profesionisti (format din reprezentanti Nokia, IQads si personalitati din domeniul designului, al publicitatii si al marketingului), dar si de catre publicul larg, prin intermediul paginii de competitie. La finalul competitiei, vor fi acordate 3 premii, in valoare totala de 3.000 de euro. Castigatorul premiului I va fi recompensat cu 1.500 de euro, cel de pe locul II va primi 1.000 de euro si cel de pe locul III – 500 de euro. De asemenea, castigatorii vor primi cate un smartphone Nokia Lumia 520, cu designul realizat de ei. Sursa: IQads Sursa: Nokia Lumia Design Competition - concurs cu premii de 3000 de euro | Hit.ro
  15. Nytro

    Fun stuff

    Timesnewroman.ro - Cotidian independent de umor voluntar - Temu?ii hackeri români se plâng c? serverele NASA nu con?in nici manele, nici toren?i
  16. // Removed http://www.zf.ro/business-hi-tech/naspers-a-cumparat-70-din-emag-sebastian-ghita-a-iesit-din-actionariat-9910486
  17. Problemele la adresa moderatorilor mi le adresati prin PM.
  18. [h=1]Interviu HotNews.ro: Sebastian Ghita, deputat PSD -Vom depune o initiativa legislativa care sa permita interceptarea cartelelor telefonice pre-platite. Serviciile secrete trebuie sa dispuna de instrumente de tipul PRISM pentru supravegherea internetului in cazul terorismului si al infractiunilor economice[/h] de Robert Mihailescu HotNews.ro Miercuri, 17 iulie 2013, 10:56 Actualitate | Esen?ial Deputatul PSD Sebastian Ghita vrea sa depuna o initiativa legislativa care sa permita posibilitatea interceptarii cartelelor telefonice pre-platite de catre serviciile secrete. Concret, atunci cand o persoana va cumpara o astfel de cartela, va trebuie sa prezinte codul numeric personal si, daca ulterior un judecator va decide interceptarea numarului telefonic asociat acestei cartele, serviciile secrete vor avea posibilitatea de a identifica detinatorul acestei cartele. Deputatul PSD, membru in Comisia comuna permanenta a Camerei Deputatilor si Senatului pentru exercitarea controlului parlamentar asupra activitatii SRI, dar si cel care controleaza postul de televiziune Romania TV, se pronunta pentru implementarea unui program PRISM in Romania, care sa permita supravegherea comunicatiilor pe internet, in cazul suspiciunilor de terorism sau infractiuni economice grave, argumentand in fata criticilor ca de multe ori se invoca protejarea viatii private "dar se doreste a se apara libertatea la infractiune". Sebastian Ghita isi argumenteaza demersul prin faptul ca aceasta zona, a cartelelor pre-platite, a ramas "neacoperita total" si este folosita pentru infractiuni economice. In plus, exista riscul de utilizare a acestor cartele in activitati legate de terorism. Iata mai jos declaratii facute de Sebastian Ghita, intr-un interviu acordat marti HotNews.ro, in care vorbeste despre cyber-securitate, interceptarea cartelelor pre-platite, posibilitatea ca serviciile secrete sa infiinteze firme sub acoperire, achizitii publice sau despre relatia personala cu premierul Victor Ponta. Sebastian Ghita: Exista o discutie si la nivelul Comisiei SRI, acum, si a parlamentarilor impreuna cu guvernul care vizeaza modul in care aceasta zona, ramasa neacoperita total, suntem in imposibilitatea de a avea un mod gestionat prin lege in care sa ne raportam la cartelele pre-platite, repet, exista aceasta preocupare, sa gasim o solutie. Vrem sa gasim o solutie cu privire la modul de gestionare a cartelelor pre-platite. Nu ma refer neaparat la cartelele pre-platite care au fost cumparate pana acum, care isi pierd din valabilitate, nu mai sunt folosite si incet-incet ies din uz, dar trebuie sa generam un cadru legal prin care, in conditiile in care aceste cartele pre-platite din Romania pot fi folosite la infractiuni, ele sa poata fi luate in evidenta si sa aiba acelasi regim ca telefoanele obisnuite. De ce? Am vazut toti ce s-a intamplat la Iasi, multe din cazurile ca cel din Bulgaria, de infractiuni, si ma refer si la terorism, la infractiuni economice, au, din pacate, cartelele pre-platite ca instrument de a te ascunde de autoritati. Sunt cartele pre-platite care permit traficul de date, sunt cartele pre-platite care nu permit identificarea utilizatorului. Concret, omul cand isi cumpara o cartela (...) va trebui sa prezinte dovada cu CNP, nume, prenume si adresa. Aceste date vor fi centralizate de o autoritate si, in cazul unei cereri de ascultare, operatorul trebuie sa fie capabil sa puna la dispozitie CNP-ul, numele si prenumele persoanei care a folosit o anumita cartela. Nu este o initiativa personala, fie vom gasi o forma prin care sa convingem guvernul sa vina cu o astfel de initiativa, fie o sa depunem mai multi (parlamentari) in Parlament, ma chinui sa conving niste colegi acum si am si avut niste discutii cu cativa, in toamna vom incepe demersurile pentru chestiunea aceasta. Reporter: A existat o cerere de afara Romaniei pentru acest demers? S.G. De foarte multe ori folosim chestiunea aceasta cu cereri din afara ca sa facem noi ceva. Realitatea e ca eu nu vreau sa imi vad copiii rapiti pe strada si nici nu vreau sa imi vad sarind vreo bomba intr-un hotel si nici nu cred ca in numele libertatilor cetatenesti trebuie sa ne permitem luxul de a fi nesiguri, de a ne lasa expusi. E o mare gaura in chestiunea asta pentru siguranta noastra a tuturor. Nu cred ca mai trebuie sa vina de afara cineva sa ne spuna ce avem de facut. Am avut intalniri cu comisiile altor state care se ocupa de legiferare si i-am intrebat, am citit rapoarte, modul in care se legifereaza in alte tari. Tehnologia avanseaza foarte tare si pana la urma la asta ne-am angajat in societate, nu ne-am facut deputati ca sa vrem insigne si sa ne plimbam pe acolo, prin Parlament, prin cladirea lui Nea Nicu. Am discutat aceasta initiativa si in PSD, exista o reticenta, o frica de a te expune public ca politician cu o astfel de initiativa, dar sa fii politician nu inseamna sa fugi de raspundere ca sa nu ti se poata reprosa nimic, la sfarsit trebuie sa le spui oamenilor, am facut asta, mi-am asumat asta, in asta cred, si eu cred ca prin experienta capatata in industria IT, in apropiere de lumea informaticii, lumea comunicatiilor, cyberworld sau societatea informationala pot sa imi asum rolul de a fi membru al unei echipe care impinge astfel de lucruri. Legislatia noastra e veche, tehnologia a avansat foarte mult, eu am 34 de ani si in curand doi copii, acum am doar unul. Ma gandesc cu groaza ca se poate intampla ceva rau. Nu stiu cum vom reactiona toti. Daca acum nu facem ce trebuie, atunci ne vom da toti pumni. Noi, ca politicieni, in loc sa iesim public si sa explicam ca de fapt nu vrem sa va inregistram, sa va ascultam de nebuni, degeaba, oricand, ci doar in cazul in care se constata ca in anumite infractiuni gen terorism, zonele evaziunii fiscale groaznice, a crimei organizate, se folosesc astfel de metode de a te ascunde de autoritati, atunci operatorul sa poata sa spune la mine Popescu a cumparat cartela. In ceea ce priveste politica pe cyber-securitate, lucrurile vor capata amploare si va deveni mai importanta discutia despre ce informatii luam din spatiul oarecum public, respectiv Facebook, Google, alte date luate de pe alte site-uri, social media, despre cetatenii din Romania si cei din afara care vizeaza Romania, decat despre ce se intampla cu cartelele sau cu telefoanele sau cu ascultarile. Sa stiti ca astazi informatia aflata pe net este de multe ori mult mai valoroasa decat o convorbire telefonica. Cercul relational, prieteniile, tipul de mesaje, poti mult mai repede sa-ti dai seama de pornirile idioate, de terorism, de atentator, de om nebun ale unui individ de pe Facebook sau din felul in care se exprima pe bloguri, cum pune comentarii la articole din ziare, decat dintr-o convorbire pe care o are cu prietena. Si atunci, cred ca s-au facut eforturi si Romania va trebui sa faca eforturi uriase acum, sa faca rapid pasul spre update-ul tehnologic pentru a putea foarte repede sa prinda astfel de informatii si sa le si utilizeze. O informatie, degeaba o prinzi, daca nu o poti si utiliza. Reporter: Inteleg ca ati putea avea in vedere un program PRISM pentru Romania? S.G.: Da, cred foarte tare ca serviciile romanesti ar trebui, fie in relatie cu ceilalti parteneri de afara, fie ele direct, sa isi construiasca astfel de instrumente. Daca nu si-au si construit. Oricum, un mandat de la un judecator, pentru ca fara un mandat de la un judecator nu se poate vorbi de nimic, contine astazi posibilitatea ca un cetatean sa aiba interceptate toate mijloacele de comunicatie electronice, aici referindu-ne si la ceea ce a facut in trecut, pe retele de socializare, pe internet, si credeti-ma log-urile, history-urile, iti arata totul, ce face acum si ce face pe perioada mandatului. De urgenta trebuie sa se gandeasca si trebuie sa le alocam resurse financiare astfel incat (serviciile secrete n.r.) sa fie capabile sa culeaga aceste informatii. Degeaba ne vom certa cu ei la televizor si ii vom acuza daca azi nu le dam resurse si nu-i ajutam, pana la urma e tara noastra, e viata noastra, daca nu ne hotaram sa plecam de aici si sa stam in Germania si sa credem ca ne apara serviciile de acolo si ca societatea de acolo e mai organizata, atunci trebui sa o organizam pe cea de aici. Repede. Oamenii mai in varsta, conducatorii mai in varsta, politicienii mai in varsta uneori nu inteleg deloc despre ce e vorba si alteori inteleg asa in mare, inteleg ca e ceva complicat... Reporter: In afara au aparut reactii foarte critice la astfel de initiative. S.G. De la pseudogrijulii fata de societate. In cine sa am mai multa incredere? Intr-unul de la servicii, care, vezi Doamne, ar abuza de informatia asta, sau intr-un nebun care vrea sa arunce cu o bomba pe care a gasit-o el pe la el prin sat un campus universitar in aer? Va zic eu de acum, o sa avem mai multa incredere in cei de la servicii, asta e realitatea pe tot globul si trebuie sa ne obisnuim cu ea. Reporter:Se va redeschide dezbaterea legata de statul politienesc care se construieste in Romania, acuzat de membrii unor partide? S.G. Nu am observat o preocupare mai mare intr-un partid sau altul, in toate partidele sunt acest preocupari si vizeaza in general componenta care, vezi Doamne serviciile, intra in zona de coruptie sau in zona de infractionalitate economica. Trebuie sa se obisnuiasca si cei din partide ca organizatiile lor nu sunt o adunatura a escrocilor si a coruptilor de pretutindeni ci trebuie sa-si puna munca in slujba societatii.. Reporter: Si in ceea ce priveste acuzatiile de intruziune in viata privata? S.G.: Discursul se suprapune si e pervers de multe ori. Se foloseste viata intima dar se doreste a se apara libertatea la infractiune. Viata intima, da, trebuie protejata, capacitatea de a face rau societatii nu trebuie protejata si nu cred ca se va gasi un politician sa faca rele contra libertatilor omului dar nici nu cred ca mai trebuie sa stam cu mainile in san sa toleram atatea rele in numele libertatii si drepturilor omului. Maine veti vedea ca retelele de prostitutie se muta din discoteca din Mizil pe Facebook, de fapt s-au mutat deja, stiti bine. Romancele de 15 ani o sa fie racolate de pe Facebook si proxenetii nu vor mai sta in Romania, vor sta in Palma de Mallorca, si trebuie sa fim in stare sa blocam lucrul asta, altfel o sa fim carne de tun. In Romania, astazi, cel mai mare bun pe care il avem e siguranta noastra. Nooua nu ni se rapesc copiii, nu ni se impusca politicieni sau oameni de afaceri ca in Bulgaria, nu te santajeaza la colt de strada cine stie ce gainari, nu se intampla nimic din toate astea. Reporter: Sunteti membru Comisia comuna permanenta a Camerei Deputatilor si Senatului pentru exercitarea controlului parlamentar asupra activitatii SRI. Legile securitatii nationale vor fi aprobate inainte sau dupa modificarea Constitutiei? S.G. Au existat discutii in comisii cu privire la discutarea rapoartelor - in cazul nostru, ale SRI, si au existat discutii cu privire la elaborarea unui nou pachet legislativ. Astazi (n.r. marti) asteptam o opinie a presedintelui Comisiei, dl Georgian Pop, care sa ne aduca mai multe informatii vizavi de raportarea la noua constitutie. Facem legile sigurantei in conditiile vechii constitutii, cu CSAT, cu un anumit tip de organizare, sau le facem definind beneficiarii si nevoile informationale? Sunt multe voci care spun ca daca tot facem un lucru, sa-l facem ca lumea. Nu am facut pe vechea constitutie legile sigurantei nationale si le facem acum cu un an inainte de a face noua constitutie? Si eu tind sa cred ca mai bine masuram de zece ori si sa facem o data ceva decat sa facem in fiecare an noi legi ale sigurantei, care sunt foarte importante. Reporter: Acecste legi vor include si posibilitatea ca servciile secrete sa infiinteze firme sub acoperire? S.G. M-am uitat asa, amuzat, la dezbaterea publica cu firmele infiintate sub acoperire, din ce cunosc eu cadrul legislativ, si l-am studiat bine, nu exista posibilitatea serviciilor de informatii din Romania sa infiinteze firme sub acoperire. Nu exista aceasta notiune in lege, nici nu cred ca pot prezenta Parlamentului cereri de astfel de resurse, ar fi o distorsionare majora a pietei si nu as incuraja infintarea de catre serviciile de informatii a unor firme sub acoperire. Cred ca sunt 'n'mijloace pentru a se actiona in afara tarii si in tara pentru a se aduna informatii si nu cred ca notiunea de firma sub acoperire are sens, nu cred ca poate exista intr-o societate democratica si intr-o societate care are definit conceptul de economie de piata. Nu au ce sa caute serviciile in infiintarea unor societati sub acoperire. Reporter: Daca tot vorbim de initiative legislative, aveti in vedere si modificarea legii care a majorat pragul pentru achizitiile publice? Am lucrat destul de mult, fac 17 ani de munca in aceasta chestie, achizitii publice, bugetele statului, si consider ca o flexibilizare si o crestere a pragurilor de la care se pot face achizitii directe este utila. Cu toate astea, legea prevede foarte clar felul in care se poate face acest lucru, tot trebuie sa ai trei oferte din piata. Sigur ca multi am putea suspecta ca ele se aranjeaza, ca cerem trei oferte cui credem noi si castiga cine trebuie. Dar lucrul asta este o infractiune. Curtea de Conturi, directiile fiscale, alte autoritati ale statului pot prinde oricand un primar care masluieste la 30.000 de euro o achizitie publica. Trebuie sa le dam si primarilor, directorilor de companii, prezumtia de buna credinta, trebuie sa-i si - nu sensibilizam, si nici motivam, dar sa-i responsabilizam. Noi ti-am dat 100.000 de euro pe mana sa zugravesti, varuiesti, sa angajezi un constructor, tu ai grija sa o faci bine, pentru ca vine milita. Reporter: Premierul Ponta parea nemultumit de modificarile operate in Parlament. S.G. Cred ca nu acolo a fost nemultumirea, vizavi de pragurile acestea, ci nemultumire a fost la faptul ca acele companii, Romgaz, Transgaz, Electrica, care inca au capital majoritar de stat, ar putea sa se sustraga legii achizitiilor publice. Din cum il stiu eu pe domnul prim ministru Ponta, nu va permite asa ceva. Toate companiile vor aplica OUG 34. Reporter: Si pentru ca am amintit de premierul Ponta, o parte a presei a speculat rececnt ca exista o 'racire' a relatiilor. S.G. Nu am vazut (relatarile din presa, n.r.), relatiile sunt acelasi, evident, primul ministru Ponta nu mai are timpul, rabdarea si posibiltiatea sa se raporteze la vechile relatii la fel cum se raporta pana acum. Asa ca in mod evident are alte responsabilitati in societate, si eu m-as bucura sa-si vada de ele, nu sa stea toata ziua la bere cu prietenii sau la distractii, Asa ca mi-as dori foarte mult sa reuseasca tot ce si-a propus. Si ecihpa lui, din care fac si eu parte, eu mi-as dori sa reuseasca cat mai multe, nu m-ar deranja absolut deloc o racire a relatiilor, sper ca timpul pe care nu-l mai aloca prietenilor si familiei si distractiei sa-l aloce cat mai bine treburilor guvernamentale. Cel putin chestiunea vizitelor externe si relatiilor externe si dezghetarea lor suntem toti mandri si incantati, nu credeam vreodata ca in sase luni de zile dl prim ministru va putea sa alerge atat de tare si de mult si sa si obtina atatea vizite importante la nivel inalt. Sursa: Interviu HotNews.ro: Sebastian Ghita, deputat PSD -Vom depune o initiativa legislativa care sa permita interceptarea cartelelor telefonice pre-platite. Serviciile secrete trebuie sa dispuna de instrumente de tipul PRISM pentru supravegherea internetu MUIE! Si uite ca asa poate ma apuc si eu de un proiect, o idee mai veche...
  19. US orders release of justification for spying Court tells government to publish legal basis for Prism programme's warrantless monitoring of millions of communications Last Modified: 17 Jul 2013 01:35 [TABLE=width: 100%] [TR] [TD=class: DetailedSummary]A US court has ordered the Obama administration to declassify a 2008 court decision justifying the Prism spying programme revealed last month by whistleblower Edward Snowden. The ruling, issued earlier this week, will show how the state has legally justified its covert data collection programmes under the Foreign Intelligence Surveillance Act. Judge Reggie Walton of the Foreign Intelligence Surveillance Court issued the ruling to declassify the decision. The government is expected to decide by August 26 which parts of the 2008 decision may be published. The scope and scale of Prism, which collects millions of private foreign communications with American citizens, was leaked to the media last month by Snowden. Its operation is overseen by the FIS Court and its appeals body, the FIS Court of Review. The ruling to declassify comes after a challenge by the internet firm, Yahoo, on the constitutionality of the programme. It and a number of internet firms including Facebook, Google, AOL and Microsoft, were compelled to provide information to the National Security Agency (NSA), which runs Prism. A statement from Yahoo on Tuesday said that it was "very pleased" with the court's ruling. "Once those documents are made public, we believe they will contribute constructively to the ongoing public discussion around online privacy," Yahoo said. NSA sued Meanwhile, 19 organisations represented by the Electronic Frontier Foundation (EFF) has filed a suit against the NSA for violating their right of association by illegally collecting their call records. The coalition includes Unitarian church group, gun ownership advocates, and a broad coalition of membership and political advocacy groups. "The First Amendment protects the freedom to associate and express political views as a group, but the NSA's mass, untargeted collection of Americans' phone records violates that right by giving the government a dramatically detailed picture into our associational ties," Cindy Cohn, the legal director for the EFF, said. "Who we call, how often we call them, and how long we speak shows the government what groups we belong to or associate with, which political issues concern us, and our religious affiliation. "Exposing this information – especially in a massive, untargeted way over a long period of time – violates the Constitution and the basic First Amendment tests that have been in place for over 50 years." Data requests Meanwhile a number of major US Internet companies, including Microsoft, Google and Facebook have asked the government for permission to disclose the number of national security-related user data requests they receive. Also on Tuesday, Microsoft published an lengthy letter to US Attorney General Eric Holder asking for greater freedom to publicly discuss how it turns over user information to the government. The letter was a response to a The Guardian newspaper report that said Microsoft had given authorities the ability to circumvent encryption of Outlook emails and to capture Skype online chats. The company says that report is inaccurate. [/TD] [/TR] [TR] [TD=class: Tmp_hSpace10][/TD] [/TR] [TR=class: SourceBarTitle] [TD] Source: Agencies [/TD] [/TR] [/TABLE] Sursa: US orders release of justification for spying - Americas - Al Jazeera English
  20. Samsung Galaxy S3/S4 SMS Spoofing Authored by Z.X. The Samsung Galaxy S3 and S4 phones come with a pre-loaded application that allows for spoofing and creation of arbitrary SMS content. Hi list, I would like to inform you that the details of the vulnerability in built-in system app of Samsung Galaxy S3/S4 (assigned as CVE-2013-4763 and CVE-2013-4764) are now disclosed to public. In Samsung Galaxy S3/S4, a pre-loaded app, i.e., sCloudBackupProvider.apk, is used to provide backup functionality for the users, and it unintentially exposes several unprotected components. By exploiting these unprotected components, an unprivileged app can trigger a so-called “restore” operation to write SMS messages back to the standard SMS database file (mmssms.db) used by the system messaging app, i.e., SecMms.apk. As a result, a smishing attack can effectively create and inject arbitrary (fake) SMS text messages. Similarly, fake MMS messages and call logs are also possible. This vulnerability has been disclosed in CVE-2013-4763. Also, these components can be sequentially triggered in a specific order to create arbitrary SMS content, inject to system-wide SMS database, and then trigger the built-in SMS-sending behavior (to arbitrary destination). This vulnerability has been disclosed in CVE-2013-4764. QIHU Inc. discovered these vulnerability and informed Samsung Corp. in June 10, 2013. Samsung confirmed the vulerability and is now preparing an OTA update. As a temporary workaround, disable the sCloudBackupProvider.apk app would help block known attack vectors. Details of CVE-2013-4763 and CVE-2013-4764 can be also found in QIHU Inc.'s official site: http://shouji.360.cn/securityReportlist/CVE-2013-4763.html http://shouji.360.cn/securityReportlist/CVE-2013-4764.html Regards, Z.X. from QIHU Inc. Sursa: Samsung Galaxy S3/S4 SMS Spoofing ? Packet Storm
  21. Selinux For Dummies Description: SELinux For Dummies - LinuxFest Northwest 2013 Presentation by Gary Smith, Information System Security Officer, Molecular Science Computing, Pacific Northwest National Laboratory, Richland, WA. In the beginning, the Unix file system's Discretionary Access Control (DAC) security model was simple and elegant. For decades, it was good enough for most situations but as as increasing security demands were put on DAC, it began to run out of steam. Security Enhanced Linux (SELinux) was created by the National Security Agency (NSA) to be the most mature and complete response to the need for more secure Linux systems. Even though many distributions come with SELinux enabled by default, many system administrators disable SELinux out of fear their applications won't run. This is no longer acceptable. Today everything from cell phones to super computers need high quality security. Imagine being able to sandbox applications such as your web browser, email client, or even a virtual machine. The traditional Linux security make this difficult or next to impossible. SELinux, however, makes this fine grain security available to everyone. When it first arrived, SELinux seemed harder to learn and more mysterious than Quantum Mechanics. As a result, system administrators feared it. It's time to lay fear aside. SELinux for Dummies will show you what SELinux is, why it's a great addition to the security arsenal, and how to maintain and troubleshoot it. For More Information Please Visit : - linuxfestnorthwest.org Sursa: Selinux For Dummies
  22. The Linux Audit Framework Description: The Linux Audit Framework - LinuxFest Northwest 2013 Presentation by Gary Smith, Information System Security Officer, Molecular Science Computing, EMSL, Pacific Northwest National Laboratory, Richland, WA. The Linux audit framework as shipped with many Linux distributions system provides a framework that reliably collects information about any security-relevant events. The audit records can be examined to determine whether any violation of the security policies has been committed, and by whom. Linux audit helps make your system more secure by providing you with a means to analyze what is happening on your system in great detail. It does not, however, provide additional security itself—it does not protect your system from code malfunctions or any kind of exploits. Instead, Audit is useful for tracking these issues and helps you take additional security measures to prevent them. This session provides a basic understanding of how audit works, how it can be set up, and how to use various utilities to display, query and archive the audit trail and how Linux Audit can be part of any overall Defense in Depth strategy. Sursa: The Linux Audit Framework
  23. Da, merge pe ideea "e jucaria mea si fac ce vreau cu ea", e comunist... Chiar imi place omu asta!
  24. Bun, se muta la gunoi si se astepta un raspuns de la autor, inainte de a primi ban pentru deficit grav de neuroni.
×
×
  • Create New...