Giter Site home page Giter Site logo

justfalter / cif-v1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from csirtgadgets/cif-v1

0.0 0.0 0.0 19.49 MB

This fork is a work in progress, and diverges from the original CIF v1 codebase. The goals of this fork are to improve speed, scalability, functionality, and ease of installation.

License: GNU Lesser General Public License v3.0

Perl 1.35% PHP 98.12% ASP 0.53%

cif-v1's People

Contributors

giovino avatar justfalter avatar kevinbenton avatar sei-akreffett avatar wesyoung avatar

Watchers

 avatar  avatar

cif-v1's Issues

Explicit address types

The type of address contained within an event should be explicit. Currently, the 'address' field is ambiguous, as it can be a domain name, URL, email address, or IPv4 address. By explicitly defining the type of address, we'll be able to route events toward systems that can perform further processing (name resolution, AS identification, etc).

Move toward explicit query types

Presently, the system guesses whether the query is for an IPv4 Address, ASN, domain, etc. For example, if I search for 'yahoo.com', CIF identifies that it is a domain name, rather than a URL. A search for 1234 is interpreted as a search for an AS number.

The guesswork prohibits us from providing more advanced queries, since any new implementation might conflict with an existing query handler. The existing implementation style would make wildcard searches for 'yahoo.com*' ambigious. Is it a domain, or is it a URL?

I want to get rid of the guesswork being performed in CIF::Client::Query, and replace it with explicit query types. (ie: I should be able to specify that I want to search for the FQDN 'yahoo.com'.)

ParseCSV doesn't parse drop quotes

malwaredomainlist has quoted strings:
'"2011/02/14_19:35","-","91.213.29.45/~samui/jhgth/fgdsfdty/panos.php","-","zeus v2 drop zone","-","51786"

ParseCSV doesn't take care of the quotes.

I thought I was so smart by making ParseCSV a subclass of ParseDelim.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.