Codebase list osrframework / 5315caf osrframework / transforms / lib / constants.py
5315caf

Tree @5315caf (Download .tar.gz)

constants.py @5315cafraw · history · blame

# !/usr/bin/python
# -*- coding: cp1252 -*-
#
##################################################################################
#
#    Copyright 2015 FĂ©lix Brezo and Yaiza Rubio (i3visio, [email protected])
#
#    This program is part of OSRFramework. You can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
##################################################################################

I3VISIO_FIELDS = [
    "i3visio.alias", 
    "i3visio.bitcoin.address", 
    "i3visio.breach",    
    "i3visio.dni",         
    "i3visio.document",     
    "i3visio.dogecoin.address", 
    "i3visio.domain",         
    "i3visio.email",     
    "i3visio.file",             
    "i3visio.fullname",                 
    "i3visio.hash",  
    "i3visio.litecoin.address",                   
    "i3visio.location", 
    "i3visio.location.address",                 
    "i3visio.location.city", 
    "i3visio.location.country",                 
    "i3visio.location.postalcode",                 
    "i3visio.location.province",         
    "i3visio.md5",
    "i3visio.name",                 
    "i3visio.object",                 
    "i3visio.namecoin.address", 
    "i3visio.peercoin.address", 
    "i3visio.phone", 
    "i3visio.phone.home", 
    "i3visio.phone.mobile", 
    "i3visio.phone.office",     
    "i3visio.platform",    
    "i3visio.port",     
    "i3visio.profile",
    "i3visio.protocol",          
    "i3visio.sha1",
    "i3visio.sha256",    
    "i3visio.surname1",              
    "i3visio.surname2",    
    "i3visio.tag",     
    "i3visio.text",     
    "i3visio.tld",             
    "i3visio.uri",     
    ]