1.Entities
Infrastructure
- Dns name : this is a computer hostname given in an internet domain(see RFC 1035, RFC 1123, and RFC 2181)
- Domain name : this is the domain name (see RFC 1035, RFC 1123, and RFC 2181).
- Ip Address : the computer numerical adress on the net (see RFC 791,997).
- Ip Subnetwork : the subnetwork adress is the one (see RFC 917)
- Message Exchanger Record : Specific ressource record in a domain name system that identify a mail server (RFC 1035 and RFC 5321)
- Name Server Record : Specific ressource record in a a domain that identify a server that implements a name-service protocol (RFC 1034 and RFC 1035)
- URL : Uniform Ressource Locator, it specifies where an identified resource is available and the mechanism for retrieve it. (see RFC 1738)
- WebSite : a collection of related webages, or medias contents that are adressed relative to a common URL.
Personnal
- Email Address : an etreprise or personnal mail adress
- Person : a person caracterized by a name, or both name and surname:
- Phrase : a suite of strings untyped that allow pwerfull search:
2.Transforms
Transforms are classified in 4 categories
-
default
« domainIpToEmailWhois »
« DomainToDomainTLD »
« DomainToEmailPGP »
« DomainToLocationWhois »
« DomainToPersonPGP »
« EmailToEmailSamePGP »
« EmailToPersonPGP »
« IpToDomainSharedIp »
« IpToIpBlockCuts »
« IpToLocation »
« IpToWiki »
« PersonToEmailPGP »
« PersonToPersonPGP »
« WebsiteToEntitiesNER »
« WebsiteToUrlMirror »
-
dns_lookup
« DDToIp »
« DomainToDnsNameBrute »
« DomainToDnsNameSE »
« DomainToDnsNameZN »
« DomainToMX »
« DomainToNS »
« IpBlockToDnsName »
« IpToAsWhois »
« IpToDnsName »
« WebsiteToIp »
-
parse
« DnsNameToWebsite »
« DnsWebsiteToDomain »
« DomainToDomainTopLevel »
« DomainToWebsite »
« EmailToDomain »
« UrlToEntitiesNER »
« UrlToUrl »
« UrlToWebsite »
« WebsiteToEmailMirror »
« WebsiteToWebsiteMirror »
-
search_engine
« DomainEmailToEmailSE »
« DomainToDomainExpand »
« DomainToEmailSEDomOnly »
« EmailIpToWebsiteSE »
« EmailWebsiteToUrlSE »
« PersonToEmailSE »
« PersonToWebsiteSE »
« PhraseToUrlSE »
« UrlToEmail »
« UrlToUrlInk »
« WebsiteToWebsiteInk »
Hi,
Cool project from what I’ve got working so far.
BUT….
Are these transforms actually implemented ?
Looking in the tarball only a couple of them appear to be present, even basic ones like DDToIp don’t seem to have any code, just a conf.xml
Apologies if I’ve missed some of the instructions but any tips would be appreciated