scaramanga.co.uk Report : Visit Site


  • Ranking Alexa Global: # 9,510,060

    Server:Apache...

    The main IP address: 109.107.38.8,Your server United Kingdom,Leeds ISP:Brightbox Systems Ltd  TLD:uk CountryCode:GB

    The description :this is the web page for gianni tedesco <gianni at scaramanga dot co dot uk>. by accessing this website, you are agreeing to the terms of the secret agreement. refusing these terms indicates acc...

    This report updates in 13-Jun-2018

Technical data of the scaramanga.co.uk


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host scaramanga.co.uk. Currently, hosted in United Kingdom and its service provider is Brightbox Systems Ltd .

Latitude: 51.246768951416
Longitude: 0.60681998729706
Country: United Kingdom (GB)
City: Leeds
Region: England
ISP: Brightbox Systems Ltd

the related websites

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called Apache containing the details of what the browser wants and will accept back from the web server.

Content-Length:6263
Content-Encoding:gzip
Accept-Ranges:bytes
Vary:Accept-Encoding
Keep-Alive:timeout=5, max=100
Server:Apache
Last-Modified:Mon, 09 Apr 2018 07:04:53 GMT
Connection:Keep-Alive
ETag:"b7161-36b6-5696505ca6da1"
Date:Wed, 13 Jun 2018 15:43:48 GMT
Content-Type:text/html

DNS

soa:b.ns.trantor.org.uk. hostmaster.scaramanga.co.uk. 1453074969 16384 2048 1048576 2560
ns:c.ns.trantor.org.uk.
b.ns.trantor.org.uk.
ipv4:IP:109.107.38.8
ASN:51059
OWNER:BRIGHTBOX-AS, GB
Country:GB
mx:MX preference = 10, mail exchanger = mycogen.trantor.org.uk.

HtmlToText

this is the web page for gianni tedesco <gianni at scaramanga dot co dot uk>. by accessing this website, you are agreeing to the terms of the secret agreement. refusing these terms indicates acceptance of terms. these days i am doing commercially motivated work in the siem space. in my spare time i'm working on a high-speed network ids in which snort rules are compiled to decision trees and then to x86-64 machine code and also a small rdbms for olap-style workloads which makes use of efficient indexes and jit-compilation of queries. before that i spent a brief time working on high-frequency trading of derivatives. whenever i get a moment, i've been looking at real-time order-flow reconstruction from direct-market-access taq price feeds. this is sort of the opposite of what matching engines do. we see new trades and quotes, and we use this to infer the sequence of operations happening on the customer-side. doing this is basically data-cleaning for developing short-term predictions of the possibility of taking the spread - which is a way of managing risk for automated market makers. before that minor diversion i was a bromide after a stint as a xen hacker. and before that i was mostly working on smartcard and rfid related projects and getting pretty interested about the application of temporal logics to real-time intrusion alert correlation . there are a few projects on my github page that are not covered on this site. i'm also working on some korean language resources for intermediate learners of the language. intrusion detection the snatch network intrusion detection system - a fast network ids. it features a decision-tree based rule optimiser and compiles rules in to x86-64 machine code. intel's hyperscan is used for string matching. more info will be forthcoming when i find a bit more time to write about it. firestorm network intrusion detection system - a high performance modular network intrusion detection system. this project has been inactive for a while since my attentions have been focussed on snatch. nads-0.3.tar.gz - n.a.d.s. (normalized attack detection system) is an http normalization library and squid acl helper. atg - a real-time intrusion alert correlator based on encoding the prerequisites and consequences of intrusion alerts in to an attack-type graph. it can also infer the existence of missing alerts. -- data structures and algorithms skunk db - a write-once query-many database system. consists of a query-planner and indexes for append-only record-structured files. roaring bitmaps. an implementation. coming soon. robin-hood hashing. an implementation. coming soon. hyper-log-logs. some interesting uses. coming soon. operating systems scaraos - 32bit multiboot os kernel with virtual memory for ia32 (pc/at). pci host proxy support for qemu - the worlds sexiest pc emulator can now use real pci devices inside the virtual machine (while also logging data sent back and forth across the virtual pci bus). usb support for qemu - i wrote the initial code for usb ohci emulation in qemu smartcards ccid utils - a usb ccid (smartcard device) driver and interactive shell. includes a graphical interface for credit/debit cards based on the emv specification and a basic gsm sim card utility. acgtools - a driver and set of tools for the acg hf multiiso rfid reader. autober - a language for generating ber decoders. it's different from an asn.1 compiler in that it's much simpler and it only deals with ber encoded messages. it is intended for smartcard and rfid applications where much of the data stored on these devices is, in-fact, ber encoded tlv data. the language is designed to be very similar to the template definitions found in the specifications for smartcard and rfid applications. games ircnukes - an irc based nuclear war game tbot - an extremely unfair tetrinet bot which will anihilate any competitor in a (configurably) short span of time. trash-talk is included :) kapital - an online monopoly-playing bot implemeted in python and using numpy. it used some numerical methods, like eigenvector centrality, to determine steady-state probabilities for landing on any given square while playing monopoly. the idea is that it would use these, along with some basic rules, to play the game. the probabilities could be used to calculate expected takings and payouts which can be used to inform the decision of whether to remain in jail (rij) or leave jail (lj) and also whether a trade is worth taking or not. i've had a brief, and lucky, career as a blackjack player. i've written some code to calculate optimal strategies and to simulate various card-counting strategies. and also some tools to aid in memorisation of such strategies, although they'd be better-off employing targetted spaced-repeition. they do however contain some interesting representations of the blackjack state-space and basic statistical concepts. i'll post them here eventually. reverse engineering i began a project reverse-engineering the pokerstars protocol. a number of technical challenged had to be overcome to do this. firstly the protocol is ssl encrypted. i worked around this by using a debugger and a hex editor to patch the binary so that the certificate was not checked. i then developed an ssl man-in-the middle proxy and used network address translation to force the pokerstars client to connect to that rather than directly to the official servers. at this point i was able to observe the traffic going back and forth between the client and server. however after an initial exchange of messages, all communications were compressed. by examining strings in the binary i guessed that the lzhl algorithm was being used for this. a further search within the binary for lzhl lookup tables confirmed this. however i was never able to get my decompressor to work fully. some of the data is decompressed fine but for some reason there are "holes" in the output consisting of all zero bytes. perhaps some brave soul can figure this out and apply it to the latest version of pokerstars. this code is some 5 years old. i have some example log files: pokerstars0.txt pokerstars1.txt pokerstars2.txt pokerstars3.txt intrusig.c - parses intrushield signatures out of some binary file retrieved from the appliances disk image. unfortunately this code is so old (intrushield is now mcafee secure something-or-other platform) that i have forgotten the exact details. but the output gives you a rough idea of the time investment and consideration that was put in to the product. webschlong.c - queries websense servers using wisp. you can also get tcpdump captures of some wisp traffic if you are interested. broadcom bcm94306 802.11g adapter - some data logs and information about the bcm94306 card, i was aiming to write a full specification but the b43 driver came along. i think they used my data-logs to extract the firmware blob though ;) sweet-rev-eng - this is a graphical decompiler and reverse engineering toolkit that i work on now and then. i am developing some patent-not-pending techniques for retreiving c source code from machine code (as close as is possible) as well as other things. i have also written an x86 control flow graph generator and a gnome based binary level debugger for powerpc using ptrace. you can see the main window and register view . act.c and bytesex.h - allow you to extract data from symantec act! databases. i started turning the code in to a gui called fuct . code-fu and historical stuff.. firewall monitor (linux only) - a firewall monitor for linux kernels, can dump full packets to tcpdump files or hex dump to screen. sieve.c - generate prime numbers using eratosthenes sieve. implemented using a bit-vector making it a little less sensitive to cache timings and memory consumption. rbtree.c - a simple red-black tree implementation. the left and right handed versions of the various tree rotation algorithms have been folded in to both-handed functions by using the xor operator. this technique is imp

URL analysis for scaramanga.co.uk


http://www.scaramanga.co.uk//code-fu/bytesex.h
http://www.scaramanga.co.uk//code-fu/squid-head-fnv1a.diff
http://www.scaramanga.co.uk//nads/nads-0.3.tar.gz
http://www.scaramanga.co.uk//firestorm/
http://www.scaramanga.co.uk//code-fu/webschlong.c
http://www.scaramanga.co.uk//scaraos/
http://www.scaramanga.co.uk//skunk/
http://www.scaramanga.co.uk//stuff/debugger/debugregs.png
http://www.scaramanga.co.uk//rev-eng/pokerstars1.txt
http://www.scaramanga.co.uk//stuff/debugger/l33t-debugger.png
http://www.scaramanga.co.uk//code-fu/genpass.c
http://www.scaramanga.co.uk//code-fu/sieve.c
http://www.scaramanga.co.uk//rev-eng/pokerstars3.txt
http://www.scaramanga.co.uk//rev-eng/pokerstars2.txt
http://www.scaramanga.co.uk//code-fu/act.c

Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;

Error for "scaramanga.co.uk".

the WHOIS query quota for 2600:3c03:0000:0000:f03c:91ff:feae:779d has been exceeded
and will be replenished in 691 seconds

WHOIS lookup made at 09:10:56 16-Jul-2017

--
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:

Copyright Nominet UK 1996 - 2017.

You may not access the .uk WHOIS or use any data from it except as permitted
by the terms of use available in full at http://www.nominet.uk/whoisterms,
which includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
register. Access may be withdrawn or restricted at any time.

  REFERRER http://www.nominet.org.uk

  REGISTRAR Nominet UK

SERVERS

  SERVER co.uk.whois-servers.net

  ARGS scaramanga.co.uk

  PORT 43

  TYPE domain

DISCLAIMER
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:
Copyright Nominet UK 1996 - 2017.
You may not access the .uk WHOIS or use any data from it except as permitted
by the terms of use available in full at http://www.nominet.uk/whoisterms,
which includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
register. Access may be withdrawn or restricted at any time.

  REGISTERED no

DOMAIN

  NAME scaramanga.co.uk

NSERVER

  B.NS.TRANTOR.ORG.UK 109.107.35.157

  C.NS.TRANTOR.ORG.UK 109.107.37.22

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.uscaramanga.com
  • www.7scaramanga.com
  • www.hscaramanga.com
  • www.kscaramanga.com
  • www.jscaramanga.com
  • www.iscaramanga.com
  • www.8scaramanga.com
  • www.yscaramanga.com
  • www.scaramangaebc.com
  • www.scaramangaebc.com
  • www.scaramanga3bc.com
  • www.scaramangawbc.com
  • www.scaramangasbc.com
  • www.scaramanga#bc.com
  • www.scaramangadbc.com
  • www.scaramangafbc.com
  • www.scaramanga&bc.com
  • www.scaramangarbc.com
  • www.urlw4ebc.com
  • www.scaramanga4bc.com
  • www.scaramangac.com
  • www.scaramangabc.com
  • www.scaramangavc.com
  • www.scaramangavbc.com
  • www.scaramangavc.com
  • www.scaramanga c.com
  • www.scaramanga bc.com
  • www.scaramanga c.com
  • www.scaramangagc.com
  • www.scaramangagbc.com
  • www.scaramangagc.com
  • www.scaramangajc.com
  • www.scaramangajbc.com
  • www.scaramangajc.com
  • www.scaramanganc.com
  • www.scaramanganbc.com
  • www.scaramanganc.com
  • www.scaramangahc.com
  • www.scaramangahbc.com
  • www.scaramangahc.com
  • www.scaramanga.com
  • www.scaramangac.com
  • www.scaramangax.com
  • www.scaramangaxc.com
  • www.scaramangax.com
  • www.scaramangaf.com
  • www.scaramangafc.com
  • www.scaramangaf.com
  • www.scaramangav.com
  • www.scaramangavc.com
  • www.scaramangav.com
  • www.scaramangad.com
  • www.scaramangadc.com
  • www.scaramangad.com
  • www.scaramangacb.com
  • www.scaramangacom
  • www.scaramanga..com
  • www.scaramanga/com
  • www.scaramanga/.com
  • www.scaramanga./com
  • www.scaramangancom
  • www.scaramangan.com
  • www.scaramanga.ncom
  • www.scaramanga;com
  • www.scaramanga;.com
  • www.scaramanga.;com
  • www.scaramangalcom
  • www.scaramangal.com
  • www.scaramanga.lcom
  • www.scaramanga com
  • www.scaramanga .com
  • www.scaramanga. com
  • www.scaramanga,com
  • www.scaramanga,.com
  • www.scaramanga.,com
  • www.scaramangamcom
  • www.scaramangam.com
  • www.scaramanga.mcom
  • www.scaramanga.ccom
  • www.scaramanga.om
  • www.scaramanga.ccom
  • www.scaramanga.xom
  • www.scaramanga.xcom
  • www.scaramanga.cxom
  • www.scaramanga.fom
  • www.scaramanga.fcom
  • www.scaramanga.cfom
  • www.scaramanga.vom
  • www.scaramanga.vcom
  • www.scaramanga.cvom
  • www.scaramanga.dom
  • www.scaramanga.dcom
  • www.scaramanga.cdom
  • www.scaramangac.om
  • www.scaramanga.cm
  • www.scaramanga.coom
  • www.scaramanga.cpm
  • www.scaramanga.cpom
  • www.scaramanga.copm
  • www.scaramanga.cim
  • www.scaramanga.ciom
  • www.scaramanga.coim
  • www.scaramanga.ckm
  • www.scaramanga.ckom
  • www.scaramanga.cokm
  • www.scaramanga.clm
  • www.scaramanga.clom
  • www.scaramanga.colm
  • www.scaramanga.c0m
  • www.scaramanga.c0om
  • www.scaramanga.co0m
  • www.scaramanga.c:m
  • www.scaramanga.c:om
  • www.scaramanga.co:m
  • www.scaramanga.c9m
  • www.scaramanga.c9om
  • www.scaramanga.co9m
  • www.scaramanga.ocm
  • www.scaramanga.co
  • scaramanga.co.ukm
  • www.scaramanga.con
  • www.scaramanga.conm
  • scaramanga.co.ukn
  • www.scaramanga.col
  • www.scaramanga.colm
  • scaramanga.co.ukl
  • www.scaramanga.co
  • www.scaramanga.co m
  • scaramanga.co.uk
  • www.scaramanga.cok
  • www.scaramanga.cokm
  • scaramanga.co.ukk
  • www.scaramanga.co,
  • www.scaramanga.co,m
  • scaramanga.co.uk,
  • www.scaramanga.coj
  • www.scaramanga.cojm
  • scaramanga.co.ukj
  • www.scaramanga.cmo
Show All Mistakes Hide All Mistakes