Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Phishing
Phishing

appearance as argument number 1
-------------------------


(documentation Phishing EnglishLanguage "A Defrauding in which the fraudster tries to obtain private information of some value by false pretenses. A typical scam is a message masquerading as being from a company with which the victim already does business, saying that resetting the victim's password is required, when then directs the victim to the fraudster's website where the victim's password is captured.") ComputingBrands.kif 4227-4231
(subclass Phishing Defrauding) ComputingBrands.kif 4226-4226 Phishing est une sous-classe de Defrauding

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage Phishing "phishing") ComputingBrands.kif 4233-4233

antecedent
-------------------------


(=>
    (instance ?P Phishing)
    (exists (?FS ?V ?M ?I)
        (and
            (instance ?M Communication)
            (origin ?M ?FS)
            (agent ?P ?FS)
            (destination ?M ?V)
            (instance ?I Formula)
            (knows ?V ?I)
            (not
                (desires ?V
                    (knows ?FS ?I)))
            (desires ?FS
                (knows ?FS ?I)))))
ComputingBrands.kif 4235-4249


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners